#include <TextureMapping.h>
Public Member Functions | |
| bool | accept () |
| is called by the framework if the dialog is accepted (Ok) | |
| virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
| tells the framework which buttons whisched for the dialog | |
| bool | reject () |
| is called by the framework if the dialog is rejected (Cancel) | |
| TaskTextureMapping () | |
| ~TaskTextureMapping () | |
Definition at line 61 of file TextureMapping.h.
| TaskTextureMapping::TaskTextureMapping | ( | ) |
Definition at line 163 of file TextureMapping.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
| TaskTextureMapping::~TaskTextureMapping | ( | ) |
Definition at line 171 of file TextureMapping.cpp.
| bool TaskTextureMapping::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 176 of file TextureMapping.cpp.
References Gui::Dialog::TextureMapping::accept().
| virtual QDialogButtonBox::StandardButtons Gui::Dialog::TaskTextureMapping::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 73 of file TextureMapping.h.
| bool TaskTextureMapping::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 182 of file TextureMapping.cpp.
References Gui::Dialog::TextureMapping::reject().
1.6.1