Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Topic Struct Reference

#include <topic.h>

+ Collaboration diagram for Topic:

Public Member Functions

 Topic ()=default
 
 Topic (QString &t, QString a)
 
 ~Topic ()=default
 
bool isEmpty () const
 
void clear ()
 

Public Attributes

QString m_topic {}
 
QString m_args {}
 

Detailed Description

Definition at line 8 of file topic.h.

Constructor & Destructor Documentation

◆ Topic() [1/2]

Topic::Topic ( )
default

◆ Topic() [2/2]

Topic::Topic ( QString & t,
QString a )
inline

Definition at line 12 of file topic.h.

◆ ~Topic()

Topic::~Topic ( )
default

Member Function Documentation

◆ clear()

void Topic::clear ( )
inline

Definition at line 16 of file topic.h.

◆ isEmpty()

bool Topic::isEmpty ( ) const
inlinenodiscard

Definition at line 15 of file topic.h.

Member Data Documentation

◆ m_args

QString Topic::m_args {}

Definition at line 23 of file topic.h.

◆ m_topic

QString Topic::m_topic {}

Definition at line 22 of file topic.h.


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