C# Class AcManager.Tools.Objects.PpFilterObject

Inheritance: AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
HandleChangedFile ( string filename ) : bool
PpFilterObject ( IFileAcManager manager, string id, bool enabled ) : System
PrepareForEditing ( ) : void
Save ( ) : void

Méthodes protégées

Méthode Description
LoadOrThrow ( ) : void

Private Methods

Méthode Description
SaveEdited ( ) : bool

Method Details

HandleChangedFile() public méthode

public HandleChangedFile ( string filename ) : bool
filename string
Résultat bool

LoadOrThrow() protected méthode

protected LoadOrThrow ( ) : void
Résultat void

PpFilterObject() public méthode

public PpFilterObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
Résultat System

PrepareForEditing() public méthode

public PrepareForEditing ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void