Father class of content with header and Icon. More...
#include <TaskView.h>
Public Member Functions | |
void | hideGroupBox () |
TaskBox (const QPixmap &icon, const QString &title, bool expandable, QWidget *parent) | |
~TaskBox () | |
Protected Member Functions | |
void | actionEvent (QActionEvent *) |
void | showEvent (QShowEvent *) |
Father class of content with header and Icon.
Definition at line 61 of file TaskView.h.
TaskBox::TaskBox | ( | const QPixmap & | icon, | |
const QString & | title, | |||
bool | expandable, | |||
QWidget * | parent | |||
) |
Definition at line 71 of file TaskView.cpp.
References iisFreeCADTaskPanelScheme::defaultScheme(), and iisTaskBox::setScheme().
TaskBox::~TaskBox | ( | ) |
Definition at line 77 of file TaskView.cpp.
void TaskBox::actionEvent | ( | QActionEvent * | e | ) | [protected] |
Definition at line 144 of file TaskView.cpp.
References iisTaskBox::addIconLabel(), draftlibs::fcgeo::connect(), iisTaskGroup::groupLayout(), iisTaskBox::myGroup, and Gui::TaskView::TaskIconLabel::setTitle().
void TaskBox::hideGroupBox | ( | ) |
Definition at line 86 of file TaskView.cpp.
References iisTaskHeader::fold(), iisTaskPanelScheme::groupFoldSteps, iisTaskBox::groupLayout(), iisTaskBox::m_foldDelta, iisTaskBox::m_foldDirection, iisTaskBox::m_foldPixmap, iisTaskBox::m_foldStep, iisTaskBox::m_fullHeight, iisTaskBox::m_tempHeight, iisTaskBox::myDummy, iisTaskBox::myGroup, iisTaskBox::myHeader, iisTaskBox::myScheme, and RobotExample::w.
Referenced by RobotGui::TaskDlgSimulate::open().
void TaskBox::showEvent | ( | QShowEvent * | ) | [protected] |
Definition at line 81 of file TaskView.cpp.