RulerContextMenu Class Reference

Implements the Ruler context sensitive menu. More...

#include <rulers.h>

Inheritance diagram for RulerContextMenu:

ContextMenu List of all members.

Public Member Functions

virtual BOOL Build ()
 buid a context sensitive menu over a component of the rulers

Private Member Functions

 CC_DECLARE_MEMDUMP (RulerContextMenu)

Detailed Description

Implements the Ruler context sensitive menu.

Author:
Ed_Cornes (Xara Group Ltd) <camelotdev@xara.com>
Date:
9/10/95

Definition at line 287 of file rulers.h.


Member Function Documentation

BOOL RulerContextMenu::Build void   )  [virtual]
 

buid a context sensitive menu over a component of the rulers

Author:
Ed_Cornes (Xara Group Ltd) <camelotdev@xara.com>
Date:
9/10/95
Returns:
FALSE if fails

Reimplemented from ContextMenu.

Definition at line 978 of file rulers.cpp.

00979 {
00980     BOOL ok = TRUE;
00981     ok = ok && BuildCommand(OPTOKEN_DELETEALLGUIDELINES,TRUE);
00982     ok = ok && BuildCommand(OPTOKEN_NEWGUIDELINEPROPDLG);
00983     ok = ok && BuildCommand(OPTOKEN_GUIDEPROPERTIESDLG);
00984     ok = ok && BuildCommand(OPTOKEN_GRIDANDRULERSDLG);
00985 
00986     return ok;
00987 }

RulerContextMenu::CC_DECLARE_MEMDUMP RulerContextMenu   )  [private]
 


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