ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The SimpleSelector type. More...
#include <SimpleSelector.h>
Public Member Functions | |
Class * | _SimpleSelector (void) |
The SimpleSelector archetype. More... | |
SimpleSelector * | initWithPattern (SimpleSelector *self, const char *pattern) |
Initializes this SimpleSelector. More... | |
Array * | parse (const char *sequence) |
Data Fields | |
Object | object |
The superclass. More... | |
char * | pattern |
The pattern, as provided by the user. More... | |
SimpleSelectorType | type |
The SimpleSelectorType. More... | |
Protected Attributes | |
SimpleSelectorInterface * | interface |
The interface. More... | |
The SimpleSelector type.
Definition at line 55 of file SimpleSelector.h.
Class * _SimpleSelector | ( | void | ) |
The SimpleSelector archetype.
Definition at line 200 of file SimpleSelector.c.
SimpleSelector * initWithPattern | ( | SimpleSelector * | self, |
const char * | pattern | ||
) |
Initializes this SimpleSelector.
self | The SimpleSelector. |
pattern | The pattern. |
NULL
on error. Definition at line 96 of file SimpleSelector.c.
Array * parse | ( | const char * | sequence | ) |
sequence | A C-string specifying a sequence of SimpleSelectors. |
Definition at line 274 of file Selector.c.
|
protected |
The interface.
Definition at line 66 of file SimpleSelector.h.
Object SimpleSelector::object |
The superclass.
Definition at line 60 of file SimpleSelector.h.
char* SimpleSelector::pattern |
The pattern, as provided by the user.
Definition at line 71 of file SimpleSelector.h.
SimpleSelectorType SimpleSelector::type |
The SimpleSelectorType.
Definition at line 76 of file SimpleSelector.h.