ACF $AcfVersion:0$
Public Types | Signals | Public Member Functions | Protected Types | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
iloggui::CLogGuiComp Class Reference

Interactive log viewer component with filtering and commands. More...

#include <CLogGuiComp.h>

Inheritance diagram for iloggui::CLogGuiComp:
iqtgui::TDesignerGuiCompBase< Ui::CLogGuiComp > ilog::CMessageContainer ibase::ICommandsProvider iqtgui::TGuiComponentBase< WidgetType > istd::THierarchicalBase< IHierarchicalMessageContainer > ilog::IMessageConsumer istd::IChangeable iqtgui::CGuiComponentBase istd::TChangeDelegator< Base > istd::IPolymorphic istd::IPolymorphic iqtgui::TMakeIconProviderCompWrap< ibase::TLocalizableWrap< icomp::CComponentBase > > iqtgui::IGuiObject istd::CChangeDelegator iqtgui::TDesignSchemaHandlerWrap< Base > iqtgui::CIconProvider istd::IPolymorphic istd::IChangeDelegator istd::IChangeable istd::IPolymorphic

Public Types

enum  ColumnType { CT_ICON , CT_TIME , CT_SOURCE , CT_MESSAGE }
 
typedef iqtgui::TDesignerGuiCompBase< Ui::CLogGuiComp > BaseClass
 Base class typedef for GUI functionality.
 
typedef ilog::CMessageContainer BaseClass2
 Base class typedef for container functionality.
 
- Public Types inherited from iqtgui::TGuiComponentBase< WidgetType >
typedef CGuiComponentBase BaseClass
 
- Public Types inherited from iqtgui::CGuiComponentBase
typedef TMakeIconProviderCompWrap< ibase::TLocalizableWrap< icomp::CComponentBase > > BaseClass
 
- Public Types inherited from iqtgui::TMakeIconProviderCompWrap< ibase::TLocalizableWrap< icomp::CComponentBase > >
typedef ibase::TLocalizableWrap< icomp::CComponentBaseBaseClass
 
- Public Types inherited from iqtgui::TDesignSchemaHandlerWrap< Base >
typedef Base BaseClass
 
- Public Types inherited from istd::THierarchicalBase< IHierarchicalMessageContainer >
typedef istd::TChangeDelegator< IHierarchicalMessageContainer > BaseClass
 
- Public Types inherited from istd::TChangeDelegator< Base >
typedef Base BaseClass
 
typedef CChangeDelegator BaseClass2
 
- Public Types inherited from istd::CChangeDelegator
typedef istd::IChangeable BaseClass
 
- Public Types inherited from istd::IChangeable
enum  ChangeFlags {
  CF_ACF_INTERNAL = 0 , CF_ALL_DATA , CF_ANY , CF_DESTROYING ,
  CF_DELEGATED , CF_NO_UNDO
}
 Data model change notification flags. More...
 
enum  SupportedOperations {
  SO_NONE = 0 , SO_OBSERVE = 1 << 0 , SO_COPY = 1 << 1 , SO_CLONE = 1 << 2 ,
  SO_COMPARE = 1 << 3 , SO_RESET = 1 << 4
}
 Flags for supported operations. More...
 
enum  CompatibilityMode { CM_STRICT , CM_WITHOUT_REFS , CM_WITH_REFS , CM_CONVERT }
 Control how relationship betweeen objects are interpreted. More...
 
typedef QMultiMap< QByteArray, QVariant > ChangeInfoMap
 
- Public Types inherited from ilog::IMessageConsumer
typedef istd::TSharedInterfacePtr< istd::IInformationProviderMessagePtr
 Shared pointer type for message objects.
 
- Public Types inherited from ibase::ICommandsProvider
enum  ChangeFlags { CF_COMMANDS = 0x62b7e8 }
 

Signals

void EmitAddMessage (const MessagePtr &messagePtr)
 
void EmitClearAction ()
 

Public Member Functions

 CLogGuiComp ()
 
virtual const ibase::IHierarchicalCommandGetCommands () const override
 Get list of menu commands.
 
- Public Member Functions inherited from iqtgui::TGuiComponentBase< WidgetType >
 TGuiComponentBase ()
 
virtual WidgetType * GetQtWidget () const
 
virtual QWidget * CreateQtWidget (QWidget *parentPtr) override
 Create slave widget object.
 
- Public Member Functions inherited from iqtgui::CGuiComponentBase
 I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, IVisualStatus, ExtractVisualStatus)
 
 I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, istd::IChangeable, ExtractVisualStatus)
 
 I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, imod::IModel, ExtractVisualStatus)
 
 CGuiComponentBase ()
 
bool IsGuiShown () const
 
virtual bool IsGuiCreated () const override
 Checks if the GUI has been initialized and created.
 
virtual bool CreateGui (QWidget *parentPtr) override
 Initializes the GUI and connects it to the parent widget.
 
virtual bool DestroyGui () override
 Releases GUI resources and disconnects from the parent.
 
virtual QWidget * GetWidget () const override
 Gets access to the internal QWidget object.
 
virtual void OnTryClose (bool *ignoredPtr=NULL) override
 Called when the application is attempting to close.
 
- Public Member Functions inherited from iqtgui::TDesignSchemaHandlerWrap< Base >
 TDesignSchemaHandlerWrap ()
 
virtual void EnableDesignHandler (bool enable=true)
 If enabled, listen to the design schema change events from the application context.
 
- Public Member Functions inherited from iqtgui::CIconProvider
virtual QIcon GetIcon (const QString &iconName) const
 
virtual QString GetIconPath (const QString &iconName) const
 
virtual QString GetStyleSheetPath (const QString &styleSheetPath) const
 
QByteArray GetCurrentThemeId () const
 
void SetThemeId (const QByteArray &themeId)
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 
- Public Member Functions inherited from ilog::CMessageContainer
 CMessageContainer ()
 
 CMessageContainer (const CMessageContainer &container)
 
CMessageContaineroperator= (const CMessageContainer &container)
 
int GetMessagesCount () const
 Get the number of messages in the container.
 
virtual void AddChildContainer (IHierarchicalMessageContainer *childContainerPtr)
 Add a child message container to this object.
 
void SetSlaveConsumer (ilog::IMessageConsumer *consumerPtr)
 Set slave message consumer.
 
void SetMaxMessageCount (int maxMessageCount=-1)
 Set maximal number of messages in the container.
 
virtual bool Serialize (iser::IArchive &archive) override
 
virtual istd::IInformationProvider::InformationCategory GetWorstCategory () const override
 
virtual Messages GetMessages () const override
 
virtual int GetChildsCount () const override
 
virtual IHierarchicalMessageContainerGetChild (int index) const override
 
virtual int GetSupportedOperations () const override
 Get set of flags for supported operations.
 
