TLogView Class
| Header: | #include <TLogView> |
| Inherits: | QWidget |
Public Functions
- 213 public functions inherited from QWidget
Public Slots
| void | applyFilter() |
| QString | getTransferedStr(QString iStr) |
| void | setCategory(const QString &iCategoryStr) |
| void | setLog(QVariantList iLogVarLst) |
| void | setSearchOptions(const QVariantList &iOptionVarLst) |
| void | setSearchText(const QString &iTextStr) |
- 19 public slots inherited from QWidget
Signals
| void | refreshLogInfo() |
- 3 signals inherited from QWidget
Protected Slots
| void | onViewDetailBtnClicked() |
- 1 protected slot inherited from QWidget
Additional Inherited Members
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
Detailed Description
Member Function Documentation
TLogView::TLogView(QWidget *parent = 0)
Default constructs an instance of TLogView.
TLogView::~TLogView()
Destroys the instance of TLogView.