|
WSF
|
#include <WsfParseTypeInfoData.hpp>


Public Types | |
| enum | Operation { cLOAD_TYPE , cCREATE_TYPE , cDELETE_TYPE } |
| enum | Flags { cNESTED_SAVE = 1 , cNESTED_LOAD = 2 , cDUPLICATE_NAME = 4 , cINVALID_TYPE = 8 } |
| Public Types inherited from WsfParseAuxData | |
| enum | DataType { cTYPE_DATA , cFILE_REFERENCE , cDELAY_LOAD_DATA } |
Public Member Functions | |
| WsfParseTypeInfoData (Operation aOperation) | |
| ~WsfParseTypeInfoData () override | |
| Public Member Functions inherited from WsfParseAuxData | |
| WsfParseAuxData (DataType aType) | |
| virtual | ~WsfParseAuxData () |
Public Attributes | |
| Operation | mOperation |
| WsfParseTypePath | mSaveKey |
| WsfParseTypePath | mLoadKey |
| int | mFlags |
| Public Attributes inherited from WsfParseAuxData | |
| DataType | mDataType |
|
inline |
References WsfParseAuxData::cTYPE_DATA, mFlags, mOperation, and WsfParseAuxData::WsfParseAuxData().
|
inlineoverride |
| int WsfParseTypeInfoData::mFlags |
Referenced by WsfParseTypeLoadRule::CreateAuxData(), wizard::AutoComplete::FindCurrentType(), wizard::ParseResults::FindCurrentType(), wizard::ParseUtil::FindReferenceType(), WsfPProxySatisfy::FollowAction(), wizard::ParseResults::GetFileNotifications(), WsfParseTypeLoadRule::Read(), wizard::ParseResults::TypeInformationFromNode(), and WsfParseTypeInfoData().
| WsfParseTypePath WsfParseTypeInfoData::mLoadKey |
| Operation WsfParseTypeInfoData::mOperation |
Referenced by wizard::ParseResults::FindCreateTypeNode(), WsfParseNode::Print(), and WsfParseTypeInfoData().
| WsfParseTypePath WsfParseTypeInfoData::mSaveKey |
Referenced by WsfParseTypeLoadRule::CreateAuxData(), wizard::ParseResults::FindCreateTypeNode(), wizard::AutoComplete::FindCurrentType(), wizard::ParseResults::FindCurrentType(), wizard::ParseUtil::FindReferenceType(), WsfPProxySatisfy::FollowAction(), WsfParseNode::Print(), and wizard::ParseResults::TypeInformationFromNode().