swift
|
Status messages plus detail. More...
Signals | |
void | modelDataChangedDigest (int count, bool withFilter) |
Model data changed,. More... | |
void | filterChanged (const swift::misc::CVariant &filter) |
The user changed their message filter. | |
Public Member Functions | |
CStatusMessagesDetail (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CStatusMessagesDetail () |
Destructor. | |
void | appendStatusMessageToList (const swift::misc::CStatusMessage &message) |
Add message. | |
void | appendStatusMessagesToList (const swift::misc::CStatusMessageList &messages) |
Add messages. | |
void | showDetails (bool details) |
Show log details. | |
void | showFilterDialog () |
Show filter dialog and disable bar. | |
void | showFilterBar () |
Show a filter bar. | |
void | hideFilterBar () |
Hide a filter bar. | |
void | clear () |
Clear. | |
int | rowCount () const |
Number of status messages in view. | |
void | setMaxLogMessages (int desiredNumber) |
Set max.log messages. | |
void | filterUseRadioButtonDescriptiveIcons (bool oneCharacterText) |
Use icons with radio buttons. More... | |
void | setSorting (const swift::misc::CPropertyIndex &propertyIndex, Qt::SortOrder order=Qt::AscendingOrder) |
Sorting for view. | |
void | setNoSorting () |
Disable sorting. | |
Status messages plus detail.
Definition at line 26 of file statusmessagesdetail.h.
void swift::gui::components::CStatusMessagesDetail::filterUseRadioButtonDescriptiveIcons | ( | bool | oneCharacterText | ) |
Use icons with radio buttons.
Definition at line 85 of file statusmessagesdetail.cpp.
|
signal |
Model data changed,.