Molybden API
|
Public Member Functions | |
CustomContextMenuItem (std::string title, CustomContextMenuItemAction action, bool enabled=true) | |
int32_t | id () const |
std::string | title () const |
bool | isEnabled () const |
CustomContextMenuItemAction | action () const |
Public Member Functions inherited from molybden::ContextMenuItem | |
ContextMenuItemType | type () const |
Static Public Member Functions | |
static std::shared_ptr< CustomContextMenuItem > | create (std::string title, CustomContextMenuItemAction action, bool enabled=true) |
static std::shared_ptr< CustomContextMenuItem > | cast (std::shared_ptr< ContextMenuItem > item) |
static std::shared_ptr< CustomContextMenuItem > | fromId (int32_t id) |
Protected Member Functions | |
CustomContextMenuItem (ContextMenuItemType type, std::string title, CustomContextMenuItemAction action, bool enabled=true) | |
Protected Member Functions inherited from molybden::ContextMenuItem | |
ContextMenuItem (ContextMenuItemType type) | |