_objectInterface | RE::GFxValue | protected |
_pad0C | RE::GFxValue | protected |
_type | RE::GFxValue | protected |
_value | RE::GFxValue | protected |
AcquireManagedValue(const GFxValue &a_rhs) | RE::GFxValue | protected |
ArrayVisitor typedef | RE::GFxValue | |
AttachMovie(GFxValue *a_movieClip, const char *a_symbolName, const char *a_instanceName, std::int32_t a_depth=-1, const GFxValue *a_initObj=nullptr) | RE::GFxValue | |
ChangeType(ValueType a_type) | RE::GFxValue | protected |
ClearElements() | RE::GFxValue | |
DeleteMember(const char *a_name) | RE::GFxValue | |
GetArraySize() const | RE::GFxValue | |
GetBool() const | RE::GFxValue | |
GetCxform(GRenderer::Cxform *a_cx) const | RE::GFxValue | |
GetDisplayInfo(DisplayInfo *a_info) const | RE::GFxValue | |
GetDisplayMatrix(GMatrix2D *a_mat) const | RE::GFxValue | |
GetElement(std::uint32_t a_idx, GFxValue *a_val) const | RE::GFxValue | |
GetMember(const char *a_name, GFxValue *a_val) const | RE::GFxValue | |
GetNumber() const | RE::GFxValue | |
GetSInt() const | RE::GFxValue | |
GetString() const | RE::GFxValue | |
GetStringW() const | RE::GFxValue | |
GetType() const | RE::GFxValue | |
GetUInt() const | RE::GFxValue | |
GFC_MEMORY_REDEFINE_NEW(GFxValue, GStatGroups::kGStatGroup_Default) | RE::GFxValue | |
GFxMovieRoot | RE::GFxValue | friend |
GFxValue() | RE::GFxValue | |
GFxValue(ValueType a_rhs) | RE::GFxValue | |
GFxValue(std::nullptr_t) | RE::GFxValue | |
GFxValue(double a_rhs) | RE::GFxValue | |
GFxValue(bool a_rhs) | RE::GFxValue | |
GFxValue(const char *a_rhs) | RE::GFxValue | |
GFxValue(std::string_view a_rhs) | RE::GFxValue | |
GFxValue(const wchar_t *a_rhs) | RE::GFxValue | |
GFxValue(std::wstring_view a_rhs) | RE::GFxValue | |
GFxValue(const GFxValue &a_rhs) | RE::GFxValue | |
GFxValue(GFxValue &&a_rhs) | RE::GFxValue | |
GFxValue(T a_val) | RE::GFxValue | inline |
GotoAndPlay(const char *a_frame) | RE::GFxValue | |
GotoAndStop(const char *a_frame) | RE::GFxValue | |
HasMember(const char *a_name) const | RE::GFxValue | |
Invoke(const char *a_name, GFxValue *a_result, const GFxValue *a_args, UPInt a_numArgs) | RE::GFxValue | |
Invoke(const char *a_name, GFxValue *a_result=nullptr) | RE::GFxValue | |
Invoke(const char *a_name, const std::array< GFxValue, N > &a_args) | RE::GFxValue | inline |
Invoke(const char *a_name, GFxValue *a_result, const std::array< GFxValue, N > &a_args) | RE::GFxValue | inline |
IsArray() const | RE::GFxValue | |
IsBool() const | RE::GFxValue | |
IsDisplayObject() const | RE::GFxValue | |
IsManagedValue() const | RE::GFxValue | protected |
IsNull() const | RE::GFxValue | |
IsNumber() const | RE::GFxValue | |
IsObject() const | RE::GFxValue | |
IsString() const | RE::GFxValue | |
IsStringW() const | RE::GFxValue | |
IsUndefined() const | RE::GFxValue | |
ObjectVisitFn typedef | RE::GFxValue | |
ObjectVisitor typedef | RE::GFxValue | |
operator=(std::nullptr_t) | RE::GFxValue | |
operator=(double a_rhs) | RE::GFxValue | |
operator=(bool a_rhs) | RE::GFxValue | |
operator=(const char *a_rhs) | RE::GFxValue | |
operator=(std::string_view a_rhs) | RE::GFxValue | |
operator=(const wchar_t *a_rhs) | RE::GFxValue | |
operator=(std::wstring_view a_rhs) | RE::GFxValue | |
operator=(const GFxValue &a_rhs) | RE::GFxValue | |
operator=(GFxValue &&a_rhs) | RE::GFxValue | |
operator=(T a_val) | RE::GFxValue | inline |
operator==(const GFxValue &a_rhs) const | RE::GFxValue | |
PushBack(const GFxValue &a_val) | RE::GFxValue | |
ReleaseManagedValue() | RE::GFxValue | protected |
RemoveElement(std::uint32_t a_idx) | RE::GFxValue | |
RemoveElements(std::uint32_t a_idx, std::int32_t a_count=-1) | RE::GFxValue | |
SetArraySize(std::uint32_t a_size) | RE::GFxValue | |
SetBoolean(bool a_val) | RE::GFxValue | |
SetConvertBoolean() | RE::GFxValue | |
SetConvertNumber() | RE::GFxValue | |
SetConvertString() | RE::GFxValue | |
SetConvertStringW() | RE::GFxValue | |
SetCxform(const GRenderer::Cxform &a_cx) | RE::GFxValue | |
SetDisplayInfo(const DisplayInfo &a_info) | RE::GFxValue | |
SetDisplayMatrix(const GMatrix2D &a_mat) | RE::GFxValue | |
SetElement(std::uint32_t a_idx, const GFxValue &a_val) | RE::GFxValue | |
SetMember(const char *a_name, const GFxValue &a_val) | RE::GFxValue | |
SetNull() | RE::GFxValue | |
SetNumber(double a_val) | RE::GFxValue | |
SetString(const char *a_str) | RE::GFxValue | |
SetString(std::string_view a_str) | RE::GFxValue | |
SetStringW(const wchar_t *a_str) | RE::GFxValue | |
SetStringW(std::wstring_view a_str) | RE::GFxValue | |
SetText(const char *a_text) | RE::GFxValue | |
SetTextHTML(const char *a_html) | RE::GFxValue | |
SetUndefined() | RE::GFxValue | |
ToString() const | RE::GFxValue | |
ValueType enum name | RE::GFxValue | |
VisitMembers(ObjectVisitor *a_visitor) const | RE::GFxValue | |
VisitMembers(ObjectVisitFn &&a_visitor) const | RE::GFxValue | |
~GFxValue() | RE::GFxValue | |