FbTk::Resource_base Class ReferenceBase class for resources, this is only used in ResourceManager.
More...
#include <Resource.hh>
Inheritance diagram for FbTk::Resource_base:
List of all members.
|
Public Member Functions |
|
virtual void | setFromString (char const *strval)=0 |
| | set from string value
|
|
virtual void | setDefaultValue ()=0 |
| | set default value
|
|
virtual std::string | getString ()=0 |
| | get string value
|
|
const std::string & | altName () const |
| | get alternative name of this resource
|
|
const std::string & | name () const |
| | get name of this resource
|
Protected Member Functions |
|
| Resource_base (const std::string &name, const std::string &altname) |
Detailed Description
Base class for resources, this is only used in ResourceManager.
Definition at line 41 of file Resource.hh. The documentation for this class was generated from the following file:
Fluxbox CVS-Jan-2003
|
|
|