|
|
| AZ_CLASS_ALLOCATOR (EditorToolBarArea, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (EditorToolBarArea, "{7B55B739-B4E0-41C0-9E71-B526BD62C3FB}") |
| |
|
| EditorToolBarArea (QMainWindow *mainWindow, Qt::ToolBarArea toolBarArea) |
| |
|
void | AddToolBar (int sortKey, AZStd::string toolBarIdentifier) |
| |
|
bool | ContainsToolBar (const AZStd::string &toolBarIdentifier) const |
| | Returns whether the toolbar queried is contained in this toolbar area.
|
| |
|
AZStd::optional< int > | GenerateToolBarSortKey (const AZStd::string &toolBarIdentifier) const |
| | Returns the sort key for the queried toolbar, or AZStd::nullopt if it's not found.
|
| |
|
void | RefreshToolBarArea () |
| | Clears the toolbar area and creates a new one from the EditorToolBarArea information.
|
| |
|
|
static void | Initialize () |
| |
|
static void | Reflect (AZ::ReflectContext *context) |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/ActionManager/ToolBar/EditorToolBarArea.h