|
inlib
1.2.0
|


Public Member Functions | |
| win_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) | |
| virtual | ~win_action () |
| unsigned int | ww () const |
| unsigned int | wh () const |
Protected Member Functions | |
| win_action (const inlib::sg::win_action &a_from) | |
| inlib::sg::win_action & | operator= (const inlib::sg::win_action &a_from) |
Protected Attributes | |
| unsigned int | m_ww |
| unsigned int | m_wh |
Definition at line 12 of file win_action.
| inlib::sg::win_action::win_action | ( | std::ostream & | a_out, |
| unsigned int | a_ww, | ||
| unsigned int | a_wh | ||
| ) | [inline] |
Definition at line 14 of file win_action.
| virtual inlib::sg::win_action::~win_action | ( | ) | [inline, virtual] |
Definition at line 19 of file win_action.
{}
| inlib::sg::win_action::win_action | ( | const inlib::sg::win_action & | a_from | ) | [inline, protected] |
| inlib::sg::win_action& inlib::sg::win_action::operator= | ( | const inlib::sg::win_action & | a_from | ) | [inline, protected] |
Definition at line 26 of file win_action.
{
action::operator=(a_from);
return *this;
}
| unsigned int inlib::sg::win_action::wh | ( | ) | const [inline] |
Definition at line 32 of file win_action.
{return m_wh;}
| unsigned int inlib::sg::win_action::ww | ( | ) | const [inline] |
Definition at line 31 of file win_action.
{return m_ww;}
unsigned int inlib::sg::win_action::m_wh [protected] |
Definition at line 35 of file win_action.
unsigned int inlib::sg::win_action::m_ww [protected] |
Definition at line 34 of file win_action.
1.7.5.1