RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces
GUI_MessageBox.h File Reference

Generic UI dialog (not modal). Invocable from scripting. Any number of buttons. Configurable to fire script events or post MQ messages. More...

#include "ForwardDeclarations.h"
#include "Application.h"
#include <string>
#include <vector>
+ Include dependency graph for GUI_MessageBox.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RoR::GUI::MessageBoxButton
 
struct  RoR::GUI::MessageBoxConfig
 
class  RoR::GUI::MessageBoxDialog
 

Namespaces

 RoR
 
 RoR::GUI
 

Detailed Description

Generic UI dialog (not modal). Invocable from scripting. Any number of buttons. Configurable to fire script events or post MQ messages.


Author
Moncef Ben Slimane, 2014
Petr Ohlidal, 2021 - extended config.

Definition in file GUI_MessageBox.h.