Editors::cSPVerbTrayCollection class

Base classes

class UTFWin::IWinProc
This class is a window procedure, also known as an event/message listener.
class DefaultRefCounted
The default implementation of a reference counted class.

Derived classes

class cSPEditorVerbTrayCollection

Public static variables

static const uint32_t TYPE

Public functions

auto AddRef() -> int override
auto Release() -> int override
auto Init(App::PropertyList* propList) -> void virtual
auto SetTrayData(eastl::vector<VerbIconDataPtr>*) -> void virtual
auto Shutdown() -> void virtual
auto Update(App::PropertyList* propList) -> void virtual
auto GetTrayWindow(uint32_t controlID) -> UTFWin::IWindow* virtual
auto InitTrays(uint32_t instanceID, uint32_t typeID, uint32_t groupID) -> void virtual
auto LayoutCollection() -> void virtual

Public variables

eastl::vector<cSPEditorVerbIconTrayPtr> mVerbTrays
int field_1C
IWindowPtr mWinParent
IWindowPtr mWinVerbTray
eastl::map<IWindowPtr, cSPEditorVerbIconTrayPtr> mWindowsToVerbTrays
eLayoutJustification mJustification
bool mAnimateValues
eLayoutStyle mLayoutStyle
bool field_50