#define PDECLARE_COMMAND_FULL(name, cls, func, enab, val)

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, use a function to detemine if it is enabled and use a function to detemine its current value state.

This version also declares the member functions func,

Alphabetic index HTML hierarchy of classes or Java



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