|
Rabbit Remote Control 0.1.0-bate14
|
The Main window class. More...
#include <MainWindow.h>


Signals | |
| void | sigAccept () |
| Notifies the plugin settings window that parameters have changed. | |
Public Member Functions | |
| CMainWindow (QWidget *parent=nullptr) | |
Private Slots | |
| void | on_pbCancel_clicked () |
| void | on_pbSave_clicked () |
| void | on_actionStart_triggered () |
| void | on_actionAbout_triggered () |
| void | on_actionOpen_folder_triggered () |
Private Member Functions | |
| int | InitTab () |
| int | Clean () |
| int | SetStatusText (QString szText) |
Private Attributes | |
| Ui::MainWindow * | ui |
| CManagePlugins | m_Plugins |
| QList< CService * > | m_Service |
| bool | m_bStart |
The Main window class.
Definition at line 17 of file MainWindow.h.
|
explicit |
Definition at line 22 of file MainWindow.cpp.
| CMainWindow::~CMainWindow | ( | ) |
Definition at line 35 of file MainWindow.cpp.
|
private |
Definition at line 116 of file MainWindow.cpp.
|
private |
Definition at line 64 of file MainWindow.cpp.
|
privateslot |
Definition at line 164 of file MainWindow.cpp.
|
privateslot |
Definition at line 196 of file MainWindow.cpp.
|
privateslot |
Definition at line 122 of file MainWindow.cpp.
|
privateslot |
Definition at line 46 of file MainWindow.cpp.
|
privateslot |
Definition at line 51 of file MainWindow.cpp.
|
private |
Definition at line 156 of file MainWindow.cpp.
|
signal |
Notifies the plugin settings window that parameters have changed.
the widget must has slot slotAccept . Eg: CFrmParameterFreeRDP::slotAccept
|
private |
Definition at line 56 of file MainWindow.h.
|
private |
Definition at line 54 of file MainWindow.h.
|
private |
Definition at line 55 of file MainWindow.h.
|
private |
Definition at line 52 of file MainWindow.h.