neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::plugin Namespace Reference

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
}
 

Typedef Documentation

◆ property_map

Enumeration Type Documentation

◆ property_type

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.