OpApplyRightJustifyToStory Class Reference

This operation is the right justify option on the TextStory pop-up menu. More...

#include <textops.h>

Inheritance diagram for OpApplyRightJustifyToStory:

OpApplyJustificationToStory Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpApplyRightJustifyToStory ()
virtual void Do (OpDescriptor *)
 Applies right justification to selected text stories.

Detailed Description

This operation is the right justify option on the TextStory pop-up menu.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/04/95

Definition at line 485 of file textops.h.


Constructor & Destructor Documentation

OpApplyRightJustifyToStory::OpApplyRightJustifyToStory  )  [inline]
 

Definition at line 490 of file textops.h.

00490 {};                             


Member Function Documentation

void OpApplyRightJustifyToStory::Do OpDescriptor pOpDesc  )  [virtual]
 

Applies right justification to selected text stories.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/04/95
Parameters:
OpDesc - unused [INPUTS]

Reimplemented from Operation.

Definition at line 4497 of file textops.cpp.

04498 {
04499     AttrTxtJustification* ApplyAttrib = new AttrTxtJustification();
04500 
04501     if (ApplyAttrib != NULL)
04502     {
04503         ApplyAttrib->Value.justification = JRIGHT;
04504         AttributeManager::AttributeSelected(ApplyAttrib, NULL);
04505     }
04506 }


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