|
void | CollapseStateChanged (bool bCollapsed) |
|
void | DragStarted (QMimeData &ref_mimeData) |
|
|
| plQtGroupBoxBase (QWidget *pParent, bool bCollapsible) |
|
virtual void | SetTitle (plStringView sTitle) |
|
QString | GetTitle () const |
|
virtual void | SetBoldTitle (bool bBold) |
|
bool | GetBoldTitle () const |
|
virtual void | SetIcon (const QIcon &icon) |
|
QIcon | GetIcon () const |
|
virtual void | SetFillColor (const QColor &color) |
|
QColor | GetFillColor () const |
|
virtual void | SetDraggable (bool bDraggable) |
|
bool | IsDraggable () const |
|
virtual void | SetCollapseState (bool bCollapsed)=0 |
|
virtual bool | GetCollapseState () const =0 |
|
virtual QWidget * | GetContent ()=0 |
|
virtual QWidget * | GetHeader ()=0 |
|
|
enum | Constants { Rounding = 4
, Spacing = 1
} |
|
|
void | DrawHeader (QPainter &p, const QRect &rect) |
|
void | HeaderMousePress (QMouseEvent *me) |
|
void | HeaderMouseMove (QMouseEvent *me) |
|
void | HeaderMouseRelease (QMouseEvent *me) |
|
|
QPoint | m_StartCursor |
|
bool | m_bDragging = false |
|
bool | m_bBoldTitle = false |
|
bool | m_bCollapsible = false |
|
bool | m_bDraggable = false |
|
QColor | m_FillColor |
|
QString | m_sTitle |
|
QIcon | m_Icon |
|
The documentation for this class was generated from the following files:
- Code/Tools/Libs/GuiFoundation/Widgets/GroupBoxBase.moc.h
- Code/Tools/Libs/GuiFoundation/Widgets/Implementation/GroupBoxBase.cpp