PopUpHandler

Defines functions for pop up handling.

Members

Functions

addPopUpElement
void addPopUpElement(PopUpElement p)

Puts a PopUpElement on the GUI.

addPopUpElement
void addPopUpElement(PopUpElement p, int x, int y)

Puts a PopUpElement on the GUI at the given position.

closePopUp
void closePopUp(PopUpElement p)

Closes a single popup element.

endPopUpSession
void endPopUpSession(PopUpElement p)

Ends the popup session and closes all popups.

Inherited Members

From StyleSheetContainer

getStyleSheet
StyleSheet getStyleSheet()

Returns the stylesheet stored by the object.

Meta