#include <buttons.h>
Inheritance diagram for ui_extension::custom_button:

Public Member Functions | |
| virtual void | execute (const pfc::list_base_const_t< metadb_handle_ptr > &p_items)=0 |
| Executes the custom button's command. | |
| virtual bool | get_description (pfc::string_base &p_out) const |
| Gets the description of the custom button. | |
| virtual t_button_guid | get_guid_type () const |
| Get whether get_item_guid() specifies a main menu item, a context menu, or a custom button command. | |
| virtual void | get_name (pfc::string_base &p_out) const =0 |
| Gets the name of the custom button. | |
Static Public Member Functions | |
| static bool | g_button_get_name (const GUID &p_guid, pfc::string_base &p_out) |
Public Attributes | |
| button | |
| custom_button | |
|
|
Executes the custom button's command.
|
|
|
Gets the description of the custom button.
|
|
|
Get whether get_item_guid() specifies a main menu item, a context menu, or a custom button command.
Reimplemented from ui_extension::button. |
|
|
Gets the name of the custom button.
|
1.4.6-NO