Home
last modified time | relevance | path

Searched refs:showAlt (Results 1 – 17 of 17) sorted by relevance

/dports/games/nimuh/nimuh-1.02/src/
H A Dcursor.cpp35 showAlt = false; in Cursor()
98 showAlt = true; in showText()
180 if (showAlt) { in draw()
183 showAlt = false; in draw()
H A Dcursor.h55 void forceHideText() { showAlt = false; showAltWhenFinishEffect = false; waitingAlt = false; } in forceHideText()
91 bool showAlt; variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DATNConfig.swift149 public func toString<T>(_ recog: Recognizer<T>?, _ showAlt: Bool) -> String { in toString<T>()
151 if showAlt { in toString<T>()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DATNConfig.cpp93 std::string ATNConfig::toString(bool showAlt) { in toString() argument
98 if (showAlt) { in toString()
H A DATNConfig.h109 std::string toString(bool showAlt);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNConfig.cpp93 std::string ATNConfig::toString(bool showAlt) { in toString() argument
98 if (showAlt) { in toString()
H A DATNConfig.h110 std::string toString(bool showAlt);
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DATNConfig.cpp91 std::string ATNConfig::toString(bool showAlt) { in toString() argument
96 if (showAlt) { in toString()
H A DATNConfig.h109 std::string toString(bool showAlt);
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNConfig.cpp98 std::string ATNConfig::toString(bool showAlt) { in toString() argument
103 if (showAlt) { in toString()
H A DATNConfig.h114 std::string toString(bool showAlt);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DATNConfig.java192 public String toString(Recognizer<?, ?> recog, boolean showAlt) { in toString() argument
200 if ( showAlt ) { in toString()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DATNConfig.cs212 public String ToString(IRecognizer recog, bool showAlt) in ToString() argument
221 if (showAlt) in ToString()
/dports/graphics/kimagemapeditor/kimagemapeditor-21.12.3/
H A Dkimearea.h96 static bool showAlt; variable
H A Dkimearea.cpp135 bool Area::showAlt; member in Area
468 if (showAlt) { in draw()
H A Dkimagemapeditor.cpp391 Area::showAlt = group.readEntry("showalt",true); in slotConfigChanged()
392 showAltAction->setChecked(Area::showAlt); in slotConfigChanged()
2674 Area::showAlt = b; in slotShowAltTag()
/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dmarble_part.cpp568 const bool showAlt = MarbleSettings::showAltitudeLabel(); in readStatusBarSettings() local
569 m_showAltitudeAction->setChecked( showAlt ); in readStatusBarSettings()
570 showAltitudeLabel( showAlt ); in readStatusBarSettings()