CANdevStudio
Development tool for CAN bus simulation
|
fakeit is broken so wrap broken solution to get it working with qt signals More...
#include <guimock.h>
Public Member Functions | |
GuiMock (QObject *parent=nullptr) | |
void | loadQML (const QUrl &url) override |
void | setModel (CANBusModel *model) override |
sets can bus model pointer | |
QWidget * | mainWidget () override |
not used, return main widget for ui | |
void | updateUIColor () override |
used to align empty QQuickWidget color with current color scheme | |
Public Member Functions inherited from QMLExecutorGuiInt | |
QMLExecutorGuiInt (QObject *parent) | |
constructor | |
virtual | ~QMLExecutorGuiInt () |
virtual dtor to get things working | |
Public Attributes | |
fakeit::Mock< QMLExecutorGuiInt > | mock |
Additional Inherited Members | |
Public Slots inherited from QMLExecutorGuiInt | |
Signals inherited from QMLExecutorGuiInt | |
void | QMLLoaded (const QUrl &url) |
this signal is emitted when qml was loaded | |
void | dockUndock () |
fakeit is broken so wrap broken solution to get it working with qt signals
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
not used, return main widget for ui
Implements QMLExecutorGuiInt.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
used to align empty QQuickWidget color with current color scheme
Implements QMLExecutorGuiInt.
fakeit::Mock<QMLExecutorGuiInt> GuiMock::mock |