C# 클래스 ARCed.Database.DatabaseWindow

Base class for database forms.
상속: ARCed.UI.DockContent
파일 보기 프로젝트 열기: borisblizzard/arcreator

보호된 프로퍼티들

프로퍼티 타입 설명
SuppressEvents bool

Private Properties

프로퍼티 타입 설명
DatabaseWindowFormClosing void
DatabaseWindowLoad void

공개 메소드들

메소드 설명
DatabaseWindow ( ) : System

Default constructor

NotifyRefresh ( RefreshType type ) : void

Refreshes objects by type flag

This methods is to be overridden in inherited classes.

RefreshCurrentObject ( ) : void

Refreshes the current game object selected

This method must be overridden in inherited classes

RefreshHeader ( ) : void

Refreshes the header _srcTexture

RefreshObjectList ( ) : void

Refreshes the list of game objects

SetWindowIcon ( Image image ) : void

Sets the form's icon using the given Bitmap object.

보호된 메소드들

메소드 설명
ChangeCapacity ( ) : void

Changes the capcity of the given game object collection.

비공개 메소드들

메소드 설명
DatabaseWindowFormClosing ( object sender, FormClosingEventArgs e ) : void

Unregisters the window when it is closed

DatabaseWindowLoad ( object sender, EventArgs e ) : void

Registers the window when it is loaded

메소드 상세

ChangeCapacity() 보호된 메소드

Changes the capcity of the given game object collection.
protected ChangeCapacity ( ) : void
리턴 void

DatabaseWindow() 공개 메소드

Default constructor
public DatabaseWindow ( ) : System
리턴 System

NotifyRefresh() 공개 메소드

Refreshes objects by type flag
This methods is to be overridden in inherited classes.
Thrown when method is not overridden. Thrown when method is not overridden in inherited class
public NotifyRefresh ( RefreshType type ) : void
type RefreshType Flag for type of object to refresh
리턴 void

RefreshCurrentObject() 공개 메소드

Refreshes the current game object selected
This method must be overridden in inherited classes
Thrown when method has not been overridden.
public RefreshCurrentObject ( ) : void
리턴 void

RefreshHeader() 공개 메소드

Refreshes the header _srcTexture
public RefreshHeader ( ) : void
리턴 void

RefreshObjectList() 공개 메소드

Refreshes the list of game objects
public RefreshObjectList ( ) : void
리턴 void

SetWindowIcon() 공개 메소드

Sets the form's icon using the given Bitmap object.
public SetWindowIcon ( Image image ) : void
image Image Bitmap to create Icon from.
리턴 void

프로퍼티 상세

SuppressEvents 보호되어 있는 프로퍼티

Flag if control changing should cause events to be raised.
protected bool SuppressEvents
리턴 bool