C# Class SunsetHigh.PanelGroup

Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
PanelGroup ( ) : System
addPanels ( ) : void
clear ( ) : void
contains ( Panel p ) : bool
getPanels ( ) : List
popIn ( ) : void
popOut ( ) : void

Method Details

PanelGroup() public méthode

public PanelGroup ( ) : System
Résultat System

addPanels() public méthode

public addPanels ( ) : void
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

contains() public méthode

public contains ( Panel p ) : bool
p Panel
Résultat bool

getPanels() public méthode

public getPanels ( ) : List
Résultat List

popIn() public méthode

public popIn ( ) : void
Résultat void

popOut() public méthode

public popOut ( ) : void
Résultat void