Class interface for accessing global color resources.
More...
#include <init.hpp>
|
|
static bool | initialized (void) |
| | Get the status of the global color database.
|
|
static void | initialize (void) |
| | Create the global color database.
|
| static ColorDatabase & | colors (void) |
| | Get an object reference to the global color database.
|
|
static void | shutdown (void) |
| | Destructor.
|
|
| static std::unique_ptr< ColorDatabase > | colors_ |
| | The global color database for use by the engine and end-user.
|
| static bool | initialized_ |
| | Track object's state in order to ensure one-time initialization.
|
Class interface for accessing global color resources.
- See also
- nom::ColorDatabase.
-
Inspired by http://docs.wxwidgets.org/trunk/classwx_system_settings.html
Definition at line 45 of file init.hpp.
◆ colors()
Get an object reference to the global color database.
- Returns
- The object reference to the global color database.
◆ colors_
The global color database for use by the engine and end-user.
Definition at line 67 of file init.hpp.
◆ initialized_
| bool nom::SystemColors::initialized_ |
|
staticprivate |
Track object's state in order to ensure one-time initialization.
Definition at line 70 of file init.hpp.
The documentation for this class was generated from the following file:
- /home/jeff/Projects/nomlib.git/include/nomlib/system/init.hpp