Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
static_text.h File Reference
#include "IGUIStaticText.h"
#include "irrArray.h"
#include "log.h"
#include <vector>
#include "util/enriched_string.h"
#include "config.h"
#include <IGUIEnvironment.h>
+ Include dependency graph for static_text.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  irr::gui::StaticText
 

Namespaces

namespace  irr
 
namespace  irr::gui
 

Functions

void setStaticText (irr::gui::IGUIStaticText *static_text, const EnrichedString &text)
 
void setStaticText (irr::gui::IGUIStaticText *static_text, const wchar_t *text)
 

Variables

const EGUI_ELEMENT_TYPE irr::gui::EGUIET_ENRICHED_STATIC_TEXT = (EGUI_ELEMENT_TYPE)(0x1000)
 

Function Documentation

◆ setStaticText() [1/2]

void setStaticText ( irr::gui::IGUIStaticText *  static_text,
const EnrichedString text 
)
inline

References EnrichedString::c_str(), irr::gui::EGUIET_ENRICHED_STATIC_TEXT, and irr::gui::StaticText::setText().

Referenced by GameUI::setChatText(), setStaticText(), GUIFormSpecMenu::showTooltip(), GameUI::update(), and GameUI::updateProfiler().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setStaticText() [2/2]

void setStaticText ( irr::gui::IGUIStaticText *  static_text,
const wchar_t *  text 
)
inline

References setStaticText().

+ Here is the call graph for this function: