MCPcopy Create free account
hub / github.com/WheretIB/nullc / TreeItemExtra

Class TreeItemExtra

SuperCalc.cpp:954–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952VMCmd *codeInst = NULL;
953
954struct TreeItemExtra
955{
956 TreeItemExtra():address(NULL), type(NULL), item(NULL), expandable(false), name(NULL){}
957 TreeItemExtra(void* a, const ExternTypeInfo* t, HTREEITEM i, bool e, const char *n = NULL):address(a), type(t), item(i), expandable(e), name(n){}
958
959 void *address;
960 const ExternTypeInfo *type;
961 HTREEITEM item;
962 bool expandable;
963 const char *name;
964};
965std::vector<TreeItemExtra> tiExtra;
966std::vector<TreeItemExtra> tiWatch;
967std::vector<char*> externalBlocks;

Callers 5

FillArrayVariableInfoFunction · 0.85
FillComplexVariableInfoFunction · 0.85
FillAutoInfoFunction · 0.85
FillVariableInfoTreeFunction · 0.85
WndProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected