#include <TaskFaceColors.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
void | clicked (int) |
is called by the framework if a button is clicked which has no accept or reject role | |
QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
void | open () |
is called by the framework when the dialog is opened | |
bool | reject () |
is called by the framework if the dialog is rejected (Cancel) | |
TaskFaceColors (ViewProviderPartExt *vp) | |
~TaskFaceColors () |
Definition at line 58 of file TaskFaceColors.h.
TaskFaceColors::TaskFaceColors | ( | ViewProviderPartExt * | vp | ) |
Definition at line 214 of file TaskFaceColors.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskFaceColors::~TaskFaceColors | ( | ) |
Definition at line 223 of file TaskFaceColors.cpp.
bool TaskFaceColors::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 235 of file TaskFaceColors.cpp.
References PartGui::FaceColors::accept().
void TaskFaceColors::clicked | ( | int | ) | [virtual] |
is called by the framework if a button is clicked which has no accept or reject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 231 of file TaskFaceColors.cpp.
QDialogButtonBox::StandardButtons PartGui::TaskFaceColors::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 72 of file TaskFaceColors.h.
void TaskFaceColors::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 227 of file TaskFaceColors.cpp.
bool TaskFaceColors::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 240 of file TaskFaceColors.cpp.
References PartGui::FaceColors::reject().