Pyro higlevel API
|
Public Member Functions | |
void | CalcExpImgBounds () |
Cache for expander image bounds. More... | |
Private () | |
~Private () | |
Public Attributes | |
Image * | m_pcExpandedImage |
Image * | m_pcCollapsedImage |
Expander Image used for expanded items. More... | |
bool | m_bDrawBox |
Expander Image used for collapsed items. More... | |
bool | m_bDrawTrunk |
Draw box around expander image. More... | |
bool | m_bTrunkValid |
Draw lines to each node. More... | |
bool | m_bBoldFont |
Lines to each node are already set up correctly. More... | |
Message * | m_pcExpandMsg |
Use bold font for expanded nodes. More... | |
uint | m_nIndentWidth |
Message sent when expanding/collapsing node. More... | |
Rect | m_cExpImgBounds |
Width of each indent step in pixels. More... | |
|
inline |
References os::TreeView::Private::m_bBoldFont, os::TreeView::Private::m_bDrawBox, os::TreeView::Private::m_bDrawTrunk, os::TreeView::Private::m_bTrunkValid, os::TreeView::Private::m_nIndentWidth, os::TreeView::Private::m_pcCollapsedImage, os::TreeView::Private::m_pcExpandedImage, and os::TreeView::Private::m_pcExpandMsg.
|
inline |
|
inline |
References os::Rect::bottom, os::Image::GetSize(), os::TreeView::Private::m_cExpImgBounds, os::TreeView::Private::m_pcCollapsedImage, os::TreeView::Private::m_pcExpandedImage, os::Rect::Resize(), os::Rect::right, os::Point::x, and os::Point::y.
Referenced by os::TreeView::SetCollapsedImage(), and os::TreeView::SetExpandedImage().
bool os::TreeView::Private::m_bBoldFont |
Referenced by os::TreeView::Private::Private().
bool os::TreeView::Private::m_bDrawBox |
bool os::TreeView::Private::m_bDrawTrunk |
bool os::TreeView::Private::m_bTrunkValid |
Rect os::TreeView::Private::m_cExpImgBounds |
Referenced by os::TreeView::Private::CalcExpImgBounds(), and os::TreeView::GetExpanderImageBounds().
uint os::TreeView::Private::m_nIndentWidth |
Referenced by os::TreeView::GetIndentWidth(), os::TreeView::Private::Private(), and os::TreeView::SetIndentWidth().
Image* os::TreeView::Private::m_pcCollapsedImage |
Image* os::TreeView::Private::m_pcExpandedImage |
Message* os::TreeView::Private::m_pcExpandMsg |