C# 클래스 CadEditor.BigBlockEdit

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: spiiin/CadEditor 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
SMALL_BLOCKS_COUNT int
bigBlockIndexes BigBlock[]
curActiveBlock int
curHierarchyLevel int
curPallete int
curPart int
curSmallBlockNo int
curTileset int
curVideo int
curViewType MapViewType
dirty bool
formMain FormMain
readOnly bool

공개 메소드들

메소드 설명
BigBlockEdit ( ) : System
setFormMain ( FormMain f ) : void

보호된 메소드들

메소드 설명
BigBlockEdit_FormClosing ( object sender, FormClosingEventArgs e ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

btClear_Click ( object sender, EventArgs e ) : void
btExport_Click ( object sender, EventArgs e ) : void
btImport_Click ( object sender, EventArgs e ) : void
btSave_Click ( object sender, EventArgs e ) : void
buttonObjClick ( Object button, EventArgs e ) : void
exportBlocks ( ) : void
initControls ( ) : void
mapScreen_MouseClick ( object sender, MouseEventArgs e ) : void
mapScreen_MouseLeave ( object sender, EventArgs e ) : void
mapScreen_MouseMove ( object sender, MouseEventArgs e ) : void
mapScreen_Paint ( object sender, PaintEventArgs e ) : void
reloadBlocksPanel ( ) : void
reloadLevel ( bool reloadBigBlocks = true ) : void
saveToFile ( ) : bool
setBigBlocksIndexes ( ) : void
setSmallBlocks ( ) : void
updateSaveVisibility ( ) : void

비공개 메소드들

메소드 설명
BigBlockEdit_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cbLevelPair_SelectedIndexChanged ( object sender, EventArgs e ) : void
getBlockHeight ( ) : int
getBlockWidth ( ) : int
returnCbLevelIndexes ( ) : void

메소드 상세

BigBlockEdit() 공개 메소드

public BigBlockEdit ( ) : System
리턴 System

BigBlockEdit_FormClosing() 보호된 메소드

protected BigBlockEdit_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

btClear_Click() 보호된 메소드

protected btClear_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btExport_Click() 보호된 메소드

protected btExport_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btImport_Click() 보호된 메소드

protected btImport_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btSave_Click() 보호된 메소드

protected btSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

buttonObjClick() 보호된 메소드

protected buttonObjClick ( Object button, EventArgs e ) : void
button Object
e System.EventArgs
리턴 void

exportBlocks() 보호된 메소드

protected exportBlocks ( ) : void
리턴 void

initControls() 보호된 메소드

protected initControls ( ) : void
리턴 void

mapScreen_MouseClick() 보호된 메소드

protected mapScreen_MouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

mapScreen_MouseLeave() 보호된 메소드

protected mapScreen_MouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

mapScreen_MouseMove() 보호된 메소드

protected mapScreen_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

mapScreen_Paint() 보호된 메소드

protected mapScreen_Paint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
리턴 void

reloadBlocksPanel() 보호된 메소드

protected reloadBlocksPanel ( ) : void
리턴 void

reloadLevel() 보호된 메소드

protected reloadLevel ( bool reloadBigBlocks = true ) : void
reloadBigBlocks bool
리턴 void

saveToFile() 보호된 메소드

protected saveToFile ( ) : bool
리턴 bool

setBigBlocksIndexes() 보호된 메소드

protected setBigBlocksIndexes ( ) : void
리턴 void

setFormMain() 공개 메소드

public setFormMain ( FormMain f ) : void
f FormMain
리턴 void

setSmallBlocks() 보호된 메소드

protected setSmallBlocks ( ) : void
리턴 void

updateSaveVisibility() 보호된 메소드

protected updateSaveVisibility ( ) : void
리턴 void

프로퍼티 상세

SMALL_BLOCKS_COUNT 보호되어 있는 프로퍼티

protected int SMALL_BLOCKS_COUNT
리턴 int

bigBlockIndexes 보호되어 있는 프로퍼티

protected BigBlock[] bigBlockIndexes
리턴 BigBlock[]

curActiveBlock 보호되어 있는 프로퍼티

protected int curActiveBlock
리턴 int

curHierarchyLevel 보호되어 있는 프로퍼티

protected int curHierarchyLevel
리턴 int

curPallete 보호되어 있는 프로퍼티

protected int curPallete
리턴 int

curPart 보호되어 있는 프로퍼티

protected int curPart
리턴 int

curSmallBlockNo 보호되어 있는 프로퍼티

protected int curSmallBlockNo
리턴 int

curTileset 보호되어 있는 프로퍼티

protected int curTileset
리턴 int

curVideo 보호되어 있는 프로퍼티

protected int curVideo
리턴 int

curViewType 보호되어 있는 프로퍼티

protected MapViewType curViewType
리턴 MapViewType

dirty 보호되어 있는 프로퍼티

protected bool dirty
리턴 bool

formMain 보호되어 있는 프로퍼티

protected FormMain,CadEditor formMain
리턴 FormMain

readOnly 보호되어 있는 프로퍼티

protected bool readOnly
리턴 bool