1.10 |
Experimental namespace. More...
Classes | |
class | ColorMap |
A ColorMap contains a series of sequential color steps that can be used for generating colors by interpolation. More... | |
class | CPUMonitorUsage |
Monitor CPU usage of the system. More... | |
class | Form |
Utility class to help with standard Form layout of widgets. More... | |
class | FramesPerSecond |
Calculate "frame-per-second" of something. More... | |
class | Gauge |
A Gauge Widget that is composed of GaugeLayer layers. More... | |
class | GaugeLayer |
A layer of a Gauge. More... | |
class | HttpClientRequest |
An HTTP client request. More... | |
class | LuaApplication |
Application instance that provides support for running LUA, including a LUA REPL. More... | |
class | NeedleLayer |
Special GaugeLayer that deals with a rotating needle. More... | |
class | RadialType |
Radial widget that draws a series of RangleValues on a circle. More... | |
class | Sound |
Simple class to manage playing raw or WAV PCM sound files. More... | |
class | SVGDeserial |
class | UiLoader |
Parses and loads a UI XML file. More... | |
Typedefs | |
using | Radial = RadialType< int > |
Helper type alias. | |
using | RadialF = RadialType< float > |
Helper type alias. | |
Functions | |
template<class T > | |
T | load_file_from_network (const std::string &url) |
Blocking helper to download a file from the network using http. | |
EGT_API double | lua_evaluate (const std::string &expr) |
Toy lua evaluation. | |
Experimental namespace.
This namespace contains unstable, broken, or otherwise incomplete things.
T load_file_from_network | ( | const std::string & | url | ) |
Blocking helper to download a file from the network using http.
EGT_API double lua_evaluate | ( | const std::string & | expr | ) |
Toy lua evaluation.
This takes a LUA expression, evaluates it, and returns the result.
expr | LUA expression. |