C# Class TuxedoBerries.ScenePanel.HistoryPanel

History panel.
Inheritance: BaseUpdateablePanel
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
ClearHistory ( ) : void

Clears the history.

Méthodes protégées

Méthode 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

Méthode Description
OnDestroy ( ) : void
UpdateHistory ( ) : void

Updates the history.

Method Details

ApplyTitle() protected méthode

Applies the title.
protected ApplyTitle ( ) : void
Résultat void

CheckComponents() protected méthode

Checks the components.
protected CheckComponents ( ) : void
Résultat void

ClearHistory() public méthode

Clears the history.
public ClearHistory ( ) : void
Résultat void

DrawContent() protected méthode

Draws the content.
protected DrawContent ( ) : void
Résultat void

DrawToolbarContent() protected méthode

Draws the content of the toolbar.
protected DrawToolbarContent ( ) : void
Résultat void