![]() |
LibrePCB Developers Documentation
|
Adapter class for automated GUI tests. More...
#include <mainwindowtestadapter.h>
Inherits QWidget.
Collaboration diagram for MainWindowTestAdapter:Public Slots | |
| QVariant | trigger (QVariant action) noexcept |
| QVariant | isLibraryScanFinished (QVariant) const noexcept |
| QVariant | getOpenProjects (QVariant) const noexcept |
Signals | |
| void | actionTriggered (ui::Action a) |
Public Member Functions | |
| MainWindowTestAdapter ()=delete | |
| MainWindowTestAdapter (const MainWindowTestAdapter &other)=delete | |
| MainWindowTestAdapter (GuiApplication &app, MainWindow &win, QWidget *parent=nullptr) noexcept | |
| ~MainWindowTestAdapter () noexcept | |
| MainWindowTestAdapter & | operator= (const MainWindowTestAdapter &rhs)=delete |
Private Attributes | |
| GuiApplication & | mApp |
| MainWindow & | mWindow |
| bool | mLibraryScanFinished = false |
Adapter class for automated GUI tests.
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
noexcept |
|
delete |
|
slotnoexcept |
|
inlineslotnoexcept |
|
slotnoexcept |
|
signal |
Here is the caller graph for this function:
|
private |
|
private |
|
private |