Tools for crystal-specific editing/analysis.
#include <crystal.h>
|
|
| Crystal (QObject *parent_=0) |
| |
| QString | name () const override |
| |
| QString | description () const override |
| |
| QList< QAction * > | actions () const override |
| |
| QStringList | menuPath (QAction *) const override |
| |
|
| ExtensionPlugin (QObject *parent=0) |
| |
| virtual QList< Io::FileFormat * > | fileFormats () const |
| |
◆ name()
The name of the extension plugin, will be displayed in the user interface.
Implements ExtensionPlugin.
◆ description()
| QString description |
( |
| ) |
const |
|
overridevirtual |
A description of the extension plugin, may be displayed in the user interface.
Implements ExtensionPlugin.
◆ actions()
| QList<QAction*> actions |
( |
| ) |
const |
|
overridevirtual |
- Returns
- The QActions for this extension (should be at least one).
Implements ExtensionPlugin.
◆ menuPath()
| QStringList menuPath |
( |
QAction * |
action | ) |
const |
|
overridevirtual |
- Returns
- The menu path of the supplied action. This can be empty if the action was not recognized, or contain two or more strings (top level, plus name, e.g. File, &Open).
Implements ExtensionPlugin.
The documentation for this class was generated from the following file: