Qt central, all operations relating to the view part here. More...
#include <main_window.hpp>
Qt central, all operations relating to the view part here.
Definition at line 31 of file main_window.hpp.
rocon_qorchestra::MainWindow::MainWindow | ( | int | argc, |
char ** | argv, | ||
QWidget * | parent = 0 |
||
) |
Definition at line 30 of file main_window.cpp.
Definition at line 87 of file main_window.cpp.
void rocon_qorchestra::MainWindow::buttonInstallAppClicked | ( | const QModelIndex & | index | ) | [signal] |
void rocon_qorchestra::MainWindow::buttonUninstallAppClicked | ( | const QModelIndex & | index | ) | [signal] |
void rocon_qorchestra::MainWindow::buttonUpdateConcertClientsClicked | ( | ) | [signal] |
void rocon_qorchestra::MainWindow::closeEvent | ( | QCloseEvent * | event | ) |
Definition at line 135 of file main_window.cpp.
void rocon_qorchestra::MainWindow::enableStartSolution | ( | ) | [slot] |
Definition at line 343 of file main_window.cpp.
void rocon_qorchestra::MainWindow::installMissingAppsBox | ( | const QStandardItem * | missing_apps_on_devices | ) | [slot] |
Definition at line 318 of file main_window.cpp.
void rocon_qorchestra::MainWindow::installMissingAppsConfirmed | ( | const QStandardItem * | ) | [signal] |
void rocon_qorchestra::MainWindow::on_actionAbout_triggered | ( | ) | [slot] |
Definition at line 155 of file main_window.cpp.
Definition at line 242 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_button_connect_clicked | ( | bool | check | ) | [slot] |
Definition at line 168 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_button_install_app_clicked | ( | ) | [slot] |
Definition at line 226 of file main_window.cpp.
Definition at line 253 of file main_window.cpp.
Definition at line 259 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_button_uninstall_app_clicked | ( | ) | [slot] |
Definition at line 234 of file main_window.cpp.
Definition at line 220 of file main_window.cpp.
Definition at line 265 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_checkbox_use_environment_stateChanged | ( | int | state | ) | [slot] |
Definition at line 191 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_table_view_client_apps_clicked | ( | const QModelIndex & | index | ) | [slot] |
Definition at line 211 of file main_window.cpp.
void rocon_qorchestra::MainWindow::on_table_view_concert_clients_clicked | ( | const QModelIndex & | index | ) | [slot] |
Definition at line 204 of file main_window.cpp.
Definition at line 96 of file main_window.cpp.
Definition at line 142 of file main_window.cpp.
void rocon_qorchestra::MainWindow::startSolution | ( | ) | [signal] |
void rocon_qorchestra::MainWindow::tableViewClientAppsClicked | ( | const QModelIndex & | index | ) | [signal] |
void rocon_qorchestra::MainWindow::tableViewConcertClientsClicked | ( | const QModelIndex & | index | ) | [signal] |
void rocon_qorchestra::MainWindow::updateAppDetailsViews | ( | QStandardItemModel * | app_details_model | ) | [slot] |
Definition at line 295 of file main_window.cpp.
void rocon_qorchestra::MainWindow::updateClientAppsViews | ( | QStandardItemModel * | client_apps_model | ) | [slot] |
Definition at line 283 of file main_window.cpp.
void rocon_qorchestra::MainWindow::updateConcertClientsViews | ( | ) | [slot] |
When the model data has changed, it will emit a signal which triggers this slot. This lets us fiddle with the display nicely.
Definition at line 278 of file main_window.cpp.
void rocon_qorchestra::MainWindow::updateViewImplementations | ( | ) | [slot] |
This is called when the implementations are successfully retrieved. Update the view, select the first row and enable some of the buttons.
Definition at line 306 of file main_window.cpp.
Definition at line 120 of file main_window.cpp.
QModelIndex rocon_qorchestra::MainWindow::client_app_list_index_ [private] |
Definition at line 84 of file main_window.hpp.
QNode rocon_qorchestra::MainWindow::qnode [private] |
Definition at line 83 of file main_window.hpp.
Ui::MainWindowDesign rocon_qorchestra::MainWindow::ui [private] |
Definition at line 82 of file main_window.hpp.