C# 클래스 Treefrog.Presentation.Commands.CommandKey

상속: Treefrog.Utility.Symbol
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Copy CommandKey
Cut CommandKey
Delete CommandKey
Exit CommandKey
LayerClone CommandKey
LayerDelete CommandKey
LayerEdit CommandKey
LayerExportRaster CommandKey
LayerMoveBottom CommandKey
LayerMoveDown CommandKey
LayerMoveTop CommandKey
LayerMoveUp CommandKey
LayerProperties CommandKey
LayerShowAll CommandKey
LayerShowCurrentOnly CommandKey
LayerShowNone CommandKey
LevelClone CommandKey
LevelClose CommandKey
LevelCloseAllOther CommandKey
LevelDelete CommandKey
LevelOpen CommandKey
LevelProperties CommandKey
LevelRename CommandKey
LevelResize CommandKey
NewDynamicTileBrush CommandKey
NewObjectLayer CommandKey
NewProject CommandKey
NewStaticTileBrush CommandKey
NewTileLayer CommandKey
ObjectMoveBottom CommandKey
ObjectMoveDown CommandKey
ObjectMoveTop CommandKey
ObjectMoveUp CommandKey
ObjectProperties CommandKey
ObjectProtoClone CommandKey
ObjectProtoDelete CommandKey
ObjectProtoEdit CommandKey
ObjectProtoImport CommandKey
ObjectProtoProperties CommandKey
ObjectProtoRename CommandKey
ObjectReferenceImage CommandKey
ObjectReferenceMask CommandKey
ObjectReferenceOrigin CommandKey
ObjectSnappingBottom CommandKey
ObjectSnappingBottomLeft CommandKey
ObjectSnappingBottomRight CommandKey
ObjectSnappingCenter CommandKey
ObjectSnappingHorz CommandKey
ObjectSnappingLeft CommandKey
ObjectSnappingNone CommandKey
ObjectSnappingRight CommandKey
ObjectSnappingTop CommandKey
ObjectSnappingTopLeft CommandKey
ObjectSnappingTopRight CommandKey
ObjectSnappingVert CommandKey
OpenProject CommandKey
Paste CommandKey
ProjectAddExistingLibrary CommandKey
ProjectAddLevel CommandKey
ProjectAddNewLibrary CommandKey
ProjectRemoveLibrary CommandKey
ProjectSetLibraryDefault CommandKey
Redo CommandKey
Registry SymbolPool
Save CommandKey
SaveAs CommandKey
SelectAll CommandKey
SelectNone CommandKey
TileBrushClone CommandKey
TileBrushDelete CommandKey
TileBrushFilter CommandKey
TileDelete CommandKey
TilePoolDelete CommandKey
TilePoolExport CommandKey
TilePoolImport CommandKey
TilePoolImportMerge CommandKey
TilePoolImportOver CommandKey
TilePoolProperties CommandKey
TilePoolRename CommandKey
TileProperties CommandKey
TileSelectionCreateBrush CommandKey
TileSelectionDefloat CommandKey
TileSelectionFloat CommandKey
TileSelectionPromoteLayer CommandKey
TileToolDraw CommandKey
TileToolErase CommandKey
TileToolFill CommandKey
TileToolSelect CommandKey
Undo CommandKey
Unknown CommandKey
ViewGrid CommandKey
ViewZoomIn CommandKey
ViewZoomNormal CommandKey
ViewZoomOut CommandKey

공개 메소드들

메소드 설명
CommandKey ( Symbol prototype ) : System

메소드 상세

CommandKey() 공개 메소드

public CommandKey ( Symbol prototype ) : System
prototype Treefrog.Utility.Symbol
리턴 System

프로퍼티 상세

Copy 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Copy
리턴 CommandKey

Cut 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Cut
리턴 CommandKey

Delete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Delete
리턴 CommandKey

Exit 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Exit
리턴 CommandKey

LayerClone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerClone
리턴 CommandKey

LayerDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerDelete
리턴 CommandKey

LayerEdit 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerEdit
리턴 CommandKey

LayerExportRaster 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerExportRaster
리턴 CommandKey

LayerMoveBottom 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerMoveBottom
리턴 CommandKey

LayerMoveDown 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerMoveDown
리턴 CommandKey

LayerMoveTop 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerMoveTop
리턴 CommandKey

LayerMoveUp 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerMoveUp
리턴 CommandKey

LayerProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerProperties
리턴 CommandKey

LayerShowAll 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerShowAll
리턴 CommandKey

LayerShowCurrentOnly 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerShowCurrentOnly
리턴 CommandKey

LayerShowNone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LayerShowNone
리턴 CommandKey

LevelClone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelClone
리턴 CommandKey

LevelClose 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelClose
리턴 CommandKey

LevelCloseAllOther 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelCloseAllOther
리턴 CommandKey

LevelDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelDelete
리턴 CommandKey

LevelOpen 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelOpen
리턴 CommandKey

LevelProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelProperties
리턴 CommandKey

LevelRename 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelRename
리턴 CommandKey

LevelResize 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands LevelResize
리턴 CommandKey

