|
| 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 |
|
virtual void * | cast (const std::string &a_class) const |
|
virtual const std::string & | s_cls () const =0 |
|
| action (std::ostream &a_out) |
|
virtual | ~action () |
|
std::ostream & | out () const |
|
Definition at line 12 of file win_action.
◆ win_action() [1/2]
tools::sg::win_action::win_action |
( |
std::ostream & |
a_out, |
|
|
unsigned int |
a_ww, |
|
|
unsigned int |
a_wh |
|
) |
| |
|
inline |
◆ ~win_action()
virtual tools::sg::win_action::~win_action |
( |
| ) |
|
|
inlinevirtual |
◆ win_action() [2/2]
tools::sg::win_action::win_action |
( |
const win_action & |
a_from | ) |
|
|
inlineprotected |
◆ operator=()
Definition at line 27 of file win_action.
28 parent::operator=(a_from);
◆ wh()
unsigned int tools::sg::win_action::wh |
( |
| ) |
const |
|
inline |
◆ ww()
unsigned int tools::sg::win_action::ww |
( |
| ) |
const |
|
inline |
◆ m_wh
unsigned int tools::sg::win_action::m_wh |
|
protected |
◆ m_ww
unsigned int tools::sg::win_action::m_ww |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/win_action