![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
#include <QMetaType>#include <QList>#include <QMap>#include <QByteArray>#include <QIcon>#include <QtPlugin>Go to the source code of this file.
Classes | |
| struct | LC::TabClassInfo |
| The structure describing a single tab class. More... | |
| class | ITabWidget |
| This interface defines methods that should be implemented in widgets added to the main tab widget. More... | |
| class | IHaveTabs |
| Interface for plugins that have one or more tabs. More... | |
Namespaces | |
| namespace | LC |
Typedefs | |
| typedef QList< TabClassInfo > | LC::TabClasses_t |
Enumerations | |
| enum | LC::TabFeature { LC::TFEmpty = 0x0 , LC::TFOpenableByRequest = 1 << 0 , LC::TFSingle = 1 << 1 , LC::TFByDefault = 1 << 2 , LC::TFSuggestOpening = 1 << 3 , LC::TFOverridesTabClose = 1 << 4 } |
| Defines different behavior features of tab classes. More... | |
Functions | |
| LC::Q_DECLARE_FLAGS (TabFeatures, LC::TabFeature) | |