Collection of extensions. Handles extensions currently active or inactive and the extension toolbar.
More...
#include <ExtensionSet.h>
|
|
| ExtensionSet (const ExtensionSet &other) |
|
ExtensionSet & | operator= (const ExtensionSet &other) |
|
void | addExtension (const QString &ext, bool enabled=true) |
|
void | removeExtension (const QString &ext) |
|
void | clear () |
|
bool | containsExtension (const QString &ext) |
|
ExtensionSet & | operator<< (const QString &ext) |
|
void | setEnabled (const QString &ext, bool b) |
|
void | enable (const QString &ext) |
|
void | disable (const QString &ext) |
|
bool | hasEnabledExtensions () const |
|
bool | hasDisabledExtensions () const |
|
bool | isEnabled (const QString &ext) const |
|
QStringList | enabledExtensions () const |
|
QStringList | disabledExtensions () const |
|
QStringList | extensions () const |
Collection of extensions. Handles extensions currently active or inactive and the extension toolbar.