Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.WindowLogo.ShowLogoAction Class Reference

Action finished showing another WindowLogo. More...

Inheritance diagram for Dragengine.Gui.WindowLogo.ShowLogoAction:
Dragengine.Gui.Events.ActionListener

Public Member Functions

Desktop getDesktop ()
 Desktop to show window in. More...
 
WindowLogo getWindow ()
 Window to show if action is called. More...
 
ShowLogoAction new (Desktop desktop, WindowLogo window)
 Create action showing window if called. More...
 
ShowLogoAction new (WindowLogo window)
 Create action showing window if called in BaseGameApp.getDesktop(). More...
 
void onAction (ActionEvent event)
 Run action. More...
 

Public Attributes

Desktop pDesktop
 Desktop to show window in. More...
 
WindowLogo pWindow
 Window to show. More...
 

Detailed Description

Action finished showing another WindowLogo.

To use this action listener assign the WindowLogo to show an appropriate action listener before using ShowLogoAction.

Member Function Documentation

◆ getDesktop()

Desktop Dragengine.Gui.WindowLogo.ShowLogoAction.getDesktop ( )

Desktop to show window in.

◆ getWindow()

WindowLogo Dragengine.Gui.WindowLogo.ShowLogoAction.getWindow ( )

Window to show if action is called.

◆ new() [1/2]

ShowLogoAction Dragengine.Gui.WindowLogo.ShowLogoAction.new ( Desktop  desktop,
WindowLogo  window 
)

Create action showing window if called.

◆ new() [2/2]

ShowLogoAction Dragengine.Gui.WindowLogo.ShowLogoAction.new ( WindowLogo  window)

Create action showing window if called in BaseGameApp.getDesktop().

◆ onAction()

void Dragengine.Gui.WindowLogo.ShowLogoAction.onAction ( ActionEvent  event)

Run action.

Implements Dragengine.Gui.Events.ActionListener.

Member Data Documentation

◆ pDesktop

Desktop Dragengine.Gui.WindowLogo.ShowLogoAction.pDesktop

Desktop to show window in.

◆ pWindow

WindowLogo Dragengine.Gui.WindowLogo.ShowLogoAction.pWindow

Window to show.


The documentation for this class was generated from the following file: