neoGFX
Cross-platform C++ app/game engine
|
Classes | |
class | i_properties |
class | i_property |
Typedefs | |
typedef neolib::i_map< i_string, i_property * > | property_map |
Enumerations | |
enum | property_type : uint32_t { Pointer , Boolean , Char , Int32 , Uint32 , Int64 , Uint64 , Float , Double , String , Size , Point , Rect , Custom } |
Definition at line 32 of file i_plugin_properties.hpp.
enum neogfx::plugin::property_type : uint32_t |
Enumerator | |
---|---|
Pointer | |
Boolean | |
Char | |
Int32 | |
Uint32 | |
Int64 | |
Uint64 | |
Float | |
Double | |
String | |
Size | |
Point | |
Rect | |
Custom |
Definition at line 28 of file i_plugin_property.hpp.