![]() |
Carousel
|
This interface provides methods to get catalogs that contain interactive components. More...
#include <ICatalogs.h>
Inherited by Catalogs.
Public Member Functions | |
virtual IDockWidgetCatalog & | dockWidgetCatalog ()=0 |
virtual const IDockWidgetCatalog & | dockWidgetCatalog () const =0 |
virtual IMenuCatalog & | menuCatalog ()=0 |
virtual const IMenuCatalog & | menuCatalog () const =0 |
virtual IOperationCatalog & | operationCatalog ()=0 |
virtual const IOperationCatalog & | operationCatalog () const =0 |
virtual IToolBarCatalog & | toolBarCatalog ()=0 |
virtual const IToolBarCatalog & | toolBarCatalog () const =0 |
This interface provides methods to get catalogs that contain interactive components.
Use IInteractionService::catalogs() to get a reference to this object.
|
pure virtual |
Gets the operation catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the immutable operation catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the dockable widget catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the immutable dockable widget catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the menu catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the immutable menu catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the immutable toolbar catalog.
Implemented in Catalogs.
|
pure virtual |
Gets the toolbar catalog.
Implemented in Catalogs.