Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::EditorToolBarArea Class Referencefinal

Public Member Functions

 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 Public Member Functions

static void Initialize ()
 
static void Reflect (AZ::ReflectContext *context)
 

The documentation for this class was generated from the following file: