|
ACF $AcfVersion:0$
|
Text-based log viewer with rich formatting. More...
#include <CTextLogGuiComp.h>
Public Types | |
| typedef iqtgui::TDesignerGuiObserverCompBase< Ui::CTextLogGuiComp, ilog::IMessageContainer > | BaseClass |
Public Types inherited from ibase::TModelObserverCompBaseWrap< ObserverComponent > | |
| typedef ObserverComponent | BaseClass |
Protected Member Functions | |
| virtual void | UpdateGui (const istd::IChangeable::ChangeSet &changeSet) override |
| virtual void | OnGuiCreated () override |
| virtual void | OnGuiRetranslate () override |
Protected Member Functions inherited from ibase::TModelObserverCompBaseWrap< ObserverComponent > | |
| virtual void | OnComponentCreated () override |
| virtual void | OnComponentDestroyed () override |
Text-based log viewer with rich formatting.
CTextLogGuiComp provides a read-only, rich-text display of log messages using QTextEdit. It observes a message container and updates its display automatically when messages are added.
The component displays messages in a formatted table with icons, timestamps, sources, and message text. It provides filtering controls for severity, source, and message content.
This component is simpler than CLogGuiComp and is best suited for read-only log displays where advanced features like export and commands aren't needed.
For detailed documentation including configuration and usage examples, see the iloggui library documentation.
Definition at line 60 of file CTextLogGuiComp.h.
| typedef iqtgui::TDesignerGuiObserverCompBase< Ui::CTextLogGuiComp, ilog::IMessageContainer> iloggui::CTextLogGuiComp::BaseClass |
Definition at line 68 of file CTextLogGuiComp.h.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |