![]() |
XII Release 0.1.0
|
The application wide panel that shows the engine log output and the editor log output. More...
#include <LogWidget.moc.h>
Public Types | |
using | LogItemContextActionCallback = xiiDelegate<void(const xiiStringView& sLogText)> |
Public Member Functions | |
xiiQtLogWidget (QWidget *pParent) | |
void | ShowControls (bool bShow) |
xiiQtLogModel * | GetLog () |
xiiQtSearchWidget * | GetSearchWidget () |
void | SetLogLevel (xiiLogMsgType::Enum logLevel) |
xiiLogMsgType::Enum | GetLogLevel () const |
virtual bool | eventFilter (QObject *pObject, QEvent *pEvent) override |
Static Public Member Functions | |
static bool | AddLogItemContextActionCallback (const xiiStringView &sName, const LogItemContextActionCallback &logCallback) |
static bool | RemoveLogItemContextActionCallback (const xiiStringView &sName) |
The application wide panel that shows the engine log output and the editor log output.