Classes | |
class | MacroCommand |
Variables | |
string | cmd = 'Macro_' |
tuple | macroPath = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Macro") |
list | macros = [] |
list | macrosList = [] |
string macros::cmd = 'Macro_' |
Definition at line 27 of file macros.py.
Referenced by MeshPartGui::Tessellation::accept(), PartGui::LoftWidget::accept(), PartGui::DlgPrimitives::accept(), CmdFemCreateFromShape::activated(), Gui::MainWindow::createPopupMenu(), Gui::TreeWidget::dropEvent(), Gui::PythonCommand::isActive(), Gui::PythonConsole::keyPressEvent(), Gui::PythonOnlineHelp::loadResource(), Gui::Dialog::DlgCustomKeyboardImp::on_buttonAssign_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_buttonReset_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_commandTreeWidget_currentItemChanged(), MeshGui::DlgRegularSolidImp::on_createSolidButton_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_editShortcut_textChanged(), Gui::TreeWidget::onCreateGroup(), Gui::PropertyEditor::PropertyItem::setPropertyValue(), Gui::Application::sExport(), Gui::Application::sOpen(), and Gui::Application::sRunCommand().
tuple macros::macroPath = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Macro") |
list macros::macros = [] |
Definition at line 22 of file macros.py.
Referenced by Gui::MacroCommand::load(), and Gui::MacroCommand::save().
list macros::macrosList = [] |