![]() |
Ember
|
Conversion utilities between EmberCore types and wxWidgets types. More...
#include <WxConverters.h>
Static Public Member Functions | |
| static wxString | ToWxString (const EmberCore::String &str) |
| static EmberCore::String | FromWxString (const wxString &str) |
| static wxPoint | ToWxPoint (const EmberCore::Point &point) |
| static EmberCore::Point | FromWxPoint (const wxPoint &point) |
| static wxSize | ToWxSize (const EmberCore::Size &size) |
| static EmberCore::Size | FromWxSize (const wxSize &size) |
| static wxRect | ToWxRect (const EmberCore::Rect &rect) |
| static EmberCore::Rect | FromWxRect (const wxRect &rect) |
| static wxColour | ToWxColour (const EmberCore::Color &color) |
| static EmberCore::Color | FromWxColour (const wxColour &colour) |
| static wxString | ToWxString (const char *str) |
| static EmberCore::String | FromWxString (const char *str) |
Conversion utilities between EmberCore types and wxWidgets types.
These utilities allow seamless conversion between the framework-agnostic EmberCore types and wxWidgets types used in the EmberForge application.
Definition at line 18 of file WxConverters.h.
|
inlinestatic |
Definition at line 45 of file WxConverters.h.
|
inlinestatic |
Definition at line 28 of file WxConverters.h.
|
inlinestatic |
Definition at line 38 of file WxConverters.h.
|
inlinestatic |
Definition at line 33 of file WxConverters.h.
|
inlinestatic |
Definition at line 52 of file WxConverters.h.
|
inlinestatic |
Definition at line 23 of file WxConverters.h.
|
inlinestatic |
Definition at line 43 of file WxConverters.h.
|
inlinestatic |
Definition at line 26 of file WxConverters.h.
|
inlinestatic |
Definition at line 36 of file WxConverters.h.
|
inlinestatic |
Definition at line 31 of file WxConverters.h.
|
inlinestatic |
Definition at line 50 of file WxConverters.h.
|
inlinestatic |
Definition at line 21 of file WxConverters.h.