#include <textops.h>
Inheritance diagram for OpTextUndoable:

Public Member Functions | |
| OpTextUndoable () | |
| OpTextUndoable constructor.   | |
| virtual BOOL | DoStartTextOp (TextStory *pTextStory, BOOL StartBlobs=TRUE, BOOL EndBlobs=TRUE) | 
| This function should get called at the start of each undoable text operation. All common actions are done here.   | |
Definition at line 168 of file textops.h.
      
  | 
  
| 
 OpTextUndoable constructor. 
 
 
 Definition at line 240 of file textops.cpp. 
  | 
  
      
  | 
  ||||||||||||||||
| 
 This function should get called at the start of each undoable text operation. All common actions are done here. 
 
 
 
 
 Definition at line 259 of file textops.cpp. 00260 { 00261 // BeginSlowJob(); // text ops only work on one object at a time so are never slow!? 00262 00263 // Record the selection state 00264 return DoStartSelOp(StartBlobs, EndBlobs); 00265 } 
  | 
  
 1.4.4