|
double | get_availHeight () |
|
double | get_availWidth () |
|
double | get_bufferDepth () |
|
void | set_bufferDepth (double) |
|
double | get_colorDepth () |
|
double | get_deviceXDPI () |
|
double | get_deviceYDPI () |
|
bool | get_fontSmoothingEnabled () |
|
double | get_height () |
|
double | get_logicalXDPI () |
|
double | get_logicalYDPI () |
|
String * | get_msOrientation () |
|
EventListener * | get_onmsorientationchange () |
|
void | set_onmsorientationchange (EventListener *) |
|
double | get_pixelDepth () |
|
double | get_systemXDPI () |
|
double | get_systemYDPI () |
|
double | get_width () |
|
bool | lockOrientation (Array *orientations) |
|
bool | msLockOrientation (const String &orientations) |
|
bool | msLockOrientation (Array *orientations) |
|
void | msUnlockOrientation () |
|
void | unlockOrientation () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options) |
|
Screen * | get_prototype () |
|
void | set_prototype (Screen *) |
|
| Screen () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
bool | dispatchEvent (Event *evt) |
|
void | removeEventListener (const String &type) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
|
EventTarget * | get_prototype () |
|
void | set_prototype (EventTarget *) |
|
| EventTarget () |
|
| Object () |
|
template<typename T > |
T | valueOf () |
|
| operator double () const |
|
Object * | operator[] (const client::String &name) const |
|
void | set_ (const client::String &name, Object *v) |
|
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
void | set_ (const client::String &name, T v) |
|
bool | hasOwnProperty (const client::String &name) |
|