#include <TaskLineDecor.h>
Public Member Functions | |
virtual bool accept () | |
virtual bool reject () | |
TaskRestoreLines (TechDraw::DrawViewPart *partFeat, TechDrawGui::TaskLineDecor *parent) | |
~TaskRestoreLines () | |
Protected Slots | |
void onAllPressed (void) | |
void onCenterPressed (void) | |
void onCosmeticPressed (void) | |
void onGeometryPressed (void) | |
Protected Member Functions | |
void changeEvent (QEvent *e) | |
int countInvisibleCenters (void) | |
int countInvisibleCosmetics (void) | |
int countInvisibleGeoms (void) | |
int countInvisibleLines (void) | |
void initUi (void) | |
void restoreInvisibleCenters (void) | |
void restoreInvisibleCosmetics (void) | |
void restoreInvisibleGeoms (void) | |
void restoreInvisibleLines (void) | |
Constructor & Destructor Documentation
◆ TaskRestoreLines()
TaskRestoreLines::TaskRestoreLines | ( | TechDraw::DrawViewPart * | partFeat, |
TechDrawGui::TaskLineDecor * | parent | ||
) |
References initUi(), onAllPressed(), onCenterPressed(), onCosmeticPressed(), and onGeometryPressed().
◆ ~TaskRestoreLines()
TaskRestoreLines::~TaskRestoreLines | ( | ) |
Member Function Documentation
◆ accept()
|
virtual |
◆ changeEvent()
|
protected |
◆ countInvisibleCenters()
|
protected |
References TechDraw::CosmeticExtension::CenterLines, and TechDraw::PropertyCenterLineList::getValues().
Referenced by countInvisibleLines(), and initUi().
◆ countInvisibleCosmetics()
|
protected |
References TechDraw::CosmeticExtension::CosmeticEdges, and TechDraw::PropertyCosmeticEdgeList::getValues().
Referenced by countInvisibleLines(), and initUi().
◆ countInvisibleGeoms()
|
protected |
References TechDraw::CosmeticExtension::GeomFormats, and TechDraw::PropertyGeomFormatList::getValues().
Referenced by countInvisibleLines(), and initUi().
◆ countInvisibleLines()
|
protected |
References countInvisibleCenters(), countInvisibleCosmetics(), and countInvisibleGeoms().
Referenced by initUi(), onCenterPressed(), onCosmeticPressed(), and onGeometryPressed().
◆ initUi()
|
protected |
References countInvisibleCenters(), countInvisibleCosmetics(), countInvisibleGeoms(), and countInvisibleLines().
Referenced by TaskRestoreLines().
◆ onAllPressed
|
protectedslot |
References onCenterPressed(), onCosmeticPressed(), and onGeometryPressed().
Referenced by TaskRestoreLines().
◆ onCenterPressed
|
protectedslot |
References countInvisibleLines(), and restoreInvisibleCenters().
Referenced by onAllPressed(), and TaskRestoreLines().
◆ onCosmeticPressed
|
protectedslot |
References countInvisibleLines(), and restoreInvisibleCosmetics().
Referenced by onAllPressed(), and TaskRestoreLines().
◆ onGeometryPressed
|
protectedslot |
References countInvisibleLines(), and restoreInvisibleGeoms().
Referenced by onAllPressed(), and TaskRestoreLines().
◆ reject()
|
virtual |
◆ restoreInvisibleCenters()
|
protected |
◆ restoreInvisibleCosmetics()
|
protected |
◆ restoreInvisibleGeoms()
|
protected |
◆ restoreInvisibleLines()
|
protected |
References restoreInvisibleCenters(), restoreInvisibleCosmetics(), and restoreInvisibleGeoms().
The documentation for this class was generated from the following files:
- src/Mod/TechDraw/Gui/TaskLineDecor.h
- src/Mod/TechDraw/Gui/TaskLineDecor.cpp