virtual bool CopyFrom (const istd::IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override
 Copy this object from another one.
 
virtual bool IsEqual (const istd::IChangeable &object) const override
 Compare this object with another object.
 
virtual istd::TUniqueInterfacePtr< istd::IChangeableCloneMe (CompatibilityMode mode=CM_WITHOUT_REFS) const override
 Make a copy of this object.
 
virtual bool ResetData (CompatibilityMode mode) override
 Reset data to its default state.
 
- Public Member Functions inherited from istd::THierarchicalBase< IHierarchicalMessageContainer >
 THierarchicalBase ()
 
virtual void SetParentPtr (typename Base::InterfaceType *parentPtr)
 
virtual int GetHierarchicalFlags () const override
 
virtual typename Base::InterfaceType * GetParent () const override
 
- Public Member Functions inherited from istd::TChangeDelegator< Base >
 TChangeDelegator ()
 
 TChangeDelegator (istd::IChangeable *slavePtr)
 
virtual void OnBeginChanges () override
 Callback function for begin change event.
 
virtual void OnEndChanges (const istd::IChangeable::ChangeSet &changeSet) override
 Callback function for end change event.
 
- Public Member Functions inherited from istd::CChangeDelegator
 CChangeDelegator ()
 
 CChangeDelegator (istd::IChangeable *slavePtr)
 
virtual void SetSlavePtr (istd::IChangeable *slavePtr) override
 Sets the slave object pointer for change delegation.
 
virtual istd::IChangeableGetSlavePtr () const override
 Gets the slave object pointer.
 
- Public Member Functions inherited from istd::IChangeable
virtual void BeginChanges (const ChangeSet &changeSet)
 Starts the change transaction.
 
virtual void EndChanges (const ChangeSet &changeSet)
 Ends the change transaction.
 
virtual void BeginChangeGroup (const ChangeSet &changeSet)
 Starts group of changes.
 
virtual void EndChangeGroup (const ChangeSet &changeSet)
 Ends group of changes.
 

Protected Types

enum  MessageMode { MM_INFO = istd::IInformationProvider::IC_NONE , MM_WARNING = istd::IInformationProvider::IC_WARNING , MM_ERROR = istd::IInformationProvider::IC_ERROR , MM_ALL = istd::IInformationProvider::IC_CRITICAL }
 
enum  ActionType { AT_CLEAR , AT_EXPORT , AT_DIAGNOSTICS }
 
enum  DataRole { DR_CATEGORY = Qt::UserRole }
 
enum  CommandGroup { CG_FILTER = 5000 , CG_EDIT }
 
- Protected Types inherited from ilog::CMessageContainer
typedef QVector< IHierarchicalMessageContainer * > Childs
 

Protected Slots

virtual void OnAddMessage (const MessagePtr &messagePtr)
 
virtual void OnMessageModeChanged ()
 
virtual void OnClearAction ()
 
virtual void OnExportAction ()
 
void OnRemoveMessagesTimer ()
 
void EnableDiagnosticMessages (bool state)
 
void on_FilterText_textChanged (const QString &filterText)
 

Protected Member Functions

virtual QTreeWidgetItem * CreateGuiItem (const istd::IInformationProvider &message)
 Create GUI item corresponding to specified message.
 
virtual QIcon GetCategoryIcon (int category) const
 Get icons corresponding to specified information category.
 
virtual QIcon GetActionIcon (int functionType) const
 Get icons corresponding to specified log action.
 
virtual QString GetCategoryText (int category) const
 Get text corresponding to specified information category.
 
virtual void SetupCommands ()
 Setup log gui commands.
 
virtual void SetCommandsVisuals ()
 Setup log gui command visuals.
 
virtual bool IsMessageSupported (int messageCategory=-1, int messageId=-1, const istd::IInformationProvider *messagePtr=NULL) const override
 Check if a message is supported by this consumer.
 
virtual void AddMessage (const MessagePtr &messagePtr) override
 Adds a message to this consumer.
 
virtual void ClearMessages () override
 
virtual void OnGuiCreated () override
 Called just after GUI is initialized.
 
virtual void OnGuiDestroyed () override
 Called just before GUI is released.
 
virtual void OnGuiRetranslate () override
 Called from widget event filter when GUI should be retranslated.
 
virtual void OnGuiDesignChanged () override
 
virtual void OnComponentCreated () override
 
- Protected Member Functions inherited from iqtgui::CGuiComponentBase
virtual void OnGuiShown ()
 Called from widget event filter when slave widget is shown.
 
virtual void OnGuiHidden ()
 Called from widget event filter when slave widget is hidden.
 
virtual bool OnKeyPressed (QKeyEvent *event)
 Called from widget event filter when key is pressed.
 
virtual void OnRetranslate ()
 Called when non-GUI elements (like commands) should be retranslated.
 
void SetStatusIcon (const QIcon &icon)
 Set status icon;.
 
void SetStatusText (const QString &text)
 Set status text;.
 
void SetDefaultVisualStatus ()
 
virtual void OnLanguageChanged () override
 
virtual void OnDesignSchemaChanged (const QByteArray &themeId) override
 
virtual bool eventFilter (QObject *sourcePtr, QEvent *eventPtr) override
 
virtual void OnComponentDestroyed () override
 
- Protected Member Functions inherited from iqtgui::CIconProvider
virtual QIcon CreateIcon (const QString &iconName) const
 

Protected Attributes

QAction * m_infoActionPtr
 
QAction * m_warningActionPtr
 
QAction * m_errorActionPtr
 
QAction * m_clearActionPtr
 
QAction * m_exportActionPtr
 
QAction * m_diagnosticModeActionPtr
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_rootCommands
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_infoCommand
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_warningCommand
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_errorCommand
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_clearCommand
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_exportCommand
 
istd::TDelPtr< iqtgui::CHierarchicalCommandm_diagnosticCommand
 
- Protected Attributes inherited from iqtgui::CGuiComponentBase
imod::TModelWrap< VisualStatusm_visualStatus
 
- Protected Attributes inherited from ilog::CMessageContainer
Messages m_messages
 
Childs m_childContainers
 
ilog::IMessageConsumerm_slaveConsumerPtr
 
int m_maxMessagesCount
 
int m_worstCategory
 
- Protected Attributes inherited from istd::THierarchicalBase< IHierarchicalMessageContainer >
typename Base::InterfaceType * m_parentPtr
 

Additional Inherited Members

- Static Public Member Functions inherited from ilog::CMessageContainer
template<typename MessageType >
static bool RegisterMessageType (const QByteArray &messageTypeId=QByteArray())
 Register a new message type.
 
- Static Public Member Functions inherited from istd::IChangeable
static const ChangeSetGetNoChanges ()
 Get empty set of changes.
 
static const ChangeSetGetAnyChange ()
 Get anonymous change set.
 
static const ChangeSetGetAllChanges ()
 Get anonymous change set.
 
static const ChangeSetGetDelegatedChanges ()
 Get delegated change set.
 

Detailed Description

Interactive log viewer component with filtering and commands.

CLogGuiComp is the primary log viewing component in the iloggui library. It provides a full-featured Qt widget for displaying, filtering, searching, and exporting log messages.

The component combines:

For detailed documentation including configuration, usage examples, and integration patterns, see the iloggui library documentation.

Quick Example
// Create log GUI component
// Get widget for display
QWidget* widget = logGui->GetWidget();
mainWindow->setCentralWidget(widget);
// Add messages
logGui->AddMessage(messagePtr);
Interactive log viewer component with filtering and commands.
Definition CLogGuiComp.h:70
Shared ownership smart pointer for interface types.
See also
iloggui - Logging GUI Components, ilog::CMessageContainer, iqtgui::TDesignerGuiCompBase

Definition at line 66 of file CLogGuiComp.h.

Member Typedef Documentation

◆ BaseClass

Base class typedef for GUI functionality.

Definition at line 75 of file CLogGuiComp.h.

◆ BaseClass2

Base class typedef for container functionality.

Definition at line 78 of file CLogGuiComp.h.

Member Enumeration Documentation

◆ ActionType

Enumerator
AT_CLEAR 
AT_EXPORT 
AT_DIAGNOSTICS 

Definition at line 123 of file CLogGuiComp.h.

◆ ColumnType

Enumerator
CT_ICON 
CT_TIME 
CT_SOURCE 
CT_MESSAGE 

Definition at line 80 of file CLogGuiComp.h.

◆ CommandGroup

Enumerator
CG_FILTER 
CG_EDIT 

Definition at line 207 of file CLogGuiComp.h.

◆ DataRole

Enumerator
DR_CATEGORY 

Definition at line 130 of file CLogGuiComp.h.

◆ MessageMode

Enumerator
MM_INFO 
MM_WARNING 
MM_ERROR 
MM_ALL 

Definition at line 115 of file CLogGuiComp.h.

Constructor & Destructor Documentation

◆ CLogGuiComp()

iloggui::CLogGuiComp::CLogGuiComp ( )

Member Function Documentation

◆ AddMessage()

virtual void iloggui::CLogGuiComp::AddMessage ( const MessagePtr messagePtr)
overrideprotectedvirtual

Adds a message to this consumer.

This method transfers ownership of the message to the consumer via shared pointer. The consumer may store, display, forward, or otherwise process the message.

Most implementations deliver messages asynchronously using Qt signals/slots to ensure thread safety when messages are added from worker threads.

Parameters
messagePtrShared pointer to the message. After this call, the message is owned by the shared pointer and will be automatically deleted when no longer referenced.
Note
This method should not throw exceptions. Implementations should handle errors gracefully (e.g., by logging internally or ignoring invalid messages).
Warning
The message object should not be modified after being added to a consumer, as multiple consumers may reference the same message object.
Example
// Create message with shared pointer
2001,
"File not found: config.xml",
"ConfigLoader"
)
);
// Add to consumer (ownership transferred)
consumer->AddMessage(msg);
// msg can still be used as shared pointer maintains reference count
// but don't modify the message after adding it
Basic implementation of the istd::IInformationProvider interface for log messages.
Definition CMessage.h:80
@ IC_ERROR
Information about error, processing could not be done correctly.
See also
IsMessageSupported()

