|
static void | addSidebarWidgetType (SidebarWidgetType *type) |
|
static SidebarWidgetType * | typeFromName (const QString &name) |
|
static const std::vector< SidebarWidgetType * > & | contentTypes () |
|
static const std::vector< SidebarWidgetType * > & | referenceTypes () |
|
static SidebarWidgetType * | defaultContentType () |
|
static SidebarWidgetType * | defaultReferenceType () |
|
static void | setDefaultContentType (SidebarWidgetType *type) |
|
static void | setDefaultReferenceType (SidebarWidgetType *type) |
|
static Sidebar * | current () |
|
template<class T > |
static T * | widget (SidebarWidgetType *type) |
|
template<class T > |
static T * | widget (const QString &name) |
|
template<class T > |
static T * | activateWidget (SidebarWidgetType *type) |
|
template<class T > |
static T * | activateWidget (const QString &name) |
|
template<class T > |
static UIAction | globalSidebarAction (const QString &name, const std::function< void(T *obj)> &activate) |
|
template<class T > |
static UIAction | globalSidebarAction (const QString &name, const std::function< void(T *obj, const UIActionContext &ctxt)> &activate) |
|
template<class T > |
static UIAction | globalSidebarAction (const QString &name, const std::function< void(T *obj)> &activate, const std::function< bool(T *obj)> &isValid) |
|
template<class T > |
static UIAction | globalSidebarAction (const QString &name, const std::function< void(T *obj, const UIActionContext &ctxt)> &activate, const std::function< bool(T *obj, const UIActionContext &ctxt)> &isValid) |
|
template<class T > |
static UIAction | globalSidebarAction (SidebarWidgetType *type, const std::function< void(T *obj)> &activate) |
|
template<class T > |
static UIAction | globalSidebarAction (SidebarWidgetType *type, const std::function< void(T *obj, const UIActionContext &ctxt)> &activate) |
|
template<class T > |
static UIAction | globalSidebarAction (SidebarWidgetType *type, const std::function< void(T *obj)> &activate, const std::function< bool(T *obj)> &isValid) |
|
template<class T > |
static UIAction | globalSidebarAction (SidebarWidgetType *type, const std::function< void(T *obj, const UIActionContext &ctxt)> &activate, const std::function< bool(T *obj, const UIActionContext &ctxt)> &isValid) |
|
template<class T > |
static std::function< bool(const UIActionContext &)> | globalSidebarActionChecked (const QString &name, const std::function< bool(T *obj)> &isChecked) |
|
template<class T > |
static std::function< bool(const UIActionContext &)> | globalSidebarActionChecked (const QString &name, const std::function< bool(T *obj, const UIActionContext &ctxt)> &isChecked) |
|
template<class T > |
static std::function< bool(const UIActionContext &)> | globalSidebarActionChecked (SidebarWidgetType *type, const std::function< bool(T *obj)> &isChecked) |
|
template<class T > |
static std::function< bool(const UIActionContext &)> | globalSidebarActionChecked (SidebarWidgetType *type, const std::function< bool(T *obj, const UIActionContext &ctxt)> &isChecked) |
|