#define PDECLARE_COMMAND_X(name, cls, func)

Declare a command.

Documentation

Declare a command. This macro declares a descendent class of PCommandSink which is attached to a PTopLevelWindow or PMDIDocWindow instance.

This version only allows the command to be executed. It is assumed that the command is always enabled and has a value state of zero.

This version also assumes the member function func is declared elsewhere.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.