Mass++ Common Libraries v2.7.5
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Macros
CoreToolkits
ResourceBundle.h
Go to the documentation of this file.
1
12
#ifndef __KOME_CORE_RESOURCE_BUNDLE_H__
13
#define __KOME_CORE_RESOURCE_BUNDLE_H__
14
15
16
namespace
kome {
17
namespace
core {
18
23
class
CORE_TOOLKITS_CLASS
ResourceBundle
{
24
protected
:
29
ResourceBundle
();
30
35
virtual
~
ResourceBundle
();
36
37
public
:
46
std::string searchResource(
const
char
* name,
const
char
* module,
const
char
* ext );
47
48
protected
:
63
std::string searchResource(
64
const
char
* path,
65
const
char
* name,
66
const
char
* module,
67
const
char
* ext
68
);
69
70
71
public
:
77
static
ResourceBundle
& getInstance();
78
};
79
}
80
}
81
82
#endif // __KOME_CORE_RESOURCE_BUNDLE_H__
kome::core::ResourceBundle
resource bundle class
Definition:
ResourceBundle.h:23
Generated on Sun Mar 18 2018 12:32:08 for Mass++ Common Libraries v2.7.5 by
1.8.6