Gui::TaskView::TaskPanel Class Reference
#include <TaskView.h>
Public Member Functions | |
| virtual QSize | minimumSizeHint () const |
| TaskPanel (QWidget *parent=0) | |
| virtual | ~TaskPanel () |
Public Member Functions inherited from QSint::ActionPanel | |
| ActionPanel (QWidget *parent=0) | |
| Constructor. More... | |
| void | addStretch (int s=0) |
| Adds a spacer with width s to the ActionPanel's vertical layout. More... | |
| void | addWidget (QWidget *w) |
| Adds a widget w to the ActionPanel's vertical layout. More... | |
| ActionGroup * | createGroup () |
| Creates and adds to the ActionPanel's vertical layout an empty ActionGroup without header. More... | |
| ActionGroup * | createGroup (const QPixmap &icon, const QString &title, bool expandable=true) |
| Creates and adds to the ActionPanel's vertical layout an empty ActionGroup with header's text set to title and icon set to icon. More... | |
| ActionGroup * | createGroup (const QString &title, bool expandable=true) |
| Creates and adds to the ActionPanel's vertical layout an empty ActionGroup with header's text set to title, but with no icon. More... | |
| void | removeStretch () |
| Removes the spacer – if added – from the ActionPanel's vertical layout. More... | |
| void | removeWidget (QWidget *w) |
| Removes the widget w from the ActionPanel's vertical layout. More... | |
| void | setScheme (ActionPanelScheme *scheme) |
| Sets the scheme of the panel and all the child groups to scheme. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QSint::ActionPanel | |
| ActionPanelScheme * | myScheme |
| QSpacerItem * | mySpacer |
Constructor & Destructor Documentation
◆ TaskPanel()
|
explicit |
◆ ~TaskPanel()
|
virtual |
Member Function Documentation
◆ minimumSizeHint()
|
virtual |
Reimplemented from QSint::ActionPanel.
The documentation for this class was generated from the following file:
- src/Gui/TaskView/TaskView.h
Public Member Functions inherited from
1.8.17