CCInfo show license menu item object. More...
Inherits AcrobatCommand.

Public Member Functions | |
| ShowLicenseCommand (CCInfoPlugin *pPlugin) | |
| virtual void | OnCommand () |
| virtual bool | IsEnabled () |
| virtual bool | IsMarked () |
CCInfo show license menu item object.
Definition at line 38 of file CCInfoPlugin.cpp.
| ShowLicenseCommand::ShowLicenseCommand | ( | CCInfoPlugin * | pPlugin | ) |
Constructor
Definition at line 65 of file CCInfoPlugin.cpp.
References CCInfoPlugin::GetPluginName(), AcrobatCommand::InitializeMenuItem(), and AcrobatPluginInfo::LoadStringFromResource().
| virtual bool ShowLicenseCommand::IsEnabled | ( | ) | [inline, virtual] |
Always enabled when there's a document, disabled when there's none
Reimplemented from AcrobatCommand.
Definition at line 56 of file CCInfoPlugin.cpp.
References AcrobatPluginInfo::GetPluginInfo().
| virtual bool ShowLicenseCommand::IsMarked | ( | ) | [inline, virtual] |
Displays a check mark if there's license information for the active document
Reimplemented from AcrobatCommand.
Definition at line 62 of file CCInfoPlugin.cpp.
References AcrobatPluginInfo::GetPluginInfo().
| virtual void ShowLicenseCommand::OnCommand | ( | ) | [inline, virtual] |
Called when the menu item is selected; displays the license dialog
Implements AcrobatCommand.
Definition at line 50 of file CCInfoPlugin.cpp.
References AcrobatPluginInfo::GetPluginInfo().
1.6.1