![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_a () |
void | set_a (double) |
double | get_b () |
void | set_b (double) |
double | get_c () |
void | set_c (double) |
double | get_d () |
void | set_d (double) |
double | get_e () |
void | set_e (double) |
double | get_f () |
void | set_f (double) |
double | get_m11 () |
void | set_m11 (double) |
double | get_m12 () |
void | set_m12 (double) |
double | get_m13 () |
void | set_m13 (double) |
double | get_m14 () |
void | set_m14 (double) |
double | get_m21 () |
void | set_m21 (double) |
double | get_m22 () |
void | set_m22 (double) |
double | get_m23 () |
void | set_m23 (double) |
double | get_m24 () |
void | set_m24 (double) |
double | get_m31 () |
void | set_m31 (double) |
double | get_m32 () |
void | set_m32 (double) |
double | get_m33 () |
void | set_m33 (double) |
double | get_m34 () |
void | set_m34 (double) |
double | get_m41 () |
void | set_m41 (double) |
double | get_m42 () |
void | set_m42 (double) |
double | get_m43 () |
void | set_m43 (double) |
double | get_m44 () |
void | set_m44 (double) |
WebKitCSSMatrix * | inverse () |
WebKitCSSMatrix * | multiply (WebKitCSSMatrix *secondMatrix) |
WebKitCSSMatrix * | rotate (double angleX) |
WebKitCSSMatrix * | rotate (double angleX, double angleY) |
WebKitCSSMatrix * | rotate (double angleX, double angleY, double angleZ) |
WebKitCSSMatrix * | rotateAxisAngle (double x, double y, double z, double angle) |
WebKitCSSMatrix * | scale (double scaleX) |
WebKitCSSMatrix * | scale (double scaleX, double scaleY) |
WebKitCSSMatrix * | scale (double scaleX, double scaleY, double scaleZ) |
void | setMatrixValue (const String &value) |
WebKitCSSMatrix * | skewX (double angle) |
WebKitCSSMatrix * | skewY (double angle) |
String * | toString () |
WebKitCSSMatrix * | translate (double x, double y) |
WebKitCSSMatrix * | translate (double x, double y, double z) |
WebKitCSSMatrix * | get_prototype () |
void | set_prototype (WebKitCSSMatrix *) |
WebKitCSSMatrix () | |
WebKitCSSMatrix (const String &text) | |
![]() | |
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) |
client::WebKitCSSMatrix::WebKitCSSMatrix | ( | ) |
client::WebKitCSSMatrix::WebKitCSSMatrix | ( | const String & | text | ) |
double client::WebKitCSSMatrix::get_a | ( | ) |
double client::WebKitCSSMatrix::get_b | ( | ) |
double client::WebKitCSSMatrix::get_c | ( | ) |
double client::WebKitCSSMatrix::get_d | ( | ) |
double client::WebKitCSSMatrix::get_e | ( | ) |
double client::WebKitCSSMatrix::get_f | ( | ) |
double client::WebKitCSSMatrix::get_m11 | ( | ) |
double client::WebKitCSSMatrix::get_m12 | ( | ) |
double client::WebKitCSSMatrix::get_m13 | ( | ) |
double client::WebKitCSSMatrix::get_m14 | ( | ) |
double client::WebKitCSSMatrix::get_m21 | ( | ) |
double client::WebKitCSSMatrix::get_m22 | ( | ) |
double client::WebKitCSSMatrix::get_m23 | ( | ) |
double client::WebKitCSSMatrix::get_m24 | ( | ) |
double client::WebKitCSSMatrix::get_m31 | ( | ) |
double client::WebKitCSSMatrix::get_m32 | ( | ) |
double client::WebKitCSSMatrix::get_m33 | ( | ) |
double client::WebKitCSSMatrix::get_m34 | ( | ) |
double client::WebKitCSSMatrix::get_m41 | ( | ) |
double client::WebKitCSSMatrix::get_m42 | ( | ) |
double client::WebKitCSSMatrix::get_m43 | ( | ) |
double client::WebKitCSSMatrix::get_m44 | ( | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::get_prototype | ( | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::inverse | ( | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::multiply | ( | WebKitCSSMatrix * | secondMatrix | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::rotate | ( | double | angleX | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::rotate | ( | double | angleX, |
double | angleY | ||
) |
WebKitCSSMatrix* client::WebKitCSSMatrix::rotate | ( | double | angleX, |
double | angleY, | ||
double | angleZ | ||
) |
WebKitCSSMatrix* client::WebKitCSSMatrix::rotateAxisAngle | ( | double | x, |
double | y, | ||
double | z, | ||
double | angle | ||
) |
WebKitCSSMatrix* client::WebKitCSSMatrix::scale | ( | double | scaleX | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::scale | ( | double | scaleX, |
double | scaleY | ||
) |
WebKitCSSMatrix* client::WebKitCSSMatrix::scale | ( | double | scaleX, |
double | scaleY, | ||
double | scaleZ | ||
) |
void client::WebKitCSSMatrix::set_a | ( | double | ) |
void client::WebKitCSSMatrix::set_b | ( | double | ) |
void client::WebKitCSSMatrix::set_c | ( | double | ) |
void client::WebKitCSSMatrix::set_d | ( | double | ) |
void client::WebKitCSSMatrix::set_e | ( | double | ) |
void client::WebKitCSSMatrix::set_f | ( | double | ) |
void client::WebKitCSSMatrix::set_m11 | ( | double | ) |
void client::WebKitCSSMatrix::set_m12 | ( | double | ) |
void client::WebKitCSSMatrix::set_m13 | ( | double | ) |
void client::WebKitCSSMatrix::set_m14 | ( | double | ) |
void client::WebKitCSSMatrix::set_m21 | ( | double | ) |
void client::WebKitCSSMatrix::set_m22 | ( | double | ) |
void client::WebKitCSSMatrix::set_m23 | ( | double | ) |
void client::WebKitCSSMatrix::set_m24 | ( | double | ) |
void client::WebKitCSSMatrix::set_m31 | ( | double | ) |
void client::WebKitCSSMatrix::set_m32 | ( | double | ) |
void client::WebKitCSSMatrix::set_m33 | ( | double | ) |
void client::WebKitCSSMatrix::set_m34 | ( | double | ) |
void client::WebKitCSSMatrix::set_m41 | ( | double | ) |
void client::WebKitCSSMatrix::set_m42 | ( | double | ) |
void client::WebKitCSSMatrix::set_m43 | ( | double | ) |
void client::WebKitCSSMatrix::set_m44 | ( | double | ) |
void client::WebKitCSSMatrix::set_prototype | ( | WebKitCSSMatrix * | ) |
void client::WebKitCSSMatrix::setMatrixValue | ( | const String & | value | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::skewX | ( | double | angle | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::skewY | ( | double | angle | ) |
String* client::WebKitCSSMatrix::toString | ( | ) |
WebKitCSSMatrix* client::WebKitCSSMatrix::translate | ( | double | x, |
double | y | ||
) |
WebKitCSSMatrix* client::WebKitCSSMatrix::translate | ( | double | x, |
double | y, | ||
double | z | ||
) |