Public Types | |
enum | ALIGNMENT { HORIZONTAL, VERTICAL } |
Public Member Functions | |
ALIGNMENT | get_alignment () const |
Component * | get_component () const |
Rect | get_rect () const |
Sash (ALIGNMENT align, const Rect &rect, Component *comp) | |
Sash () | |
Private Attributes | |
ALIGNMENT | m_alignment |
Component * | m_component |
Rect | m_rect |
enum ifm::Sash::ALIGNMENT |
ifm::Sash::Sash | ( | ) |
Sash::ALIGNMENT ifm::Sash::get_alignment | ( | ) | const |
Component * ifm::Sash::get_component | ( | ) | const |
Rect ifm::Sash::get_rect | ( | ) | const |
ALIGNMENT ifm::Sash::m_alignment [private] |
Component* ifm::Sash::m_component [private] |
Rect ifm::Sash::m_rect [private] |