![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fxfa/parser/cxfa_object.h"#include "core/fxcrt/fx_extension.h"#include "fxjs/xfa/cfxjse_engine.h"#include "fxjs/xfa/cfxjse_value.h"#include "fxjs/xfa/cjx_object.h"#include "xfa/fxfa/cxfa_ffnotify.h"#include "xfa/fxfa/parser/cxfa_document.h"#include "xfa/fxfa/parser/cxfa_node.h"#include "xfa/fxfa/parser/cxfa_thisproxy.h"#include "xfa/fxfa/parser/cxfa_treelist.h"#include "xfa/fxfa/parser/xfa_basic_data.h"Go to the source code of this file.
Functions | |
| CXFA_List * | ToList (CXFA_Object *pObj) |
| CXFA_Node * | ToNode (CXFA_Object *pObj) |
| CXFA_TreeList * | ToTreeList (CXFA_Object *pObj) |
| CXFA_ThisProxy * | ToThisProxy (CXFA_Object *pObj) |
| CXFA_List * ToList | ( | CXFA_Object * | pObj | ) |
Definition at line 59 of file cxfa_object.cpp.
References CXFA_Object::AsList().
| CXFA_Node * ToNode | ( | CXFA_Object * | pObj | ) |
Definition at line 63 of file cxfa_object.cpp.
References CXFA_Object::AsNode().
Referenced by CXFA_Node::CreateInstanceIfPossible(), CXFA_Document::DoDataMerge(), CXFA_Document::DoDataRemerge(), CXFA_Document::DoProtoMerge(), CPDFXFA_DocEnvironment::ExportData(), CFXJSE_FormCalcContext::Format(), CXFA_TextProvider::GetEmbeddedObj(), CJX_Object::GetXFANode(), CXFA_Document::GetXFAObject(), CFXJSE_Engine::GlobalPropertyGetter(), CFXJSE_Engine::GlobalPropertySetter(), CXFA_Document::IsInteractive(), CJX_Object::MergeAllData(), CJX_Object::MoveBufferMapData(), CFXJSE_Engine::NormalPropertyGetter(), CFXJSE_Engine::NormalPropertySetter(), CFXJSE_FormCalcContext::Parse(), and CFXJSE_FormCalcContext::Time2Num().
| CXFA_ThisProxy * ToThisProxy | ( | CXFA_Object * | pObj | ) |
Definition at line 71 of file cxfa_object.cpp.
References CXFA_Object::AsThisProxy().
| CXFA_TreeList * ToTreeList | ( | CXFA_Object * | pObj | ) |
Definition at line 67 of file cxfa_object.cpp.
References CXFA_Object::AsTreeList().