PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
CrossHair Class Reference

Private Member Functions

void CrossHair (Widget w)
 
void ~CrossHair ()
 
string GetName ()
 
bool IsCurrent ()
 
bool IsShown ()
 
void Show ()
 
void Hide ()
 
Widget GetWidget ()
 

Private Attributes

protected string m_Name
 
protected bool m_Shown
 
protected bool m_Current
 
protected Widget m_Widget
 

Constructor & Destructor Documentation

◆ CrossHair()

void CrossHair ( Widget  w)
inlineprivate

References m_Current, m_Name, m_Shown, and m_Widget.

◆ ~CrossHair()

void ~CrossHair ( )
inlineprivate

Member Function Documentation

◆ GetName()

string GetName ( )
inlineprivate

References m_Name.

◆ GetWidget()

Widget GetWidget ( )
inlineprivate

References m_Widget.

Referenced by ShowCrossHair().

◆ Hide()

void Hide ( )
inlineprivate

References m_Current, m_Shown, and m_Widget.

Referenced by ShowCrossHair().

◆ IsCurrent()

bool IsCurrent ( )
inlineprivate

References m_Current.

Referenced by ShowCrossHair().

◆ IsShown()

bool IsShown ( )
inlineprivate

References m_Shown.

Referenced by ShowCrossHair().

◆ Show()

void Show ( )
inlineprivate

References m_Current, m_Shown, and m_Widget.

Referenced by ShowCrossHair().

Field Documentation

◆ m_Current

protected bool m_Current
private

Referenced by CrossHair(), Hide(), IsCurrent(), and Show().

◆ m_Name

protected string m_Name
private

Referenced by CrossHair(), and GetName().

◆ m_Shown

protected bool m_Shown
private

Referenced by CrossHair(), Hide(), IsShown(), and Show().

◆ m_Widget

protected Widget m_Widget
private

Referenced by CrossHair(), GetWidget(), Hide(), and Show().


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