Class TUndoImportPathline

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoImportPathline = class(TCustomUndo)

Description

no description available, TCustomUndo description follows

TCustomUndo is an abstract base class used as an ancestor of all TUndoItems in ModelMuse.

Hierarchy

Overview

Fields

Private FExistingPathLines: TPathLineReader;
Private FNewPathLines: TPathLineReader;
Private FImportedNewFile: Boolean;
Private FModel: TCustomModel;

Methods

Private procedure ForceRedraw;
Private procedure EnableMenuItems;
Public Constructor Create(Model: TCustomModel; var NewPathLine: TPathLineReader; ImportedNewFile: boolean);
Public Destructor Destroy; override;
Public function Description: string; override;
Public procedure DoCommand; override;
Public procedure Undo; override;

Description

Fields

Private FExistingPathLines: TPathLineReader;
 
Private FNewPathLines: TPathLineReader;
 
Private FImportedNewFile: Boolean;
 
Private FModel: TCustomModel;
 

Methods

Private procedure ForceRedraw;
 
Private procedure EnableMenuItems;
 
Public Constructor Create(Model: TCustomModel; var NewPathLine: TPathLineReader; ImportedNewFile: boolean);
 
Public Destructor Destroy; override;
 
Public function Description: string; override;
 
Public procedure DoCommand; override;
 
Public procedure Undo; override;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:32