TechDrawGui::DrawGuiUtil Class Reference
Convenient utility functions for TechDraw Gui Module. More...
#include <DrawGuiUtil.h>
Static Public Member Functions | |
static void dumpPointF (const char *text, const QPointF &p) | |
static void dumpRectF (const char *text, const QRectF &r) | |
static TechDraw::DrawPage * findPage (Gui::Command *cmd) | |
static std::pair< Base::Vector3d, Base::Vector3d > get3DDirAndRot () | |
static std::pair< Base::Vector3d, Base::Vector3d > getProjDirFromFace (App::DocumentObject *obj, std::string faceName) | |
static bool isArchObject (App::DocumentObject *obj) | |
static bool isArchSection (App::DocumentObject *obj) | |
static bool isDraftObject (App::DocumentObject *obj) | |
static void loadArrowBox (QComboBox *qcb) | |
static bool needPage (Gui::Command *cmd) | |
static bool needView (Gui::Command *cmd, bool partOnly=true) | |
Detailed Description
Member Function Documentation
◆ dumpPointF()
|
static |
References Base::Console(), and Base::ConsoleSingleton::Message().
◆ dumpRectF()
|
static |
References Base::Console(), and Base::ConsoleSingleton::Message().
◆ findPage()
|
static |
◆ get3DDirAndRot()
|
static |
◆ getProjDirFromFace()
|
static |
◆ isArchObject()
|
static |
References App::PropertyPythonObject::getValue().
◆ isArchSection()
|
static |
References App::PropertyPythonObject::getValue().
◆ isDraftObject()
|
static |
References App::PropertyPythonObject::getValue().
◆ loadArrowBox()
|
static |
◆ needPage()
|
static |
◆ needView()
|
static |
The documentation for this class was generated from the following files:
- src/Mod/TechDraw/Gui/DrawGuiUtil.h
- src/Mod/TechDraw/Gui/DrawGuiUtil.cpp