Reimplemented from ilog::CMessageContainer.

◆ ClearMessages()

virtual void iloggui::CLogGuiComp::ClearMessages ( )
overrideprotectedvirtual

Reimplemented from ilog::CMessageContainer.

◆ CreateGuiItem()

virtual QTreeWidgetItem * iloggui::CLogGuiComp::CreateGuiItem ( const istd::IInformationProvider message)
protectedvirtual

Create GUI item corresponding to specified message.

◆ EmitAddMessage

void iloggui::CLogGuiComp::EmitAddMessage ( const MessagePtr messagePtr)
signal

◆ EmitClearAction

void iloggui::CLogGuiComp::EmitClearAction ( )
signal

◆ EnableDiagnosticMessages

void iloggui::CLogGuiComp::EnableDiagnosticMessages ( bool  state)
protectedslot

◆ GetActionIcon()

virtual QIcon iloggui::CLogGuiComp::GetActionIcon ( int  functionType) const
protectedvirtual

Get icons corresponding to specified log action.

◆ GetCategoryIcon()

virtual QIcon iloggui::CLogGuiComp::GetCategoryIcon ( int  category) const
protectedvirtual

Get icons corresponding to specified information category.

◆ GetCategoryText()

virtual QString iloggui::CLogGuiComp::GetCategoryText ( int  category) const
protectedvirtual

