ZoomInfoBarOp Class Reference

Handles creation/destruction and message handling for the zoom tool info-bar. More...

#include <zoomops.h>

Inheritance diagram for ZoomInfoBarOp:

InformationBarOp DialogBarOp DialogOp Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 ZoomInfoBarOp (ResourceID r=_R(IDD_ZOOMINFO))
MsgResult Message (Msg *pMsg)
 Constructs a zoom info-bar operation. Handles a Camelot message for the zoom info-bar.

Private Member Functions

 CC_DECLARE_DYNCREATE (ZoomInfoBarOp)

Detailed Description

Handles creation/destruction and message handling for the zoom tool info-bar.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
15/3/95
See also:
-

Definition at line 587 of file zoomops.h.


Constructor & Destructor Documentation

ZoomInfoBarOp::ZoomInfoBarOp ResourceID  r = _R(IDD_ZOOMINFO)  )  [inline]
 

Definition at line 592 of file zoomops.h.

00592 {DlgResID=r;}


Member Function Documentation

ZoomInfoBarOp::CC_DECLARE_DYNCREATE ZoomInfoBarOp   )  [private]
 

MsgResult ZoomInfoBarOp::Message Msg pMsg  )  [virtual]
 

Constructs a zoom info-bar operation. Handles a Camelot message for the zoom info-bar.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
15/3/95
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
The result of processing the message.

Errors: -

See also:
DialogBarOp::Message

Reimplemented from InformationBarOp.

Definition at line 3218 of file zoomops.cpp.

03219 {
03220     // Pass on to base class for default handling.
03221     return DialogBarOp::Message(pMsg);
03222 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:03:30 2007 for Camelot by  doxygen 1.4.4