#define PDECLARE_COMMAND_XS(name, cls, func, 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 and use a function to detemine its current value state. It is assumed that the command is always enabled.

This version also assumes the member functions func and val are declared elsewhere.

Alphabetic index HTML hierarchy of classes or Java



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