Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FilterEntry Class Reference
Inheritance diagram for SCR_FilterEntry:
SCR_ContentBrowserFilterTag SCR_FilterEntryRoom

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

Detailed Description

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.

Member Function Documentation

◆ GetCategory()

SCR_FilterCategory SCR_FilterEntry::GetCategory ( )
inlineprotected

Returns the category of this filter.

Definition at line 39 of file SCR_FilterSet.c.

◆ GetSelected()

bool SCR_FilterEntry::GetSelected ( bool defaultValue = false)
inlineprotected

Returns the selected flag.

Definition at line 47 of file SCR_FilterSet.c.

◆ Init()

void SCR_FilterEntry::Init ( SCR_FilterCategory category)
inlineprotected

Definition at line 56 of file SCR_FilterSet.c.

◆ SetSelected()

void SCR_FilterEntry::SetSelected ( bool newValue)
inlineprotected

Sets the selected flag, doesn't do anything special.

Definition at line 43 of file SCR_FilterSet.c.

Member Data Documentation

◆ m_bSelected

bool SCR_FilterEntry::m_bSelected
protected

Definition at line 32 of file SCR_FilterSet.c.

◆ m_Category

SCR_FilterCategory SCR_FilterEntry::m_Category
protected

Definition at line 35 of file SCR_FilterSet.c.


The documentation for this class was generated from the following file: