Home
last modified time | relevance | path

Searched refs:commandEvents (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.h509 void setCommandEvents(bool commandEvents);
510 bool commandEvents() const;
H A DScintillaEdit.cpp1874 void ScintillaEdit::setCommandEvents(bool commandEvents) { in setCommandEvents() argument
1875 send(SCI_SETCOMMANDEVENTS, commandEvents, 0); in setCommandEvents()
1878 bool ScintillaEdit::commandEvents() const { in commandEvents() function in ScintillaEdit
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp379 if (commandEvents) { in NotifyFocus()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dcarbon.cc673 EventTypeSpec commandEvents = {kEventClassCommand, kEventCommandProcess}; in CreateMenus() local
676 1, &commandEvents, 0, NULL); in CreateMenus()
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp405 if (commandEvents) { in NotifyFocus()
/dports/editors/textadept/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp405 if (commandEvents) { in NotifyFocus()
/dports/editors/scite/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp405 if (commandEvents) { in NotifyFocus()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h232 bool commandEvents; variable
H A DEditor.cpp186 commandEvents = true; in Editor()
2688 if (commandEvents) { in NotifyModified()
7656 commandEvents = static_cast<bool>(wParam); in WndProc()
7660 return commandEvents; in WndProc()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h232 bool commandEvents; variable
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h232 bool commandEvents; variable
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h232 bool commandEvents; variable
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h243 bool commandEvents; variable
H A DEditor.cxx185 commandEvents = true; in Editor()
2717 if (commandEvents) { in NotifyModified()
7737 commandEvents = static_cast<bool>(wParam); in WndProc()
7741 return commandEvents; in WndProc()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h243 bool commandEvents; variable
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h231 bool commandEvents; variable
H A DEditor.cxx189 commandEvents = true; in Editor()
2709 if (commandEvents) { in NotifyModified()
7716 commandEvents = static_cast<bool>(wParam); in WndProc()
7720 return commandEvents; in WndProc()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h243 bool commandEvents; variable
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h243 bool commandEvents; variable
/dports/editors/textadept/scintilla/src/
H A DEditor.h243 bool commandEvents; variable
/dports/editors/scite/scintilla/src/
H A DEditor.h243 bool commandEvents; variable
/dports/x11-toolkits/scintilla/scite/src/
H A DScintillaCall.h516 void SetCommandEvents(bool commandEvents);
H A DScintillaCall.cxx1998 void ScintillaCall::SetCommandEvents(bool commandEvents) { in SetCommandEvents() argument
1999 Call(Message::SetCommandEvents, commandEvents); in SetCommandEvents()
/dports/editors/scite/scite/src/
H A DScintillaCall.h516 void SetCommandEvents(bool commandEvents);
H A DScintillaCall.cxx1998 void ScintillaCall::SetCommandEvents(bool commandEvents) { in SetCommandEvents() argument
1999 Call(Message::SetCommandEvents, commandEvents); in SetCommandEvents()

123