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...
 
ActionGroupcreateGroup ()
 Creates and adds to the ActionPanel's vertical layout an empty ActionGroup without header. More...
 
ActionGroupcreateGroup (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...
 
ActionGroupcreateGroup (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
ActionPanelSchememyScheme
 
QSpacerItem * mySpacer
 

Constructor & Destructor Documentation

◆ TaskPanel()

Gui::TaskView::TaskPanel::TaskPanel ( QWidget parent = 0)
explicit

◆ ~TaskPanel()

virtual Gui::TaskView::TaskPanel::~TaskPanel ( )
virtual

Member Function Documentation

◆ minimumSizeHint()

virtual QSize Gui::TaskView::TaskPanel::minimumSizeHint ( ) const
virtual

Reimplemented from QSint::ActionPanel.


The documentation for this class was generated from the following file:
  • src/Gui/TaskView/TaskView.h