Home
last modified time | relevance | path

Searched refs:STR_CLASS_GRAPH (Results 1 – 5 of 5) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dwizard.cpp67 #define STR_CLASS_GRAPH QString::fromLatin1("CLASS_GRAPH") macro
1211 updateStringOption(m_modelData,STR_CLASS_GRAPH, QString::fromLatin1("NO")); in diagramModeChanged()
1216 updateStringOption(m_modelData,STR_CLASS_GRAPH, QString::fromLatin1("TEXT")); in diagramModeChanged()
1221 updateStringOption(m_modelData,STR_CLASS_GRAPH, QString::fromLatin1("YES")); in diagramModeChanged()
1226 updateStringOption(m_modelData,STR_CLASS_GRAPH, QString::fromLatin1("YES")); in diagramModeChanged()
1233 QString classGraph = getStringOption(m_modelData,STR_CLASS_GRAPH); in setClassGraphEnabled()
1236 updateStringOption(m_modelData,STR_CLASS_GRAPH,QString::fromLatin1("YES")); in setClassGraphEnabled()
1240 updateStringOption(m_modelData,STR_CLASS_GRAPH,QString::fromLatin1("NO")); in setClassGraphEnabled()
1277 QString classGraph = getStringOption(m_modelData,STR_CLASS_GRAPH).toLower(); in init()
1292 m_dotClass->setChecked(getBoolOption(m_modelData,STR_CLASS_GRAPH)); in init()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompile.h890 STR_CLASS_GRAPH, /* Unicode printing characters, excluding enumerator
H A DtclCompCmdsSZ.c551 strClassType = STR_CLASS_GRAPH; in TclCompileStringIsCmd()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompile.h915 STR_CLASS_GRAPH, /* Unicode printing characters, excluding enumerator
H A DtclCompCmdsSZ.c595 strClassType = STR_CLASS_GRAPH; in TclCompileStringIsCmd()