#include <zoomops.h>
Inheritance diagram for ZoomInfoBarOp:

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) | |
Definition at line 587 of file zoomops.h.
|
|
Definition at line 592 of file zoomops.h. 00592 {DlgResID=r;}
|
|
|
|
|
|
Constructs a zoom info-bar operation. Handles a Camelot message for the zoom info-bar.
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 }
|
1.4.4