NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure contains the data for a single calltip, which might be shown in the editor or the terminal. More...
#include <calltipprovider.hpp>
Public Member Functions | |
CallTip () | |
CallTip (const std::string &sDef, const std::string &sDoc="", size_t s=0u, size_t e=0u) | |
Public Attributes | |
std::string | sDefinition |
std::string | sDocumentation |
size_t | nStart |
size_t | nEnd |
This structure contains the data for a single calltip, which might be shown in the editor or the terminal.
Definition at line 30 of file calltipprovider.hpp.
|
inline |
Definition at line 37 of file calltipprovider.hpp.
|
inline |
Definition at line 38 of file calltipprovider.hpp.
size_t NumeRe::CallTip::nEnd |
Definition at line 35 of file calltipprovider.hpp.
Referenced by NumeReTerminal::Calltip(), NumeRe::FindProcedureDefinition(), NumeRe::CallTipProvider::getConstant(), NumeReEditor::OnMouseDwell(), and NumeRe::realignLangString().
size_t NumeRe::CallTip::nStart |
Definition at line 34 of file calltipprovider.hpp.
Referenced by NumeReTerminal::Calltip(), NumeRe::FindProcedureDefinition(), NumeRe::CallTipProvider::getConstant(), NumeRe::CallTipProvider::getMethod(), NumeReEditor::OnMouseDwell(), and NumeRe::realignLangString().
std::string NumeRe::CallTip::sDefinition |
Definition at line 32 of file calltipprovider.hpp.
Referenced by NumeRe::addLinebreaks(), NumeReTerminal::Calltip(), SearchController::FindProcedureDefinition(), NumeRe::FindProcedureDefinition(), NumeRe::CallTipProvider::getConstant(), NumeRe::CallTipProvider::getMethod(), GenericTerminal::handle_calltip(), NumeReEditor::HandleFunctionCallTip(), NumeReEditor::OnMouseDwell(), NumeReWindow::OnTreeItemToolTip(), and NumeRe::realignLangString().
std::string NumeRe::CallTip::sDocumentation |
Definition at line 33 of file calltipprovider.hpp.
Referenced by NumeRe::addLinebreaks(), NumeRe::AppendToDocumentation(), SearchController::FindProcedureDefinition(), NumeRe::FindProcedureDefinition(), NumeReEditor::OnMouseDwell(), NumeReWindow::OnTreeItemToolTip(), and NumeRe::realignLangString().