NewDynamicTileBrush 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands NewDynamicTileBrush
리턴 CommandKey

NewObjectLayer 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands NewObjectLayer
리턴 CommandKey

NewProject 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands NewProject
리턴 CommandKey

NewStaticTileBrush 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands NewStaticTileBrush
리턴 CommandKey

NewTileLayer 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands NewTileLayer
리턴 CommandKey

ObjectMoveBottom 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectMoveBottom
리턴 CommandKey

ObjectMoveDown 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectMoveDown
리턴 CommandKey

ObjectMoveTop 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectMoveTop
리턴 CommandKey

ObjectMoveUp 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectMoveUp
리턴 CommandKey

ObjectProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProperties
리턴 CommandKey

ObjectProtoClone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoClone
리턴 CommandKey

ObjectProtoDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoDelete
리턴 CommandKey

ObjectProtoEdit 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoEdit
리턴 CommandKey

ObjectProtoImport 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoImport
리턴 CommandKey

ObjectProtoProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoProperties
리턴 CommandKey

ObjectProtoRename 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectProtoRename
리턴 CommandKey

ObjectReferenceImage 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectReferenceImage
리턴 CommandKey

ObjectReferenceMask 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectReferenceMask
리턴 CommandKey

ObjectReferenceOrigin 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectReferenceOrigin
리턴 CommandKey

ObjectSnappingBottom 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingBottom
리턴 CommandKey

ObjectSnappingBottomLeft 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingBottomLeft
리턴 CommandKey

ObjectSnappingBottomRight 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingBottomRight
리턴 CommandKey

ObjectSnappingCenter 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingCenter
리턴 CommandKey

ObjectSnappingHorz 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingHorz
리턴 CommandKey

ObjectSnappingLeft 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingLeft
리턴 CommandKey

ObjectSnappingNone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingNone
리턴 CommandKey

ObjectSnappingRight 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingRight
리턴 CommandKey

ObjectSnappingTop 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingTop
리턴 CommandKey

ObjectSnappingTopLeft 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingTopLeft
리턴 CommandKey

ObjectSnappingTopRight 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingTopRight
리턴 CommandKey

ObjectSnappingVert 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ObjectSnappingVert
리턴 CommandKey

OpenProject 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands OpenProject
리턴 CommandKey

Paste 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Paste
리턴 CommandKey

ProjectAddExistingLibrary 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ProjectAddExistingLibrary
리턴 CommandKey

ProjectAddLevel 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ProjectAddLevel
리턴 CommandKey

ProjectAddNewLibrary 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ProjectAddNewLibrary
리턴 CommandKey

ProjectRemoveLibrary 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ProjectRemoveLibrary
리턴 CommandKey

ProjectSetLibraryDefault 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ProjectSetLibraryDefault
리턴 CommandKey

Redo 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Redo
리턴 CommandKey

Registry 공개적으로 정적으로 프로퍼티

public static SymbolPool Registry
리턴 SymbolPool

Save 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Save
리턴 CommandKey

SaveAs 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands SaveAs
리턴 CommandKey

SelectAll 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands SelectAll
리턴 CommandKey

SelectNone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands SelectNone
리턴 CommandKey

TileBrushClone 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileBrushClone
리턴 CommandKey

TileBrushDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileBrushDelete
리턴 CommandKey

TileBrushFilter 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileBrushFilter
리턴 CommandKey

TileDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileDelete
리턴 CommandKey

TilePoolDelete 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolDelete
리턴 CommandKey

TilePoolExport 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolExport
리턴 CommandKey

TilePoolImport 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolImport
리턴 CommandKey

TilePoolImportMerge 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolImportMerge
리턴 CommandKey

TilePoolImportOver 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolImportOver
리턴 CommandKey

TilePoolProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolProperties
리턴 CommandKey

TilePoolRename 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TilePoolRename
리턴 CommandKey

TileProperties 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileProperties
리턴 CommandKey

TileSelectionCreateBrush 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileSelectionCreateBrush
리턴 CommandKey

TileSelectionDefloat 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileSelectionDefloat
리턴 CommandKey

TileSelectionFloat 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileSelectionFloat
리턴 CommandKey

TileSelectionPromoteLayer 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileSelectionPromoteLayer
리턴 CommandKey

TileToolDraw 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileToolDraw
리턴 CommandKey

TileToolErase 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileToolErase
리턴 CommandKey

TileToolFill 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileToolFill
리턴 CommandKey

TileToolSelect 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands TileToolSelect
리턴 CommandKey

Undo 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Undo
리턴 CommandKey

Unknown 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands Unknown
리턴 CommandKey

ViewGrid 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ViewGrid
리턴 CommandKey

ViewZoomIn 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ViewZoomIn
리턴 CommandKey

ViewZoomNormal 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ViewZoomNormal
리턴 CommandKey

ViewZoomOut 공개적으로 정적으로 프로퍼티

public static CommandKey,Treefrog.Presentation.Commands ViewZoomOut
리턴 CommandKey