|
void | setMaxMessages (const int newMaxMessages) |
|
ito::RetVal | setOutputStream (bool enabled) |
|
ito::RetVal | setErrorStream (bool enabled) |
|
void | setVerticalSizeHint (int value) |
|
void | clear () |
|
void | setAutoScroll (bool autoScroll) |
|
void | setRemoveAnsiEscapeSequences (bool removeAnsiEscapeSequences) |
|
void | messageReceived (QString message, ito::tStreamMessageType messageType) |
|
void | showContextMenu (const QPoint &pt) |
|
|
void | maxMessagesChanged (const int newMaxMessages) |
|
|
| PythonLogWidget (QWidget *parent=NULL) |
|
int | getMaxMessages () const |
|
bool | getOutputStream () const |
|
bool | getErrorStream () const |
|
int | getVerticalSizeHint () const |
|
bool | getAutoScroll () const |
|
bool | getRemoveAnsiEscapeSequences () const |
|
| AbstractApiWidget (QWidget *parent=0) |
|
virtual bool | event (QEvent *e) |
|
void | setApiFunctionGraphBasePtr (void **apiFunctionGraphBasePtr) |
|
void | setApiFunctionBasePtr (void **apiFunctionBasePtr) |
|
void ** | getApiFunctionGraphBasePtr (void) |
|
void ** | getApiFunctionBasePtr (void) |
|
|
QScopedPointer< PythonLogWidgetPrivate > | d_ptr |
|
void ** | m_apiFunctionsGraphBasePtr |
|
void ** | m_apiFunctionsBasePtr |
|
|
int | maxMessages |
|
bool | outputStream |
|
bool | errorStream |
|
int | verticalSizeHint |
|
bool | autoScroll |
|
bool | removeAnsiEscapeSequences |
|
◆ init()
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/itomWidgets/pythonLogWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/itomWidgets/pythonLogWidget.cpp