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
MultiMessageItem Struct Reference

#include <messagemodel.h>

Collaboration diagram for MultiMessageItem:

Public Member Functions

 MultiMessageItem (const MessageItem *m)
QString id () const
QString text () const
QString pluralText () const
QString comment () const
bool isEmpty () const
bool isObsolete () const
int countNonobsolete () const
int countEditable () const
bool isUnfinished () const
int countUnfinished () const

Friends

class MultiDataModel

Detailed Description

Definition at line 248 of file messagemodel.h.

Constructor & Destructor Documentation

◆ MultiMessageItem()

MultiMessageItem::MultiMessageItem ( const MessageItem * m)
inline

Definition at line 251 of file messagemodel.h.

References MultiMessageItem().

Referenced by MultiMessageItem().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ comment()

QString MultiMessageItem::comment ( ) const
inline

Definition at line 258 of file messagemodel.h.

◆ countEditable()

int MultiMessageItem::countEditable ( ) const
inline

Definition at line 264 of file messagemodel.h.

◆ countNonobsolete()

int MultiMessageItem::countNonobsolete ( ) const
inline

Definition at line 262 of file messagemodel.h.

◆ countUnfinished()

int MultiMessageItem::countUnfinished ( ) const
inline

Definition at line 266 of file messagemodel.h.

Referenced by MultiDataModel::setFinished().

Here is the caller graph for this function:

◆ id()

QString MultiMessageItem::id ( ) const
inline

Definition at line 255 of file messagemodel.h.

◆ isEmpty()

bool MultiMessageItem::isEmpty ( ) const
inline

Definition at line 259 of file messagemodel.h.

◆ isObsolete()

bool MultiMessageItem::isObsolete ( ) const
inline

Definition at line 261 of file messagemodel.h.

◆ isUnfinished()

bool MultiMessageItem::isUnfinished ( ) const
inline

Definition at line 265 of file messagemodel.h.

◆ pluralText()

QString MultiMessageItem::pluralText ( ) const
inline

Definition at line 257 of file messagemodel.h.

◆ text()

QString MultiMessageItem::text ( ) const
inline

Definition at line 256 of file messagemodel.h.

◆ MultiDataModel

friend class MultiDataModel
friend

Definition at line 269 of file messagemodel.h.


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