OpApplyFullJustifyToStory Class Reference

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

#include <textops.h>

Inheritance diagram for OpApplyFullJustifyToStory:

OpApplyJustificationToStory Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpApplyFullJustifyToStory ()
virtual void Do (OpDescriptor *)
 Applies full justification to selected text stories.

Detailed Description

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

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

Definition at line 503 of file textops.h.


Constructor & Destructor Documentation

OpApplyFullJustifyToStory::OpApplyFullJustifyToStory  )  [inline]
 

Definition at line 508 of file textops.h.

00508 {};                             


Member Function Documentation

void OpApplyFullJustifyToStory::Do OpDescriptor pOpDesc  )  [virtual]
 

Applies full 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 4518 of file textops.cpp.

04519 {
04520     AttrTxtJustification* ApplyAttrib = new AttrTxtJustification();
04521 
04522     if (ApplyAttrib != NULL)
04523     {
04524         ApplyAttrib->Value.justification = JFULL;
04525         AttributeManager::AttributeSelected(ApplyAttrib, NULL);
04526     }
04527 }


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