AlphaFramework API  1.0.3
Namespaces | Classes
AlphaFramework.Editor Namespace Reference

Classes

class  AboutBox
 A standard about box with application version information. More...
 
class  AsyncWaitDialog
 Displays a "Loading..." dialog box in a separate GUI thread for cases where the main message pump is blocked. More...
 
class  FileSelectorDialog
 Allows the user to select a file for the Mod (stored in an Archive or a real file) More...
 
interface  IToastProvider
 Provides a surface for displaying toas messages to the user. More...
 
class  MainFormBase
 An extendable basis for an editor main window. More...
 
class  ModInfo
 Contains basic information about a mod. More...
 
class  ModPackageDialog
 Allows the user to create a redistributable package of a Mod More...
 
class  ModPropertyDialog
 Displays and edits information about a mod. Can also be used to create a new mod. More...
 
class  ModSelectorForm
 Allows the user to select a Mod to edit More...
 
class  Tab
 A base class for all editor windows that can be displayed as tabs More...
 
class  UndoCloneTab
 A base class for all editor windows that have undo-functionality based on cloning their whole content More...
 
class  UndoCommandTab
 A base class for all editor windows that have undo-functionality based on IUndoCommand logging (using the command pattern) More...
 
class  UndoTab
 A base class for all editor windows that have undo-functionality More...