OpApplyLeftJustifyToStory Class Reference

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

#include <textops.h>

Inheritance diagram for OpApplyLeftJustifyToStory:

OpApplyJustificationToStory Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpApplyLeftJustifyToStory ()
virtual void Do (OpDescriptor *)
 Applies left justification to selected text stories.

Detailed Description

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

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

Definition at line 449 of file textops.h.


Constructor & Destructor Documentation

OpApplyLeftJustifyToStory::OpApplyLeftJustifyToStory  )  [inline]
 

Definition at line 454 of file textops.h.

00454 {};                             


Member Function Documentation

void OpApplyLeftJustifyToStory::Do OpDescriptor pOpDesc  )  [virtual]
 

Applies left 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 4455 of file textops.cpp.

04456 {
04457     AttrTxtJustification* ApplyAttrib = new AttrTxtJustification();
04458 
04459     if (ApplyAttrib != NULL)
04460     {
04461         ApplyAttrib->Value.justification = JLEFT;
04462         AttributeManager::AttributeSelected(ApplyAttrib, NULL);
04463     }
04464 }


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