•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
#include <taskgroup_p.h>
Public Member Functions | |
bool | addActionLabel (ActionLabel *label, bool addToLayout, bool addStretch) |
bool | addWidget (QWidget *widget, bool addToLayout, bool addStretch) |
QBoxLayout * | groupLayout () |
void | setScheme (ActionPanelScheme *scheme) |
TaskGroup (QWidget *parent, bool hasHeader=false) | |
QPixmap | transparentRender () |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual void | keyReleaseEvent (QKeyEvent *event) |
virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
bool | myHasHeader |
ActionPanelScheme * | myScheme |
References QSint::ActionPanelScheme::defaultScheme(), and setScheme().
bool QSint::TaskGroup::addActionLabel | ( | ActionLabel * | label, |
bool | addToLayout, | ||
bool | addStretch | ||
) |
References addWidget().
Referenced by QSint::ActionGroup::addAction(), and QSint::ActionGroup::addActionLabel().
References groupLayout().
Referenced by addActionLabel(), and QSint::ActionGroup::addWidget().
QBoxLayout * QSint::TaskGroup::groupLayout | ( | ) |
Referenced by addWidget(), and QSint::ActionGroup::groupLayout().
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
void QSint::TaskGroup::setScheme | ( | ActionPanelScheme * | scheme | ) |
References QSint::ActionPanelScheme::actionStyle, and myScheme.
Referenced by QSint::ActionGroup::setScheme(), and TaskGroup().
QPixmap QSint::TaskGroup::transparentRender | ( | ) |
References OfflineRenderingUtils::render().
Referenced by QSint::ActionGroup::showHide().
|
protected |
|
protected |
Referenced by setScheme().