C# Class KerbCam.BaseWindow

Datei anzeigen Open project: huin/kerbcam

Protected Properties

Property Type Description
windowId int

Public Methods

Method Description
BaseWindow ( ) : System
HideWindow ( ) : void
ShowWindow ( ) : void
ToggleWindow ( ) : void

Protected Methods

Method Description
DoCloseButton ( ) : void
DrawGUI ( ) : void

Private Methods

Method Description
DrawGUIWrap ( ) : void

Method Details

BaseWindow() public method

public BaseWindow ( ) : System
return System

DoCloseButton() protected method

protected DoCloseButton ( ) : void
return void

DrawGUI() protected abstract method

protected abstract DrawGUI ( ) : void
return void

HideWindow() public method

public HideWindow ( ) : void
return void

ShowWindow() public method

public ShowWindow ( ) : void
return void

ToggleWindow() public method

public ToggleWindow ( ) : void
return void

Property Details

windowId protected_oe property

protected int windowId
return int