The CommandBase class This lightweight class is the base class of all commands in FreeCAD. More...
#include <Command.h>
Public Member Functions | |
Action * | getAction () const |
Returns the Action object of this command, or 0 if it doesn't exist. More... | |
Methods to get the properties of the command | |
virtual const char * | getMenuText () const |
virtual const char * | getToolTipText () const |
virtual const char * | getStatusTip () const |
virtual const char * | getWhatsThis () const |
virtual const char * | getPixmap () const |
virtual const char * | getAccel () const |
Methods to set the properties of the command | |
void | setWhatsThis (const char *) |
void | setMenuText (const char *) |
void | setToolTipText (const char *) |
void | setStatusTip (const char *) |
void | setPixmap (const char *) |
void | setAccel (const char *) |
Protected Member Functions | |
CommandBase (const char *sMenu, const char *sToolTip=0, const char *sWhat=0, const char *sStatus=0, const char *sPixmap=0, const char *sAccel=0) | |
virtual | ~CommandBase () |
Protected Attributes | |
Attributes set by the inherited constructor. | |
They set up the most important properties of the command. In the constructor are set default values. The real values should be set in the constructor of the inheriting class. | |
const char * | sMenuText |
const char * | sToolTipText |
const char * | sWhatsThis |
const char * | sStatusTip |
const char * | sPixmap |
const char * | sAccel |
std::string | displayText |
Methods to override when creating a new command | |
virtual Action * | createAction (void) |
Creates the used Action when adding to a widget. The default implementation does nothing. More... | |
virtual void | languageChange ()=0 |
Reassigns QAction stuff after the language has changed. More... | |
virtual void | updateAction (int mode)=0 |
Updates the QAction with respect to the passed mode. More... | |
virtual const char * | className () const =0 |
The C++ class name is needed as context for the translation framework. More... | |
Detailed Description
The CommandBase class This lightweight class is the base class of all commands in FreeCAD.
It represents the link between the FreeCAD command framework and the QAction world of Qt.
Constructor & Destructor Documentation
◆ CommandBase()
|
protected |
◆ ~CommandBase()
|
protectedvirtual |
Member Function Documentation
◆ className()
|
pure virtual |
The C++ class name is needed as context for the translation framework.
Implemented in CmdSketcherConstrainSymmetric, CmdSketcherConstrainEqual, CmdSketcherConstrainAngle, CmdSketcherConstrainDiameter, CmdSketcherConstrainRadius, CmdSketcherConstrainTangent, CmdSketcherConstrainPerpendicular, StdCmdSelBoundingBox, StdCmdTreeViewActions, CmdSketcherConstrainParallel, StdTreeDrag, StdCmdSelForward, CmdSketcherConstrainDistanceY, StdCmdSelBack, CmdViewMeasureToggleAll, CmdViewMeasureClearAll, StdCmdDemoMode, StdCmdTextureMapping, StdCmdSceneInspector, CmdSketcherConstrainDistanceX, StdCmdMeasureDistance, StdCmdTreeSelectAllInstances, StdCmdTreeExpand, StdCmdTreeCollapse, StdTreeSelection, StdBoxElementSelection, CmdSketcherConstrainPointOnObject, StdBoxSelection, StdViewBoxZoom, StdViewZoomOut, StdViewZoomIn, StdCmdViewIvIssueCamPos, CmdSketcherConstrainDistance, StdCmdViewIvStereoInterleavedColumns, StdCmdViewIvStereoInterleavedRows, StdCmdViewIvStereoQuadBuff, StdCmdViewIvStereoRedGreen, StdCmdViewIvStereoOff, StdCmdViewExample3, StdCmdViewExample2, CmdSketcherConstrainCoincident, StdCmdViewExample1, StdCmdAxisCross, StdCmdToggleNavigation, StdCmdViewCreate, CmdSketcherConstrainBlock, StdViewScreenShot, StdCmdViewVR, StdViewDockUndockFullscreen, CmdSketcherConstrainLock, StdCmdExpression, StdViewFullscreen, StdMainFullscreen, StdCmdEdit, CmdSketcherMove, StdViewUndock, StdViewDock, CmdSketcherClone, StdCmdAlignment, ViewZoomToFitCmd, StdCmdViewFitSelection, CmdSketcherCopy, ViewPerspectiveCmd, StdCmdTransformManip, StdCmdViewFitAll, ViewOrthographicCmd, StdCmdPlacement, StdCmdViewRotateRight, ViewIsometricCmd, StdCmdTransform, StdCmdViewRotateLeft, CmdSketcherConstrainVertical, StdCmdViewTrimetric, StdCmdViewDimetric, StdCmdRefresh, StdCmdViewIsometric, StdCmdViewTop, StdCmdViewRight, StdCmdViewRear, StdCmdViewLeft, StdCmdViewFront, StdCmdViewBottom, StdCmdDelete, StdCmdSetAppearance, StdCmdSelectAll, CmdSketcherConstrainHorizontal, StdCmdHideObjects, StdCmdShowObjects, StdCmdDuplicateSelection, StdCmdToggleObjects, StdCmdPaste, StdCmdSelectVisibleObjects, StdCmdCopy, StdCmdHideSelection, StdCmdLinkActions, StdCmdCut, StdCmdShowSelection, StdCmdLinkSelectActions, StdCmdRedo, StdCmdToggleSelectability, StdCmdLinkSelectAllLinks, StdCmdUndo, StdCmdToggleVisibility, Gui::MacroCommand, CmdSketcherConstraint, StdCmdQuit, StdCmdLinkSelectLinkedFinal, StdCmdPrintPdf, Gui::PythonGroupCommand, StdCmdUnitsCalculator, StdCmdPrintPreview, CmdTestConsoleOutput, StdCmdTextDocument, Gui::PythonCommand, CmdTestMDI3, StdCmdPrint, CmdTestMDI2, StdCmdProjectUtil, StdCmdMeasurementSimple, StdCmdLinkSelectLinked, CmdTestMDI1, StdCmdPythonWebsite, StdCmdProjectInfo, StdCmdLinkImportAll, StdCmdFreeCADFAQ, StdCmdRevert, StdCmdDrawStyle, StdCmdFreeCADForum, StdCmdSaveAll, CmdTestProgress5, CmdSandboxMeshLoader, StdCmdLinkImport, StdCmdFreeCADPowerUserHub, StdCmdSaveCopy, StdCmdLinkUnlink, StdCmdFreeCADUserHub, CmdSandboxEventLoop, StdCmdToggleClipPlane, CmdTestProgress4, StdCmdLinkReplace, StdCmdFreeCADWebsite, StdCmdSaveAs, StdCmdOnlineHelpWebsite, StdCmdSave, StdCmdWindowsMenu, StdCmdOnlineHelp, CmdTestProgress3, StdCmdNew, StdCmdStatusBar, CmdTestProgress2, StdCmdCommandLine, StdCmdDependencyGraph, StdCmdDlgCustomize, CmdTestProgress1, StdCmdToolBarMenu, StdCmdMergeProjects, StdCmdDlgPreferences, StdCmdDlgParameter, StdCmdDockViewMenu, StdCmdToggleBreakpoint, CmdTestCmdFuncs, StdCmdWhatsThis, StdCmdUserInterface, StdCmdLinkMakeRelative, StdCmdMacroStepInto, FCCmdTest6, StdCmdExport, StdCmdAboutQt, StdCmdWindows, StdCmdMacroStepOver, FCCmdTest5, StdCmdActivatePrevWindow, StdCmdMacroStopDebug, StdCmdFreezeViews, StdCmdLinkMake, FCCmdTest4, StdCmdActivateNextWindow, StdCmdMacroStartDebug, StdCmdAbout, FCCmdTest3, StdCmdImport, StdCmdCloseAllWindows, StdCmdMacroAttachDebugger, StdPerspectiveCamera, FCCmdTest2, StdCmdRecentFiles, StdCmdCloseActiveWindow, StdCmdDlgMacroExecuteDirect, FCCmdTest1, Gui::StdCmdPythonHelp, StdCmdCascadeWindows, StdCmdDlgMacroExecute, StdOrthographicCamera, Std_TestReloadQM, StdCmdOpen, StdCmdGroup, StdCmdTileWindows, StdCmdWorkbench, StdCmdMacroStopRecord, StdCmdLinkMakeGroup, Std_TestQM, StdCmdArrangeIcons, StdCmdPart, and StdCmdDlgMacroRecord.
Referenced by Gui::StdCmdDownloadOnlineHelp::createAction(), Gui::Command::createAction(), Gui::Dialog::CommandModel::data(), Gui::StdCmdDownloadOnlineHelp::languageChange(), Gui::Command::languageChange(), Gui::PythonGroupCommand::languageChange(), Gui::Dialog::DlgCustomKeyboardImp::setShortcutOfCurrentAction(), and Gui::GroupCommand::setup().
◆ createAction()
|
protectedvirtual |
Creates the used Action when adding to a widget. The default implementation does nothing.
Reimplemented in StdCmdSelBoundingBox, StdCmdExpression, StdViewDockUndockFullscreen, StdCmdRedo, StdCmdUndo, Gui::MacroCommand, Gui::PythonGroupCommand, Gui::PythonCommand, Gui::GroupCommand, StdCmdDrawStyle, StdCmdToggleClipPlane, StdCmdWindowsMenu, StdCmdStatusBar, StdCmdToolBarMenu, Gui::Command, StdCmdDlgPreferences, StdCmdDockViewMenu, StdCmdFreezeViews, StdCmdAbout, StdPerspectiveCamera, StdCmdRecentFiles, StdOrthographicCamera, Gui::StdCmdDescription, StdCmdWorkbench, StdCmdLinkMakeGroup, and Gui::StdCmdDownloadOnlineHelp.
◆ getAccel()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_buttonReset_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_commandTreeWidget_currentItemChanged(), Gui::MacroCommand::save(), Gui::Application::sGetCommandInfo(), and Gui::Application::sGetCommandShortcut().
◆ getAction()
Action * CommandBase::getAction | ( | ) | const |
Returns the Action object of this command, or 0 if it doesn't exist.
Referenced by Gui::MainWindow::event(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_buttonReset_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_commandTreeWidget_currentItemChanged(), Gui::Dialog::DlgCustomKeyboardImp::on_editShortcut_textChanged(), Gui::Dialog::DlgCustomKeyboardImp::setShortcutOfCurrentAction(), FemGui::TaskPostClip::TaskPostClip(), FemGui::TaskPostCut::TaskPostCut(), CmdSketcherConstrainLock::updateAction(), CmdSketcherConstrainDistance::updateAction(), CmdSketcherConstrainDistanceX::updateAction(), CmdSketcherConstrainDistanceY::updateAction(), CmdSketcherConstrainRadius::updateAction(), CmdSketcherConstrainDiameter::updateAction(), and CmdSketcherConstrainAngle::updateAction().
◆ getMenuText()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Command::applyCommandData(), Gui::Dialog::CommandModel::data(), Gui::Command::invoke(), Gui::PythonGroupCommand::languageChange(), Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::Dialog::DlgMacroExecuteImp::on_toolbarButton_clicked(), Gui::Dialog::DlgCustomCommandsImp::onAddMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onAddMacroAction(), Gui::Dialog::DlgCustomToolbars::onAddMacroAction(), Gui::Dialog::DlgCustomCommandsImp::onModifyMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onModifyMacroAction(), Gui::Dialog::DlgCustomToolbars::onModifyMacroAction(), Gui::MacroCommand::save(), Gui::GroupCommand::setup(), and Gui::Application::sGetCommandInfo().
◆ getPixmap()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Dialog::CommandModel::data(), Gui::PythonGroupCommand::languageChange(), Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::Dialog::DlgCustomCommandsImp::onAddMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onAddMacroAction(), Gui::Dialog::DlgCustomToolbars::onAddMacroAction(), Gui::Dialog::DlgCustomCommandsImp::onModifyMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onModifyMacroAction(), Gui::Dialog::DlgCustomToolbars::onModifyMacroAction(), Gui::MacroCommand::save(), and Gui::Application::sGetCommandInfo().
◆ getStatusTip()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Command::applyCommandData(), Gui::PythonGroupCommand::languageChange(), Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::MacroCommand::save(), Gui::Dialog::DlgCustomKeyboardImp::setShortcutOfCurrentAction(), and Gui::Application::sGetCommandInfo().
◆ getToolTipText()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Command::applyCommandData(), Gui::Dialog::CommandModel::data(), Gui::PythonGroupCommand::languageChange(), Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::Dialog::DlgCustomCommandsImp::onAddMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onAddMacroAction(), Gui::Dialog::DlgCustomToolbars::onAddMacroAction(), Gui::Dialog::DlgCustomCommandsImp::onModifyMacroAction(), Gui::Dialog::DlgCustomKeyboardImp::onModifyMacroAction(), Gui::Dialog::DlgCustomToolbars::onModifyMacroAction(), Gui::MacroCommand::save(), Gui::Dialog::DlgCustomKeyboardImp::setShortcutOfCurrentAction(), and Gui::Application::sGetCommandInfo().
◆ getWhatsThis()
|
virtual |
Reimplemented in Gui::PythonGroupCommand, and Gui::PythonCommand.
Referenced by Gui::Command::applyCommandData(), Gui::Dialog::DlgCustomActionsImp::on_actionListWidget_itemActivated(), Gui::Dialog::DlgCustomActionsImp::on_buttonReplaceAction_clicked(), Gui::MacroCommand::save(), and Gui::Application::sGetCommandInfo().
◆ languageChange()
|
pure virtual |
Reassigns QAction stuff after the language has changed.
Implemented in Gui::MacroCommand, Gui::PythonGroupCommand, Gui::PythonCommand, Gui::GroupCommand, StdCmdDrawStyle, Gui::Command, StdCmdFreezeViews, StdCmdAbout, Gui::StdCmdDownloadOnlineHelp, and StdCmdLinkMakeGroup.
◆ setAccel()
void CommandBase::setAccel | ( | const char * | s | ) |
◆ setMenuText()
void CommandBase::setMenuText | ( | const char * | s | ) |
◆ setPixmap()
void CommandBase::setPixmap | ( | const char * | s | ) |
◆ setStatusTip()
void CommandBase::setStatusTip | ( | const char * | s | ) |
◆ setToolTipText()
void CommandBase::setToolTipText | ( | const char * | s | ) |
◆ setWhatsThis()
void CommandBase::setWhatsThis | ( | const char * | s | ) |
◆ updateAction()
|
pure virtual |
Updates the QAction with respect to the passed mode.
Implemented in CmdSketcherConstrainAngle, CmdSketcherConstrainDiameter, CmdSketcherConstrainRadius, CmdSketcherConstrainDistanceY, CmdSketcherConstrainDistanceX, CmdSketcherConstrainDistance, CmdSketcherConstrainLock, and Gui::Command.
Member Data Documentation
◆ displayText
|
protected |
Referenced by Gui::Command::invoke().
◆ sAccel
|
protected |
Referenced by CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), Gui::StdCmdDownloadOnlineHelp::createAction(), StdCmdFreezeViews::createAction(), Gui::Command::createAction(), Gui::MacroCommand::createAction(), StdCmdUndo::createAction(), StdCmdRedo::createAction(), setAccel(), Gui::StdCmdDescription::StdCmdDescription(), and StdCmdFreezeViews::StdCmdFreezeViews().
◆ sMenuText
|
protected |
Referenced by CmdSandboxEventLoop::CmdSandboxEventLoop(), CmdSandboxMeshLoader::CmdSandboxMeshLoader(), CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainBlock::CmdSketcherConstrainBlock(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainLock::CmdSketcherConstrainLock(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), Gui::StdCmdDownloadOnlineHelp::createAction(), Gui::MacroCommand::createAction(), StdViewDockUndockFullscreen::createAction(), Gui::StdCmdDownloadOnlineHelp::languageChange(), setMenuText(), Gui::StdCmdDescription::StdCmdDescription(), Gui::StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp(), StdCmdDrawStyle::StdCmdDrawStyle(), StdCmdExpression::StdCmdExpression(), StdCmdFreezeViews::StdCmdFreezeViews(), StdCmdLinkActions::StdCmdLinkActions(), StdCmdLinkMakeGroup::StdCmdLinkMakeGroup(), StdCmdLinkSelectActions::StdCmdLinkSelectActions(), Gui::StdCmdPythonHelp::StdCmdPythonHelp(), and StdCmdTreeViewActions::StdCmdTreeViewActions().
◆ sPixmap
|
protected |
Referenced by DrawSketchHandlerGenConstraint::activated(), CmdSandboxEventLoop::CmdSandboxEventLoop(), CmdSandboxMeshLoader::CmdSandboxMeshLoader(), CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainBlock::CmdSketcherConstrainBlock(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainLock::CmdSketcherConstrainLock(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), Gui::StdCmdDownloadOnlineHelp::createAction(), Gui::Command::createAction(), Gui::MacroCommand::createAction(), StdCmdUndo::createAction(), StdCmdRedo::createAction(), setPixmap(), Gui::StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp(), StdCmdDrawStyle::StdCmdDrawStyle(), StdCmdLinkMakeGroup::StdCmdLinkMakeGroup(), and Gui::StdCmdPythonHelp::StdCmdPythonHelp().
◆ sStatusTip
|
protected |
Referenced by Gui::Command::applyCommandData(), CmdSandboxEventLoop::CmdSandboxEventLoop(), CmdSandboxMeshLoader::CmdSandboxMeshLoader(), CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainBlock::CmdSketcherConstrainBlock(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainLock::CmdSketcherConstrainLock(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), Gui::StdCmdDownloadOnlineHelp::createAction(), Gui::MacroCommand::createAction(), Gui::StdCmdDownloadOnlineHelp::languageChange(), setStatusTip(), Gui::StdCmdDescription::StdCmdDescription(), Gui::StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp(), StdCmdDrawStyle::StdCmdDrawStyle(), StdCmdExpression::StdCmdExpression(), StdCmdFreezeViews::StdCmdFreezeViews(), StdCmdLinkActions::StdCmdLinkActions(), StdCmdLinkMakeGroup::StdCmdLinkMakeGroup(), StdCmdLinkSelectActions::StdCmdLinkSelectActions(), Gui::StdCmdPythonHelp::StdCmdPythonHelp(), and StdCmdTreeViewActions::StdCmdTreeViewActions().
◆ sToolTipText
|
protected |
Referenced by CmdSandboxEventLoop::CmdSandboxEventLoop(), CmdSandboxMeshLoader::CmdSandboxMeshLoader(), CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainBlock::CmdSketcherConstrainBlock(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainLock::CmdSketcherConstrainLock(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), Gui::StdCmdDownloadOnlineHelp::createAction(), Gui::MacroCommand::createAction(), Gui::StdCmdDownloadOnlineHelp::languageChange(), setToolTipText(), Gui::StdCmdDescription::StdCmdDescription(), Gui::StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp(), StdCmdDrawStyle::StdCmdDrawStyle(), StdCmdExpression::StdCmdExpression(), StdCmdFreezeViews::StdCmdFreezeViews(), StdCmdLinkActions::StdCmdLinkActions(), StdCmdLinkMakeGroup::StdCmdLinkMakeGroup(), StdCmdLinkSelectActions::StdCmdLinkSelectActions(), Gui::StdCmdPythonHelp::StdCmdPythonHelp(), and StdCmdTreeViewActions::StdCmdTreeViewActions().
◆ sWhatsThis
|
protected |
Referenced by CmdSandboxEventLoop::CmdSandboxEventLoop(), CmdSandboxMeshLoader::CmdSandboxMeshLoader(), CmdSketcherClone::CmdSketcherClone(), CmdSketcherConstrainAngle::CmdSketcherConstrainAngle(), CmdSketcherConstrainBlock::CmdSketcherConstrainBlock(), CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident(), CmdSketcherConstrainDiameter::CmdSketcherConstrainDiameter(), CmdSketcherConstrainDistance::CmdSketcherConstrainDistance(), CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX(), CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY(), CmdSketcherConstrainEqual::CmdSketcherConstrainEqual(), CmdSketcherConstrainHorizontal::CmdSketcherConstrainHorizontal(), CmdSketcherConstrainLock::CmdSketcherConstrainLock(), CmdSketcherConstrainParallel::CmdSketcherConstrainParallel(), CmdSketcherConstrainPerpendicular::CmdSketcherConstrainPerpendicular(), CmdSketcherConstrainPointOnObject::CmdSketcherConstrainPointOnObject(), CmdSketcherConstrainRadius::CmdSketcherConstrainRadius(), CmdSketcherConstrainSymmetric::CmdSketcherConstrainSymmetric(), CmdSketcherConstrainTangent::CmdSketcherConstrainTangent(), CmdSketcherConstrainVertical::CmdSketcherConstrainVertical(), CmdSketcherCopy::CmdSketcherCopy(), CmdSketcherMove::CmdSketcherMove(), StdCmdLinkMakeGroup::createAction(), Gui::StdCmdDownloadOnlineHelp::createAction(), StdCmdFreezeViews::createAction(), StdCmdDrawStyle::createAction(), Gui::GroupCommand::createAction(), Gui::MacroCommand::createAction(), Gui::StdCmdDownloadOnlineHelp::languageChange(), setWhatsThis(), Gui::StdCmdDescription::StdCmdDescription(), Gui::StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp(), StdCmdDrawStyle::StdCmdDrawStyle(), StdCmdExpression::StdCmdExpression(), StdCmdFreezeViews::StdCmdFreezeViews(), StdCmdLinkActions::StdCmdLinkActions(), StdCmdLinkMakeGroup::StdCmdLinkMakeGroup(), StdCmdLinkSelectActions::StdCmdLinkSelectActions(), Gui::StdCmdPythonHelp::StdCmdPythonHelp(), and StdCmdTreeViewActions::StdCmdTreeViewActions().
The documentation for this class was generated from the following files:
- src/Gui/Command.h
- src/Gui/Command.cpp