|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The SimpleSelector type. More...
Go to the source code of this file.
Data Structures | |
| struct | SimpleSelector |
| The SimpleSelector type. More... | |
Enumerations | |
| enum | SimpleSelectorType { SimpleSelectorTypeNone , SimpleSelectorTypeUniversal , SimpleSelectorTypeType , SimpleSelectorTypeClass , SimpleSelectorTypeId , SimpleSelectorTypePseudo } |
| The types of SimpleSelectors. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _SimpleSelector (void) |
The SimpleSelector type.
Definition in file SimpleSelector.h.
| enum SimpleSelectorType |
The types of SimpleSelectors.
| Enumerator | |
|---|---|
| SimpleSelectorTypeNone | |
| SimpleSelectorTypeUniversal | |
| SimpleSelectorTypeType | |
| SimpleSelectorTypeClass | |
| SimpleSelectorTypeId | |
| SimpleSelectorTypePseudo | |
Definition at line 38 of file SimpleSelector.h.
| OBJECTIVELYMVC_EXPORT Class * _SimpleSelector | ( | void | ) |
Definition at line 200 of file SimpleSelector.c.