#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, std::wstring_view text) |
Variables | |
| const EGUI_ELEMENT_TYPE | irr::gui::EGUIET_ENRICHED_STATIC_TEXT = (EGUI_ELEMENT_TYPE)(0x1000) |
|
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:
|
inline |