Class SaveConfigWidget<TFileType, TToken>
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
public abstract class SaveConfigWidget<TFileType, TToken> : SaveConfigWidget, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl where TFileType : FileType where TToken : SaveConfigToken
Type Parameters
TFileType
TToken
- Inheritance
-
SaveConfigWidget<TFileType, TToken>
- Implements
- Derived
- Inherited Members
Constructors
Properties
Methods
- InitFileType()
This method must be overriden in derived classes. In this method you must initialize the protected fileType field.
- InitTokenFromWidget()
This method must be overridden in derived classes. In this method you must take the values from the dialog box and use them to properly initialize theEffectToken.
- InitWidgetFromToken(SaveConfigToken)
This method must be overridden in derived classes. In this method you must take the values from the given EffectToken and use them to properly initialize the dialog's user interface elements.