Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Package SiliconStudio.Presentation.Commands

Classes

class  AnonymousCommand
 An implementation of CommandBase that route Execute calls to a given anonymous method. More...
 
class  AnonymousCommand< T >
 An implementation of CommandBase that route Execute calls to a given anonymous method with a typed parameter. More...
 
class  AsyncCommand
 
class  CancellableCommand
 A command that supports undo/redo More...
 
class  CommandActionItem
 
class  CommandBase
 An abstract class that is the base implementation of the ICommandBase interface. More...
 
class  DisabledCommand
 This class represents a command that is always disabled and does nothing when executed. More...
 
interface  ICommandBase
 An interface representing an implementation of ICommand with additional properties. More...
 
class  SystemCommand
 
class  SystemCommands
 A static class containing system commands to control a window. More...