TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
PopUps Class Referencefinal

Pop ups controller accessor class. More...

#include <tdme/tools/editor/misc/PopUps.h>

Collaboration diagram for PopUps:
Collaboration graph

Public Member Functions

 PopUps ()
 Public constructor. More...
 
 ~PopUps ()
 Destructor. More...
 
FileDialogScreenControllergetFileDialogScreenController ()
 
InfoDialogScreenControllergetInfoDialogScreenController ()
 
ProgressBarScreenControllergetProgressBarScreenController ()
 
ColorPickerScreenControllergetColorPickerScreenController ()
 
ContextMenuScreenControllergetContextMenuScreenController ()
 
AboutDialogScreenControllergetAboutDialogScreenController ()
 
void initialize ()
 Init. More...
 
void dispose ()
 Dispose. More...
 

Private Attributes

InfoDialogScreenControllerinfoDialogScreenController { nullptr }
 
FileDialogScreenControllerfileDialogScreenController { nullptr }
 
ProgressBarScreenControllerprogressBarScreenController { nullptr }
 
ColorPickerScreenControllercolorPickerScreenController { nullptr }
 
ContextMenuScreenControllercontextMenuScreenController { nullptr }
 
AboutDialogScreenControlleraboutDialogScreenController { nullptr }
 

Detailed Description

Pop ups controller accessor class.

Author
andreas

Definition at line 18 of file PopUps.h.

Constructor & Destructor Documentation

◆ PopUps()

PopUps ( )

Public constructor.

Definition at line 25 of file PopUps.cpp.

◆ ~PopUps()

~PopUps ( )

Destructor.

Definition at line 35 of file PopUps.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )

Dispose.

Definition at line 60 of file PopUps.cpp.

◆ getAboutDialogScreenController()

AboutDialogScreenController * getAboutDialogScreenController ( )
inline
Returns
about dialog screen controller

Definition at line 77 of file PopUps.h.

◆ getColorPickerScreenController()

ColorPickerScreenController * getColorPickerScreenController ( )
inline
Returns
color picker screen controller

Definition at line 63 of file PopUps.h.

◆ getContextMenuScreenController()

ContextMenuScreenController * getContextMenuScreenController ( )
inline
Returns
context menu screen controller

Definition at line 70 of file PopUps.h.

◆ getFileDialogScreenController()

FileDialogScreenController * getFileDialogScreenController ( )
inline
Returns
file dialog screen controller

Definition at line 42 of file PopUps.h.

◆ getInfoDialogScreenController()

InfoDialogScreenController * getInfoDialogScreenController ( )
inline
Returns
info dialog screen controller

Definition at line 49 of file PopUps.h.

◆ getProgressBarScreenController()

ProgressBarScreenController * getProgressBarScreenController ( )
inline
Returns
progress bar screen controller

Definition at line 56 of file PopUps.h.

◆ initialize()

void initialize ( )

Init.

Definition at line 44 of file PopUps.cpp.

Member Data Documentation

◆ aboutDialogScreenController

AboutDialogScreenController* aboutDialogScreenController { nullptr }
private

Definition at line 26 of file PopUps.h.

◆ colorPickerScreenController

ColorPickerScreenController* colorPickerScreenController { nullptr }
private

Definition at line 24 of file PopUps.h.

◆ contextMenuScreenController

ContextMenuScreenController* contextMenuScreenController { nullptr }
private

Definition at line 25 of file PopUps.h.

◆ fileDialogScreenController

FileDialogScreenController* fileDialogScreenController { nullptr }
private

Definition at line 22 of file PopUps.h.

◆ infoDialogScreenController

InfoDialogScreenController* infoDialogScreenController { nullptr }
private

Definition at line 21 of file PopUps.h.

◆ progressBarScreenController

ProgressBarScreenController* progressBarScreenController { nullptr }
private

Definition at line 23 of file PopUps.h.


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