#include <dataset.h>

Inheritance diagram for dnai::models::ml::Label:
Inheritance graph
Collaboration diagram for dnai::models::ml::Label:
Collaboration graph

Public Slots

void setPath (QString path)
 
void setValue (QString value)
 

Signals

void pathChanged (QString path)
 
void valueChanged (QString value)
 

Public Member Functions

 Label (QObject *parent=nullptr)
 
virtual ~Label ()
 
QString path () const
 
QString value () const
 

Properties

QString path
 
QString value
 

Private Attributes

QString m_path
 
QString m_value
 

Constructor & Destructor Documentation

dnai::models::ml::Label::Label ( QObject *  parent = nullptr)
dnai::models::ml::Label::~Label ( )
virtual

Member Function Documentation

QString dnai::models::ml::Label::path ( ) const
void dnai::models::ml::Label::pathChanged ( QString  path)
signal
void dnai::models::ml::Label::setPath ( QString  path)
slot
void dnai::models::ml::Label::setValue ( QString  value)
slot
QString dnai::models::ml::Label::value ( ) const
void dnai::models::ml::Label::valueChanged ( QString  value)
signal

Member Data Documentation

QString dnai::models::ml::Label::m_path
private
QString dnai::models::ml::Label::m_value
private

Property Documentation

QString dnai::models::ml::Label::path
readwrite
QString dnai::models::ml::Label::value
readwrite

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