#include <countryflags.h>
|
virtual int | Sizeof () const override |
|
void | OnInit () override |
|
size_t | Num () const |
|
const CCountryFlag * | GetByCountryCode (int CountryCode) const |
|
const CCountryFlag * | GetByIndex (size_t Index) const |
|
void | Render (const CCountryFlag *pFlag, ColorRGBA Color, float x, float y, float w, float h) |
|
void | Render (int CountryCode, ColorRGBA Color, float x, float y, float w, float h) |
|
virtual | ~CComponent () |
|
virtual int | Sizeof () const =0 |
|
class CGameClient * | GameClient () const |
|
class IClient * | Client () const |
|
virtual void | OnStateChange (int NewState, int OldState) |
|
virtual void | OnConsoleInit () |
|
virtual void | OnInit () |
|
virtual void | OnShutdown () |
|
virtual void | OnReset () |
|
virtual void | OnWindowResize () |
|
virtual void | OnRefreshSkins () |
|
virtual void | OnRender () |
|
virtual void | OnNewSnapshot () |
|
virtual void | OnRelease () |
|
virtual void | OnMapLoad () |
|
virtual void | OnMessage (int Msg, void *pRawMsg) |
|
virtual bool | OnCursorMove (float x, float y, IInput::ECursorType CursorType) |
|
virtual bool | OnInput (const IInput::CEvent &Event) |
|
◆ anonymous enum
Enumerator |
---|
CODE_LB | |
CODE_UB | |
CODE_RANGE | |
◆ GetByCountryCode()
◆ GetByIndex()
◆ LoadCountryflagsIndexfile()
void CCountryFlags::LoadCountryflagsIndexfile |
( |
| ) |
|
|
private |
◆ Num()
size_t CCountryFlags::Num |
( |
| ) |
const |
◆ OnInit()
void CCountryFlags::OnInit |
( |
| ) |
|
|
overridevirtual |
Called to let the components run initialization code.
Reimplemented from CComponent.
◆ Render() [1/2]
void CCountryFlags::Render |
( |
const CCountryFlag * |
pFlag, |
|
|
ColorRGBA |
Color, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h |
|
) |
| |
◆ Render() [2/2]
void CCountryFlags::Render |
( |
int |
CountryCode, |
|
|
ColorRGBA |
Color, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h |
|
) |
| |
◆ Sizeof()
virtual int CCountryFlags::Sizeof |
( |
| ) |
const |
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
◆ m_aCodeIndexLUT
◆ m_FlagsQuadContainerIndex
int CCountryFlags::m_FlagsQuadContainerIndex |
|
private |
◆ m_vCountryFlags
The documentation for this class was generated from the following files: