QtPdCom  1.4.1
Signals | Public Member Functions | Properties | Private Attributes | List of all members
QtPdCom::QmlMessage Class Reference

#include <Qml_classes.h>

Inheritance diagram for QtPdCom::QmlMessage:
Inheritance graph
[legend]
Collaboration diagram for QtPdCom::QmlMessage:
Collaboration graph
[legend]

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

QString 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

◆ 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 path_.

◆ 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()

void QtPdCom::QmlMessage::setMessage ( const QtPdCom::Message message,
QString  lang 
)

Member Data Documentation

◆ active_

bool QtPdCom::QmlMessage::active_ = false
private

Referenced by isActive().

◆ description_

QString QtPdCom::QmlMessage::description_
private

Referenced by getDescription().

◆ index_

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

Referenced by getIndex().

◆ path_

QString QtPdCom::QmlMessage::path_
private

Referenced by getPath().

◆ text_

QString QtPdCom::QmlMessage::text_
private

Referenced by getText().

◆ time_

double QtPdCom::QmlMessage::time_ = 0.0
private

Referenced by getTime().

◆ type_

int QtPdCom::QmlMessage::type_ = 0
private

Referenced by getType().

Property Documentation

◆ active

bool QtPdCom::QmlMessage::active
read

◆ description

QString QtPdCom::QmlMessage::description
read

◆ index

int QtPdCom::QmlMessage::index
read

◆ path

QString 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: