|
void | activate () |
| Raises, unminimizes and activates this window. More...
|
|
void | addItem () |
| Triggers the dialog for adding a new item, based on the currently selected item type tab. More...
|
|
int | addSmartgroup () |
| Triggers the dialog to add a new smart group. More...
|
|
int | addTag () |
| Triggers the dialog to add a new tag. More...
|
|
void | editItem () |
| Triggers the dialog for editing the current item. More...
|
|
void | editSmartgroupAction () |
| Triggers the dialog for editing the selected smart group. More...
|
|
void | exportItems () |
| Triggers the dialog to export items. More...
|
|
void | exportItemsPNG () |
| Triggers the dialog to export selected items as PNG files. More...
|
|
void | exportItemsSVG () |
| Triggers the dialog to export selected items as SVG files. More...
|
|
void | exportSelectedItemsImages (const QString &dir, const QString &format, QSize size) |
| Triggers the dialog to export selected items as images of the specified format and size. More...
|
|
void | filterSymbols (const QString &filter) |
| Sets the filter string to filter symbols by. More...
|
|
void | groupChanged (const QModelIndex &) |
| Triggered when the current group (or tag) is changed. More...
|
|
void | groupRenamed (QStandardItem *item) |
| Triggered when a group item is renamed. More...
|
|
void | grouptreeContextMenu (QPoint) |
| Context menu for the groupTree. More...
|
|
void | importItems () |
| Triggers the dialog to import items. More...
|
|
Q_DECL_DEPRECATED void | itemChanged (QStandardItem *item) |
|
void | listitemsContextMenu (QPoint) |
| Context menu for the listItems ( symbols list ) More...
|
|
void | onClose () |
| Closes the dialog. More...
|
|
void | onFinished () |
| Called when the dialog is going to be closed. More...
|
|
void | populateList () |
| Refreshes the list of items. More...
|
|
Q_DECL_DEPRECATED void | regrouped (QStandardItem *) |
|
void | removeGroup () |
| Removes the selected tag or smartgroup. More...
|
|
void | removeItem () |
| Removes the current selected item. More...
|
|
void | selectedSymbolsChanged (const QItemSelection &selected, const QItemSelection &deselected) |
| Perform tasks when the selected symbols change. More...
|
|
void | showHelp () |
| Opens the associated help. More...
|
|
void | symbolSelected (const QModelIndex &) |
| Perform symbol specific tasks when selected. More...
|
|
void | tagSymbolsAction () |
| Toggles the interactive item tagging mode. More...
|
|