Home
last modified time | relevance | path

Searched refs:callTip (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dnativeparserf.h61 void GetCallTipsForVariable(TokenFlat* token, wxString& callTip);
62 void GetCallTipsForType(TokenFlat* token, wxString& callTip);
H A Dnativeparserf.cpp976 void NativeParserF::GetCallTipsForVariable(TokenFlat* token, wxString& callTip) in GetCallTipsForVariable() argument
978 callTip = wxEmptyString; in GetCallTipsForVariable()
990 callTip = dim.Mid(0,last+1); in GetCallTipsForVariable()
997 callTip = token->m_Args.Mid(0,last+1); in GetCallTipsForVariable()
1001 void NativeParserF::GetCallTipsForType(TokenFlat* token, wxString& callTip) in GetCallTipsForType() argument
1003 callTip = wxEmptyString; in GetCallTipsForType()
1024 callTip << _T("(") << names.Mid(0,names.Length()-2) << _T(")"); in GetCallTipsForType()
H A Dfortranproject.cpp1460 wxString callTip; in GetCallTips() local
1461 m_pNativeParser->GetCallTipsForVariable(result->Item(0), callTip); in GetCallTips()
1462 if (!callTip.IsEmpty()) in GetCallTips()
1463 callTips.Add(callTip); in GetCallTips()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DScintillaCocoa.mm1123 NSWindow *callTip = (__bridge NSWindow *)wCallTip;
1124 CGFloat height = NSHeight(callTip.frame);
1134 NSWindow *callTip = [[NSWindow alloc] initWithContentRect: ctRect
1138 [callTip setLevel: NSFloatingWindowLevel];
1139 [callTip setHasShadow: YES];
1144 [callTip.contentView addSubview: caption];
1145 [callTip orderFront: caption];
1146 ct.wCallTip = (__bridge_retained WindowID)callTip;
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DScintillaCocoa.mm1123 NSWindow *callTip = (__bridge NSWindow *)wCallTip;
1124 CGFloat height = NSHeight(callTip.frame);
1134 NSWindow *callTip = [[NSWindow alloc] initWithContentRect: ctRect
1138 [callTip setLevel: NSFloatingWindowLevel];
1139 [callTip setHasShadow: YES];
1144 [callTip.contentView addSubview: caption];
1145 [callTip orderFront: caption];
1146 ct.wCallTip = (__bridge_retained WindowID)callTip;
/dports/editors/textadept/scintilla/cocoa/
H A DScintillaCocoa.mm1123 NSWindow *callTip = (__bridge NSWindow *)wCallTip;
1124 CGFloat height = NSHeight(callTip.frame);
1134 NSWindow *callTip = [[NSWindow alloc] initWithContentRect: ctRect
1138 [callTip setLevel: NSFloatingWindowLevel];
1139 [callTip setHasShadow: YES];
1144 [callTip.contentView addSubview: caption];
1145 [callTip orderFront: caption];
1146 ct.wCallTip = (__bridge_retained WindowID)callTip;
/dports/editors/scite/scintilla/cocoa/
H A DScintillaCocoa.mm1123 NSWindow *callTip = (__bridge NSWindow *)wCallTip;
1124 CGFloat height = NSHeight(callTip.frame);
1134 NSWindow *callTip = [[NSWindow alloc] initWithContentRect: ctRect
1138 [callTip setLevel: NSFloatingWindowLevel];
1139 [callTip setHasShadow: YES];
1144 [callTip.contentView addSubview: caption];
1145 [callTip orderFront: caption];
1146 ct.wCallTip = (__bridge_retained WindowID)callTip;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/Qsci/
H A Dqsciscintilla.h1653 virtual void callTip();
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciscintilla.h1660 virtual void callTip();
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciscintilla.h1660 virtual void callTip();
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciscintilla.h1660 virtual void callTip();
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/Python/sip/
H A Dqsciscintilla.sip446 virtual void callTip();
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/Python/sip/
H A Dqsciscintilla.sip446 virtual void callTip();
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/Python/sip/
H A Dqsciscintilla.sip446 virtual void callTip();
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DEditor.py911 self.tr('Calltip'), self.callTip)
4907 self.callTip()
5295 def callTip(self): member in Editor
5302 super().callTip()
5351 super().callTip()
5356 super().callTip()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A Dqsciscintilla.cpp263 callTip(); in handleCharAdded()
293 void QsciScintilla::callTip() in callTip() function in QsciScintilla
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqsciscintilla.cpp263 callTip(); in handleCharAdded()
293 void QsciScintilla::callTip() in callTip() function in QsciScintilla
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqsciscintilla.cpp263 callTip(); in handleCharAdded()
293 void QsciScintilla::callTip() in callTip() function in QsciScintilla
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqsciscintilla.cpp263 callTip(); in handleCharAdded()
293 void QsciScintilla::callTip() in callTip() function in QsciScintilla
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dscintillaeditor.cpp167 connect(shortcutCalltip, &QShortcut::activated, [=]() { qsci->callTip(); }); in ScintillaEditor()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dscintillaeditor.cpp167 connect(shortcutCalltip, &QShortcut::activated, [=]() { qsci->callTip(); }); in ScintillaEditor()
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DQScintilla2-2.4.5.api1084 Qsci.QsciScintilla.callTip?4()
H A DQScintilla2-2.7.2.api1323 Qsci.QsciScintilla.callTip?4()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DQScintilla2-2.4.5.api1084 Qsci.QsciScintilla.callTip?4()
H A DQScintilla2-2.7.2.api1323 Qsci.QsciScintilla.callTip?4()

12