added loadItem

This commit is contained in:
fluxgen 2003-08-13 09:24:33 +00:00
parent 34a392c138
commit 5855c7825b

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: Theme.hh,v 1.5 2003/08/11 14:55:14 fluxgen Exp $ // $Id: Theme.hh,v 1.6 2003/08/13 09:24:33 fluxgen Exp $
/** /**
@file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme
@ -121,6 +121,7 @@ public:
bool load(const std::string &filename); bool load(const std::string &filename);
std::string resourceValue(const std::string &name, const std::string &altname); std::string resourceValue(const std::string &name, const std::string &altname);
void loadTheme(Theme &tm); void loadTheme(Theme &tm);
void loadItem(ThemeItem_base &resource);
private: private:
ThemeManager(); ThemeManager();
~ThemeManager() { } ~ThemeManager() { }