Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Neproperty | Eproperty global interface for all property implementation |
CInterface | Interface to collect the property list (for abstarction "set" and "get") It create a simple "properties" member that permit to access at the properties |
CInterfaceData | Interface data to collect the property list (for abstarction connection) |
CList | Set a list of value availlable (for enumeration) |
CProperty | Base of the property With all generic element needed |
CPropertyType | Template base of the property (have a generic set and get for string) |
CRange | Range template of the property (limit with a min and a max value) |
CValue | Simple Value of the property (need to implement fuction etk::from_string<TYPE> to use it) |