|
|
void | intValueChanged (int value) |
|
void | stringValueChanged (const QString &value) |
|
void | doubleValueChanged (double value) |
Definition at line 9 of file mock_qobject.h.
◆ MockQObject()
| MockQObject::MockQObject |
( |
QObject * | parent = nullptr | ) |
|
|
inline |
◆ doubleValue()
| double MockQObject::doubleValue |
( |
| ) |
const |
|
inline |
◆ intValue()
| int MockQObject::intValue |
( |
| ) |
const |
|
inline |
◆ setDoubleValue()
| void MockQObject::setDoubleValue |
( |
double | value | ) |
|
|
inline |
◆ setIntValue()
| void MockQObject::setIntValue |
( |
int | value | ) |
|
|
inline |
◆ setStringValue()
| void MockQObject::setStringValue |
( |
const QString & | value | ) |
|
|
inline |
◆ stringValue()
| QString MockQObject::stringValue |
( |
| ) |
const |
|
inline |
◆ doubleValue
| double MockQObject::doubleValue |
|
readwrite |
◆ intValue
| int MockQObject::intValue |
|
readwrite |
◆ stringValue
| QString MockQObject::stringValue |
|
readwrite |
The documentation for this class was generated from the following file: