#include <TaskHatch.h>
Public Member Functions | |
virtual bool accept () | |
bool getCreateMode () | |
virtual bool reject () | |
void setCreateMode (bool b) | |
TaskHatch (TechDraw::DrawHatch *inHatch, TechDrawGui::ViewProviderHatch *inVp, bool mode) | |
~TaskHatch () | |
Protected Slots | |
void onFileChanged (void) | |
Protected Member Functions | |
void changeEvent (QEvent *e) | |
void getParameters () | |
void initUi () | |
QStringList listToQ (std::vector< std::string > in) | |
void updateValues () | |
Constructor & Destructor Documentation
◆ TaskHatch()
TaskHatch::TaskHatch | ( | TechDraw::DrawHatch * | inHatch, |
TechDrawGui::ViewProviderHatch * | inVp, | ||
bool | mode | ||
) |
◆ ~TaskHatch()
TaskHatch::~TaskHatch | ( | ) |
Member Function Documentation
◆ accept()
|
virtual |
References App::DocumentObject::getDocument(), Gui::Command::Gui, App::Document::recompute(), App::DocumentObject::touch(), and updateValues().
Referenced by TechDrawGui::TaskDlgHatch::accept().
◆ changeEvent()
|
protected |
◆ getCreateMode()
bool TechDrawGui::TaskHatch::getCreateMode | ( | ) |
Referenced by getParameters(), and reject().
◆ getParameters()
|
protected |
◆ initUi()
|
protected |
References App::Color::asValue().
Referenced by TaskHatch().
◆ listToQ()
|
protected |
◆ onFileChanged
|
protectedslot |
References App::DocumentObject::getDocument(), TechDraw::DrawHatch::HatchPattern, App::Document::recompute(), and App::PropertyString::setValue().
Referenced by TaskHatch().
◆ reject()
|
virtual |
References getCreateMode(), App::DocumentObject::getDocument(), App::DocumentObject::getNameInDocument(), Gui::Command::Gui, TechDrawGui::ViewProviderHatch::HatchColor, TechDraw::DrawHatch::HatchPattern, TechDrawGui::ViewProviderHatch::HatchScale, App::Document::recompute(), App::PropertyFloat::setValue(), App::PropertyString::setValue(), App::PropertyColor::setValue(), and App::DocumentObject::touch().
Referenced by TechDrawGui::TaskDlgHatch::reject().
◆ setCreateMode()
void TechDrawGui::TaskHatch::setCreateMode | ( | bool | b | ) |
Referenced by TechDrawGui::TaskDlgHatch::setCreateMode().
◆ updateValues()
|
protected |
The documentation for this class was generated from the following files:
- src/Mod/TechDraw/Gui/TaskHatch.h
- src/Mod/TechDraw/Gui/TaskHatch.cpp