Go to the source code of this file.
|
static contextmenu_group_popup_factory | g_mygroup (guid_mygroup, contextmenu_groups::root,"Sample component", 0) |
|
static contextmenu_item_factory_t< myitem > | g_myitem_factory |
|
static const GUID | guid_mygroup = { 0x572de7f4, 0xcbdf, 0x479a, { 0x97, 0x26, 0xa, 0xb0, 0x97, 0x47, 0x69, 0xe3 } } |
|
Definition at line 64 of file decode.cpp.
66 if (data.
get_count() == 0)
throw pfc::exception_invalid_params();
72 "Sample component: peak scan");
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
Shows the item being currently processed.
Shows dual progress bars; implies flag_show_progress.
virtual t_size get_count() const =0
HWND get_main_window()
Retrieves main app window. WARNING: this is provided for parent of dialog windows and such only; usin...
Shows the "abort" button.
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...
Definition at line 88 of file contextmenu.cpp.
90 message <<
"This is a test command.\n";
92 message <<
"Parameters:\n";
94 message << data[walk] <<
"\n";
virtual t_size get_count() const =0
const GUID guid_mygroup = { 0x572de7f4, 0xcbdf, 0x479a, { 0x97, 0x26, 0xa, 0xb0, 0x97, 0x47, 0x69, 0xe3 } } |
|
static |