41 const std::
string&
label()
const {
return _label; }
45 fire(
"label:set", value);
48 const std::string&
title()
const {
return _title; }
52 fire(
"title:set", value);
55 const std::string&
text()
const {
return _text; }
59 fire(
"text:set", value);
void setTitle(const std::string &value)
void setText(const std::string &value)
const std::string & text() const
const std::string & label() const
void setLabel(const std::string &value)
const std::string & title() const
Central application orchestrator managing scenes, rendering, input, and resource loading.
EventHandler * fire(const std::string &name, Args &&... args)
#define SCRIPT_NAME(Name)
#define REGISTER_SCRIPT(Type, Name)