![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_animate () |
void | set_animate (const String &) |
double | get_contentX () |
void | set_contentX (double) |
double | get_contentY () |
void | set_contentY (double) |
double | get_scaleFactor () |
void | set_scaleFactor (double) |
String * | get_viewportX () |
void | set_viewportX (const String &) |
String * | get_viewportY () |
void | set_viewportY (const String &) |
![]() | |
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) |
String* client::MsZoomToOptions::get_animate | ( | ) |
double client::MsZoomToOptions::get_contentX | ( | ) |
double client::MsZoomToOptions::get_contentY | ( | ) |
double client::MsZoomToOptions::get_scaleFactor | ( | ) |
String* client::MsZoomToOptions::get_viewportX | ( | ) |
String* client::MsZoomToOptions::get_viewportY | ( | ) |
void client::MsZoomToOptions::set_animate | ( | const String & | ) |
void client::MsZoomToOptions::set_contentX | ( | double | ) |
void client::MsZoomToOptions::set_contentY | ( | double | ) |
void client::MsZoomToOptions::set_scaleFactor | ( | double | ) |
void client::MsZoomToOptions::set_viewportX | ( | const String & | ) |
void client::MsZoomToOptions::set_viewportY | ( | const String & | ) |