CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
GLaTexBase () | |
virtual | ~GLaTexBase () |
void | AppendChild (GLaTexBase *child) |
void | InsertChild (GLaTexBase *pNewChild, GLaTexBase *pPrev) |
bool | RemoveChild (GLaTexBase *pChild) |
Public 属性 | |
GLaTexBase * | m_parent |
GLaTexBase * | m_first_child |
GLaTexBase * | m_last_child |
GLaTexBase * | m_next_sibling |
GLaTexBase * | m_prev_sibling |
BUI::GLaTexBase::GLaTexBase | ( | ) |
|
virtual |
void BUI::GLaTexBase::AppendChild | ( | GLaTexBase * | child | ) |
void BUI::GLaTexBase::InsertChild | ( | GLaTexBase * | pNewChild, |
GLaTexBase * | pPrev | ||
) |
bool BUI::GLaTexBase::RemoveChild | ( | GLaTexBase * | pChild | ) |
GLaTexBase* BUI::GLaTexBase::m_first_child |
GLaTexBase* BUI::GLaTexBase::m_last_child |
GLaTexBase* BUI::GLaTexBase::m_next_sibling |
GLaTexBase* BUI::GLaTexBase::m_parent |
GLaTexBase* BUI::GLaTexBase::m_prev_sibling |