MCPcopy Create free account
hub / github.com/Kitware/CMake / type

Method type

Source/QtDialog/AddCacheEntry.cxx:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72QCMakeProperty::PropertyType AddCacheEntry::type() const
73{
74 int idx = this->Type->currentIndex();
75 if (idx >= 0 && idx < NumTypes) {
76 return Types[idx];
77 }
78 return Types[DefaultTypeIndex];
79}
80
81QString AddCacheEntry::typeString() const
82{

Callers 8

HandleJSONCommandFunction · 0.45
addCacheEntryMethod · 0.45
QCMakeSearchFilterClass · 0.45
editorEventMethod · 0.45
eventFilterMethod · 0.45
setPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by 1