Get text corresponding to specified information category.

◆ GetCommands()

virtual const ibase::IHierarchicalCommand * iloggui::CLogGuiComp::GetCommands ( ) const
overridevirtual

Get list of menu commands.

These commands will be integrated in global menu system, independent from actual selected view. For support of normal pull down menu, depth of this tree structure should be at least 3.

Reimplemented from ibase::ICommandsProvider.

◆ IsMessageSupported()

virtual bool iloggui::CLogGuiComp::IsMessageSupported ( int  messageCategory = -1,
int  messageId = -1,
const istd::IInformationProvider messagePtr = NULL 
) const
overrideprotectedvirtual

Check if a message is supported by this consumer.

This method allows consumers to filter messages based on category, ID, or the complete message object. It's used to determine whether a message should be sent to this consumer before actually adding it.

Parameters
messageCategoryCategory of message (IC_NONE, IC_INFO, IC_WARNING, IC_ERROR, IC_CRITICAL) or -1 if category check should be skipped.
See also
istd::IInformationProvider::InformationCategory.
Parameters
messageIdNumeric ID of message or -1 if ID check should be skipped. Message IDs are application-defined for filtering and routing.
messagePtrOptional pointer to complete message object for detailed inspection, or NULL if not needed. The consumer will not store this pointer.
Returns
true if the message is supported and should be sent to this consumer, false if the message should be filtered out.
Note
Returning false does not indicate an error; it simply means the message doesn't match the consumer's filter criteria.
Example
// Check if consumer accepts warnings
if (consumer->IsMessageSupported(istd::IInformationProvider::IC_WARNING)) {
// Consumer accepts warnings
}
// Check specific message ID
if (consumer->IsMessageSupported(-1, 5001)) {
// Consumer accepts message ID 5001
}
// Check complete message
if (consumer->IsMessageSupported(-1, -1, &msg)) {
// Consumer accepts this specific message
}
@ IC_INFO
Normal information level.
@ IC_WARNING
Information about warning, processing could be done.

Reimplemented from ilog::CMessageContainer.

◆ on_FilterText_textChanged

void iloggui::CLogGuiComp::on_FilterText_textChanged ( const QString &  filterText)
protectedslot

