#define PDECLARE_COMMAND_ENABLE(name, cls, func, enab)

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 allows the command to be executed, and use a function to detemine if it is currently enabled. It is assumed that the command always has a value state of zero.

This version also declares the member functions func and

Alphabetic index HTML hierarchy of classes or Java



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