C# Class TuxedoBerries.ScenePanel.HistoryPanel

History panel.
Inheritance: BaseUpdateablePanel
Mostrar archivo Open project: TuxedoBerries/ScenePanel

Public Methods

Method Description
ClearHistory ( ) : void

Clears the history.

Protected Methods

Method Description
ApplyTitle ( ) : void

Applies the title.

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

DrawToolbarContent ( ) : void

Draws the content of the toolbar.

Private Methods

Method Description
OnDestroy ( ) : void
UpdateHistory ( ) : void

Updates the history.

Method Details

ApplyTitle() protected method

Applies the title.
protected ApplyTitle ( ) : void
return void

CheckComponents() protected method

Checks the components.
protected CheckComponents ( ) : void
return void

ClearHistory() public method

Clears the history.
public ClearHistory ( ) : void
return void

DrawContent() protected method

Draws the content.
protected DrawContent ( ) : void
return void

DrawToolbarContent() protected method

Draws the content of the toolbar.
protected DrawToolbarContent ( ) : void
return void