QtPdCom  1.5.2
QtPdCom::QmlMessage Class Reference

#include <Qml_classes.h>

Inheritance diagram for QtPdCom::QmlMessage:
Collaboration diagram for QtPdCom::QmlMessage:

Signals

void contentChanged ()
 

Public Member Functions

void setMessage (const QtPdCom::Message *message, QString lang)
 
QString getPath () const
 
QString getText () const
 
QString getDescription () const
 
double getTime () const
 
int getType () const
 
int getIndex () const
 
bool isActive () const
 

Properties

QML_ANONYMOUSQString path
 
QString text
 
QString description
 
bool active
 
double time
 
int index
 
int type
 

Private Attributes

QString path_
 
QString text_
 
QString description_
 
double time_ = 0.0
 
int type_ = 0
 
int index_ = -1
 
bool active_ = false
 

Member Function Documentation

◆ contentChanged

void QtPdCom::QmlMessage::contentChanged ( )
signal

Referenced by setMessage().

◆ getDescription()

QString QtPdCom::QmlMessage::getDescription ( ) const
inline

References description_.

◆ getIndex()

int QtPdCom::QmlMessage::getIndex ( ) const
inline

References index_.

◆ getPath()

QString QtPdCom::QmlMessage::getPath ( ) const
inline

References getPath(), and path_.

Referenced by getPath().

◆ getText()

QString QtPdCom::QmlMessage::getText ( ) const
inline

References text_.

◆ getTime()

double QtPdCom::QmlMessage::getTime ( ) const
inline

References time_.

◆ getType()

int QtPdCom::QmlMessage::getType ( ) const
inline

References type_.

◆ isActive()

bool QtPdCom::QmlMessage::isActive ( ) const
inline

References active_.

◆ setMessage()

Member Data Documentation

◆ active_

bool QtPdCom::QmlMessage::active_ = false
private

Referenced by isActive(), and setMessage().

◆ description_

QString QtPdCom::QmlMessage::description_
private

Referenced by getDescription(), and setMessage().

◆ index_

int QtPdCom::QmlMessage::index_ = -1
private

Referenced by getIndex(), and setMessage().

◆ path_

QString QtPdCom::QmlMessage::path_
private

Referenced by getPath(), and setMessage().

◆ text_

QString QtPdCom::QmlMessage::text_
private

Referenced by getText(), and setMessage().

◆ time_

double QtPdCom::QmlMessage::time_ = 0.0
private

Referenced by getTime(), and setMessage().

◆ type_

int QtPdCom::QmlMessage::type_ = 0
private

Referenced by getType(), and setMessage().

Property Documentation

◆ active

bool QtPdCom::QmlMessage::active
read

◆ description

QString QtPdCom::QmlMessage::description
read

◆ index

int QtPdCom::QmlMessage::index
read

◆ path

QML_ANONYMOUSQString QtPdCom::QmlMessage::path
read

◆ text

QString QtPdCom::QmlMessage::text
read

◆ time

double QtPdCom::QmlMessage::time
read

◆ type

int QtPdCom::QmlMessage::type
read

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