Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
SCR_FilterEntry Interface Reference

Base class for one filter entry If you need extra functionality from it, you can inherit from this class. More...

Inheritance diagram for SCR_FilterEntry:
[legend]

Public 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)
 

Public Attributes

string m_sDisplayName
 
string m_sInternalName
 
bool m_bSelectedAtStart
 
ResourceName m_sImageTexture
 
ResourceName m_sGlowTexture
 
string m_sImageName
 

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.

Member Function Documentation

◆ GetCategory()

SCR_FilterCategory SCR_FilterEntry.GetCategory ( )

Returns the category of this filter.

◆ GetSelected()

bool SCR_FilterEntry.GetSelected ( bool  defaultValue = false)

Returns the selected flag.

◆ Init()

void SCR_FilterEntry.Init ( SCR_FilterCategory  category)

◆ SetSelected()

void SCR_FilterEntry.SetSelected ( bool  newValue)

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

Member Data Documentation

◆ m_bSelected

bool SCR_FilterEntry.m_bSelected
protected

◆ m_bSelectedAtStart

bool SCR_FilterEntry.m_bSelectedAtStart

◆ m_Category

SCR_FilterCategory SCR_FilterEntry.m_Category
protected

◆ m_sDisplayName

string SCR_FilterEntry.m_sDisplayName

◆ m_sGlowTexture

ResourceName SCR_FilterEntry.m_sGlowTexture

◆ m_sImageName

string SCR_FilterEntry.m_sImageName

◆ m_sImageTexture

ResourceName SCR_FilterEntry.m_sImageTexture

◆ m_sInternalName

string SCR_FilterEntry.m_sInternalName

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