#include "../../../../geometry/Envelope.h"#include "../../common/Utils.h"#include "Geometry.h"#include <memory>Go to the source code of this file.
Functions | |
| ::v8::Handle<::v8::Value > | Envelope_Constructor (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | Envelope_LLXGetter (::v8::Local<::v8::String >, const ::v8::AccessorInfo &info) |
| void | Envelope_LLXSetter (::v8::Local<::v8::String >,::v8::Local<::v8::Value > value, const ::v8::AccessorInfo &info) |
| ::v8::Handle<::v8::Value > | Envelope_LLYGetter (::v8::Local<::v8::String >, const ::v8::AccessorInfo &info) |
| void | Envelope_LLYSetter (::v8::Local<::v8::String >,::v8::Local<::v8::Value > value, const ::v8::AccessorInfo &info) |
| ::v8::Handle<::v8::Value > | Envelope_URXGetter (::v8::Local<::v8::String >, const ::v8::AccessorInfo &info) |
| void | Envelope_URXSetter (::v8::Local<::v8::String >,::v8::Local<::v8::Value > value, const ::v8::AccessorInfo &info) |
| ::v8::Handle<::v8::Value > | Envelope_URYGetter (::v8::Local<::v8::String >, const ::v8::AccessorInfo &info) |
| void | Envelope_URYSetter (::v8::Local<::v8::String >,::v8::Local<::v8::Value > value, const ::v8::AccessorInfo &info) |
Variables | |
| static::v8::Persistent<::v8::FunctionTemplate > | sg_envelope_template |
| ::v8::Handle<::v8::Value> Envelope_Constructor | ( | const ::v8::Arguments & | args | ) |
Definition at line 182 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::v8::jsi::GetEnvelopeTemplate(), and te::v8::common::Make().
Referenced by te::v8::jsi::RegisterEnvelope().
| ::v8::Handle<::v8::Value> Envelope_LLXGetter | ( | ::v8::Local<::v8::String > | , |
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 34 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_llx.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| void Envelope_LLXSetter | ( | ::v8::Local<::v8::String > | , |
| ::v8::Local<::v8::Value > | value, | ||
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 46 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_llx.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| ::v8::Handle<::v8::Value> Envelope_LLYGetter | ( | ::v8::Local<::v8::String > | , |
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 71 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_lly.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| void Envelope_LLYSetter | ( | ::v8::Local<::v8::String > | , |
| ::v8::Local<::v8::Value > | value, | ||
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 83 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_lly.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| ::v8::Handle<::v8::Value> Envelope_URXGetter | ( | ::v8::Local<::v8::String > | , |
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 108 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_urx.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| void Envelope_URXSetter | ( | ::v8::Local<::v8::String > | , |
| ::v8::Local<::v8::Value > | value, | ||
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 120 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_urx.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| ::v8::Handle<::v8::Value> Envelope_URYGetter | ( | ::v8::Local<::v8::String > | , |
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 145 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_ury.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| void Envelope_URYSetter | ( | ::v8::Local<::v8::String > | , |
| ::v8::Local<::v8::Value > | value, | ||
| const ::v8::AccessorInfo & | info | ||
| ) |
Definition at line 157 of file binding/v8/jsi/geometry/Envelope.cpp.
References te::gm::Envelope::m_ury.
Referenced by te::v8::jsi::GetEnvelopeTemplate().
| ::v8::Persistent<::v8::FunctionTemplate> sg_envelope_template |
Definition at line 241 of file binding/v8/jsi/geometry/Envelope.cpp.
Referenced by te::v8::jsi::GetEnvelopeTemplate().