◆ OnAddMessage

virtual void iloggui::CLogGuiComp::OnAddMessage ( const MessagePtr messagePtr)
protectedvirtualslot

◆ OnClearAction

virtual void iloggui::CLogGuiComp::OnClearAction ( )
protectedvirtualslot

◆ OnComponentCreated()

virtual void iloggui::CLogGuiComp::OnComponentCreated ( )
overrideprotectedvirtual

Reimplemented from iqtgui::CGuiComponentBase.

◆ OnExportAction

virtual void iloggui::CLogGuiComp::OnExportAction ( )
protectedvirtualslot

◆ OnGuiCreated()

virtual void iloggui::CLogGuiComp::OnGuiCreated ( )
overrideprotectedvirtual

Called just after GUI is initialized.

Reimplemented from iqtgui::CGuiComponentBase.

◆ OnGuiDesignChanged()

virtual void iloggui::CLogGuiComp::OnGuiDesignChanged ( )
overrideprotectedvirtual

Reimplemented from iqtgui::CGuiComponentBase.

◆ OnGuiDestroyed()

virtual void iloggui::CLogGuiComp::OnGuiDestroyed ( )
overrideprotectedvirtual

Called just before GUI is released.

Reimplemented from iqtgui::CGuiComponentBase.

◆ OnGuiRetranslate()

virtual void iloggui::CLogGuiComp::OnGuiRetranslate ( )
overrideprotectedvirtual

Called from widget event filter when GUI should be retranslated.

Reimplemented from iqtgui::CGuiComponentBase.

◆ OnMessageModeChanged

virtual void iloggui::CLogGuiComp::OnMessageModeChanged ( )
protectedvirtualslot

◆ OnRemoveMessagesTimer

void iloggui::CLogGuiComp::OnRemoveMessagesTimer ( )
protectedslot

◆ SetCommandsVisuals()

virtual void iloggui::CLogGuiComp::SetCommandsVisuals ( )
protectedvirtual

Setup log gui command visuals.

◆ SetupCommands()

virtual void iloggui::CLogGuiComp::SetupCommands ( )
protectedvirtual

Setup log gui commands.

Member Data Documentation

◆ m_clearActionPtr

QAction* iloggui::CLogGuiComp::m_clearActionPtr
protected

Definition at line 217 of file CLogGuiComp.h.

◆ m_clearCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_clearCommand
protected

Definition at line 226 of file CLogGuiComp.h.

◆ m_diagnosticCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_diagnosticCommand
protected

Definition at line 228 of file CLogGuiComp.h.

◆ m_diagnosticModeActionPtr

QAction* iloggui::CLogGuiComp::m_diagnosticModeActionPtr
protected

Definition at line 219 of file CLogGuiComp.h.

◆ m_errorActionPtr

QAction* iloggui::CLogGuiComp::m_errorActionPtr
protected

Definition at line 216 of file CLogGuiComp.h.

◆ m_errorCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_errorCommand
protected

Definition at line 225 of file CLogGuiComp.h.

◆ m_exportActionPtr

QAction* iloggui::CLogGuiComp::m_exportActionPtr
protected

Definition at line 218 of file CLogGuiComp.h.

◆ m_exportCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_exportCommand
protected

Definition at line 227 of file CLogGuiComp.h.

◆ m_infoActionPtr

QAction* iloggui::CLogGuiComp::m_infoActionPtr
protected

Definition at line 214 of file CLogGuiComp.h.

◆ m_infoCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_infoCommand
protected

Definition at line 223 of file CLogGuiComp.h.

◆ m_rootCommands

istd::TDelPtr<iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_rootCommands
protected

Definition at line 222 of file CLogGuiComp.h.

◆ m_warningActionPtr

QAction* iloggui::CLogGuiComp::m_warningActionPtr
protected

Definition at line 215 of file CLogGuiComp.h.

◆ m_warningCommand

istd::TDelPtr< iqtgui::CHierarchicalCommand> iloggui::CLogGuiComp::m_warningCommand
protected

Definition at line 224 of file CLogGuiComp.h.


The documentation for this class was generated from the following file: