Home
last modified time | relevance | path

Searched refs:WatcherWithUserData (Results 1 – 25 of 52) sorted by relevance

123

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
226 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DDocument.h81 class WatcherWithUserData {
85 WatcherWithUserData() { in WatcherWithUserData() function
103 WatcherWithUserData *watchers;
225 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DDocument.h205 struct WatcherWithUserData { struct
208 WatcherWithUserData(DocWatcher *watcher_=0, void *userData_=0) : argument
211 bool operator==(const WatcherWithUserData &other) const { argument
214 bool operator!=(const WatcherWithUserData &other) const {
233 std::vector<WatcherWithUserData> watchers;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DDocument.h200 class WatcherWithUserData {
204 WatcherWithUserData() { in WatcherWithUserData() function
222 WatcherWithUserData *watchers;
405 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DDocument.h185 struct WatcherWithUserData { struct
188 WatcherWithUserData(DocWatcher *watcher_=0, void *userData_=0) : argument
191 bool operator==(const WatcherWithUserData &other) const { argument
208 std::vector<WatcherWithUserData> watchers;
H A DDocument.cxx125 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in ~Document()
310 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in SetErrorStatus()
1773 for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); in EnsureStyledTo()
1783 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in LexerChanged()
1894 WatcherWithUserData wwud(watcher, userData); in AddWatcher()
1895 std::vector<WatcherWithUserData>::iterator it = in AddWatcher()
1904 std::vector<WatcherWithUserData>::iterator it = in RemoveWatcher()
1905 std::find(watchers.begin(), watchers.end(), WatcherWithUserData(watcher, userData)); in RemoveWatcher()
1914 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifyModifyAttempt()
1920 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifySavePoint()
[all …]
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DDocument.h200 class WatcherWithUserData {
204 WatcherWithUserData() { in WatcherWithUserData() function
222 WatcherWithUserData *watchers;
399 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DDocument.h200 class WatcherWithUserData {
204 WatcherWithUserData() { in WatcherWithUserData() function
222 WatcherWithUserData *watchers;
405 const WatcherWithUserData *GetWatchers() const { return watchers; } in GetWatchers()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DDocument.h201 struct WatcherWithUserData { struct
204 WatcherWithUserData(DocWatcher *watcher_=0, void *userData_=0) : argument
207 bool operator==(const WatcherWithUserData &other) const { argument
226 std::vector<WatcherWithUserData> watchers;
H A DDocument.cxx128 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in ~Document()
376 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in SetErrorStatus()
1859 for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); in EnsureStyledTo()
1869 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in LexerChanged()
1980 WatcherWithUserData wwud(watcher, userData); in AddWatcher()
1981 std::vector<WatcherWithUserData>::iterator it = in AddWatcher()
1990 std::vector<WatcherWithUserData>::iterator it = in RemoveWatcher()
1991 std::find(watchers.begin(), watchers.end(), WatcherWithUserData(watcher, userData)); in RemoveWatcher()
2000 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifyModifyAttempt()
2006 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifySavePoint()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DDocument.h197 struct WatcherWithUserData { struct
200 WatcherWithUserData(DocWatcher *watcher_=0, void *userData_=0) : argument
203 bool operator==(const WatcherWithUserData &other) const { argument
222 std::vector<WatcherWithUserData> watchers;
H A DDocument.cxx123 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in ~Document()
367 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in SetErrorStatus()
1829 for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); in EnsureStyledTo()
1839 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in LexerChanged()
1950 WatcherWithUserData wwud(watcher, userData); in AddWatcher()
1951 std::vector<WatcherWithUserData>::iterator it = in AddWatcher()
1960 std::vector<WatcherWithUserData>::iterator it = in RemoveWatcher()
1961 std::find(watchers.begin(), watchers.end(), WatcherWithUserData(watcher, userData)); in RemoveWatcher()
1970 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifyModifyAttempt()
1976 …for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it)… in NotifySavePoint()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DDocument.h202 struct WatcherWithUserData { struct
205 WatcherWithUserData(DocWatcher *watcher_=0, void *userData_=0) : argument
208 bool operator==(const WatcherWithUserData &other) const { argument
227 std::vector<WatcherWithUserData> watchers;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
243 std::vector<WatcherWithUserData> watchers;
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
243 std::vector<WatcherWithUserData> watchers;
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
243 std::vector<WatcherWithUserData> watchers;
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
243 std::vector<WatcherWithUserData> watchers;
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
244 std::vector<WatcherWithUserData> watchers;
/dports/x11-toolkits/scintilla/scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
244 std::vector<WatcherWithUserData> watchers;
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DDocument.h218 struct WatcherWithUserData { struct
221 WatcherWithUserData(DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept : argument
224 bool operator==(const WatcherWithUserData &other) const noexcept { argument
244 std::vector<WatcherWithUserData> watchers;

123