![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_FilterCategory | GetCategory () |
| Returns the category of this filter. | |
| void | SetSelected (bool newValue) |
| Sets the selected flag, doesn't do anything special. | |
| bool | GetSelected (bool defaultValue=false) |
| Returns the selected flag. | |
| void | Init (SCR_FilterCategory category) |
Protected Attributes | |
| bool | m_bSelected |
| SCR_FilterCategory | m_Category |
Base class for one filter entry If you need extra functionality from it, you can inherit from this class.
Definition at line 9 of file SCR_FilterSet.c.
|
inlineprotected |
Returns the category of this filter.
Definition at line 39 of file SCR_FilterSet.c.
Returns the selected flag.
Definition at line 47 of file SCR_FilterSet.c.
|
inlineprotected |
Definition at line 56 of file SCR_FilterSet.c.
|
inlineprotected |
Sets the selected flag, doesn't do anything special.
Definition at line 43 of file SCR_FilterSet.c.
|
protected |
Definition at line 32 of file SCR_FilterSet.c.
|
protected |
Definition at line 35 of file SCR_FilterSet.c.