|
void | logSignal (LogTableModelEntry level) |
|
void | clearSignal () |
|
void | stickyFlagChanged (bool sticky) |
|
|
| ConsoleWidget (InviwoMainWindow *parent) |
|
virtual void | log (std::string logSource, LogLevel logLevel, LogAudience audience, const char *file, const char *function, int line, std::string msg) override |
|
virtual void | logProcessor (Processor *processor, LogLevel level, LogAudience audience, std::string msg, const char *file, const char *function, int line) override |
|
virtual void | logNetwork (LogLevel level, LogAudience audience, std::string msg, const char *file, const char *function, int line) override |
|
virtual void | logAssertion (const char *file, const char *function, int line, std::string msg) override |
|
QAction * | getClearAction () |
|
QTableView * | view () |
|
| InviwoDockWidget (QString title, QWidget *parent) |
|
| InviwoDockWidget (QString title, QWidget *parent, QString objname) |
|
virtual void | showEvent (QShowEvent *showEvent) override |
|
void | setSticky (bool sticky) |
|
bool | isSticky () const |
|
void | setContents (QWidget *widget) |
|
void | setContents (QLayout *layout) |
|
virtual void | saveState () |
|
virtual void | loadState () |
|
|
virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
|
virtual void | closeEvent (QCloseEvent *event) override |
|
The documentation for this class was generated from the following files:
- consolewidget.h
- consolewidget.cpp