|
The EditorFileOpener class. More...
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/editorfileopener.h>
Public Member Functions | |
EditorFileOpener (std::string configFile="") | |
void | openFile (const std::string &editorName, const std::string &filepath, int lineNumber=0) |
void | openFileWithDefaultEditor (const std::string &filepath, int lineNumber=0) |
The default editor can be specified by the environment variable $ARMARX_EDITOR. More... | |
void | setOpencommand (const std::string &editorName, const std::string &openCommandLine) |
Public Member Functions inherited from Logging | |
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
disables the logging for the current line for the given amount of seconds. More... | |
MessageTypeT | getEffectiveLoggingLevel () const |
Logging () | |
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
void | setTag (const LogTag &tag) |
void | setTag (const std::string &tagName) |
virtual | ~Logging () |
Additional Inherited Members | |
Protected Member Functions inherited from Logging | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
The EditorFileOpener class.
Definition at line 40 of file editorfileopener.h.
EditorFileOpener | ( | std::string | configFile = "" | ) |
void openFile | ( | const std::string & | editorName, |
const std::string & | filepath, | ||
int | lineNumber = 0 |
||
) |
void openFileWithDefaultEditor | ( | const std::string & | filepath, |
int | lineNumber = 0 |
||
) |
The default editor can be specified by the environment variable $ARMARX_EDITOR.
If the environment variable is not present, QtCreator is used.
Definition at line 124 of file editorfileopener.cpp.
void setOpencommand | ( | const std::string & | editorName, |
const std::string & | openCommandLine | ||
) |