Dialog which contains several tab pages to customize the changeable toolbars and commandbars or to define own macro actions.
More...
#include <DlgCustomizeImp.h>
|
static void | addPage (const char *className) |
| Adds a customize page with its class name className. More...
|
|
Dialog which contains several tab pages to customize the changeable toolbars and commandbars or to define own macro actions.
You can extend the existing toolbars or commandbars with several commands just by drag and drop.
- See also
- DlgCustomCommandsImp
-
DlgCustomToolbarsImp
-
DlgCustomCmdbarsImp
-
DlgCustomActionsImp
- Author
- Werner Mayer
◆ DlgCustomizeImp()
DlgCustomizeImp::DlgCustomizeImp |
( |
QWidget * |
parent = nullptr , |
|
|
Qt::WindowFlags |
fl = Qt::WindowFlags() |
|
) |
| |
◆ ~DlgCustomizeImp()
DlgCustomizeImp::~DlgCustomizeImp |
( |
| ) |
|
Destroys the object and frees any allocated resources.
◆ addMacroAction
void Gui::Dialog::DlgCustomizeImp::addMacroAction |
( |
const QByteArray & |
| ) |
|
|
signal |
◆ addPage() [1/2]
void DlgCustomizeImp::addPage |
( |
const char * |
className | ) |
|
|
static |
◆ addPage() [2/2]
void DlgCustomizeImp::addPage |
( |
QWidget * |
w | ) |
|
Inserts a new tab page with its caption.
◆ changeEvent()
void DlgCustomizeImp::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
◆ modifyMacroAction
void Gui::Dialog::DlgCustomizeImp::modifyMacroAction |
( |
const QByteArray & |
| ) |
|
|
signal |
◆ removeMacroAction
void Gui::Dialog::DlgCustomizeImp::removeMacroAction |
( |
const QByteArray & |
| ) |
|
|
signal |
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/DlgCustomizeImp.h
- FreeCAD/src/Gui/DlgCustomizeImp.cpp