Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
MockQObject Class Reference
Inheritance diagram for MockQObject:
Collaboration diagram for MockQObject:

Signals

void intValueChanged (int value)
void stringValueChanged (const QString &value)
void doubleValueChanged (double value)

Public Member Functions

 MockQObject (QObject *parent=nullptr)
int intValue () const
void setIntValue (int value)
QString stringValue () const
void setStringValue (const QString &value)
double doubleValue () const
void setDoubleValue (double value)

Properties

int intValue
QString stringValue
double doubleValue

Detailed Description

Definition at line 9 of file mock_qobject.h.

Constructor & Destructor Documentation

◆ MockQObject()

MockQObject::MockQObject ( QObject * parent = nullptr)
inline

Definition at line 17 of file mock_qobject.h.

Member Function Documentation

◆ doubleValue()

double MockQObject::doubleValue ( ) const
inline

Definition at line 39 of file mock_qobject.h.

◆ intValue()

int MockQObject::intValue ( ) const
inline

Definition at line 19 of file mock_qobject.h.

◆ setDoubleValue()

void MockQObject::setDoubleValue ( double value)
inline

Definition at line 40 of file mock_qobject.h.

◆ setIntValue()

void MockQObject::setIntValue ( int value)
inline

Definition at line 20 of file mock_qobject.h.

◆ setStringValue()

void MockQObject::setStringValue ( const QString & value)
inline

Definition at line 30 of file mock_qobject.h.

◆ stringValue()

QString MockQObject::stringValue ( ) const
inline

Definition at line 29 of file mock_qobject.h.

Property Documentation

◆ doubleValue

double MockQObject::doubleValue
readwrite

Definition at line 14 of file mock_qobject.h.

◆ intValue

int MockQObject::intValue
readwrite

Definition at line 12 of file mock_qobject.h.

◆ stringValue

QString MockQObject::stringValue
readwrite

Definition at line 13 of file mock_qobject.h.


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