#include <mainWindow.h>
MainWindow::MainWindow |
( |
QWidget * |
parent = 0 , |
|
|
QString |
aquilaVersion = 0 , |
|
|
QString |
hostName = 0 , |
|
|
QString |
yarpVersion = 0 |
|
) |
| |
Constructor.
- Parameters
-
[in] | parent | - MainWindow parent |
[in] | aquilaVersion | - Aquila version |
[in] | hostName | - local host name |
[in] | yarpVersion | - minimum YARP version required |
MainWindow::~MainWindow |
( |
| ) |
|
MainWindow::MainWindow |
( |
QWidget * |
parent = 0 , |
|
|
QString |
aquilaVersion = 0 , |
|
|
QString |
hostName = 0 , |
|
|
QString |
yarpVersion = 0 |
|
) |
| |
MainWindow::~MainWindow |
( |
| ) |
|
void MainWindow::addLocalModules |
( |
QStringList |
requestedModules | ) |
|
Adds requested local modules.
- Parameters
-
[in] | requestedModules | - requested local modules |
void MainWindow::addLocalModules |
( |
QStringList |
requestedModule | ) |
|
bool MainWindow::addModule |
( |
QString |
module, |
|
|
QString |
server |
|
) |
| |
Adds a new module instance to a new tab.
- Parameters
-
[in] | module | - name of module executable |
[in] | server | - name of server running module |
- Note
- developer: update this part with any new modules that you wish to add
bool MainWindow::addModule |
( |
QString |
module, |
|
|
QString |
server |
|
) |
| |
bool MainWindow::addModule |
( |
| ) |
|
|
slot |
Adds a new module instance to a new tab.
- Note
- This function is called once the addTab button in the new tab dialog was pressed.
- Returns
- true on success
bool MainWindow::addModule |
( |
| ) |
|
|
slot |
void MainWindow::addRemoteModules |
( |
QVector< Server > |
requestedModules | ) |
|
Adds requested remote modules.
- Parameters
-
[in] | requestedModules | - requested remote modules |
void MainWindow::addRemoteModules |
( |
QVector< Server > |
requestedModules | ) |
|
void MainWindow::createHelpMenu |
( |
| ) |
|
void MainWindow::createHelpMenu |
( |
| ) |
|
void MainWindow::createToolsMenu |
( |
| ) |
|
void MainWindow::createToolsMenu |
( |
| ) |
|
void MainWindow::createViewMenu |
( |
| ) |
|
void MainWindow::createViewMenu |
( |
| ) |
|
void MainWindow::hideProgressBar |
( |
| ) |
|
void MainWindow::hideProgressBar |
( |
| ) |
|
void MainWindow::probeServers |
( |
bool |
useRemoteServers | ) |
|
Probes available servers.
- Parameters
-
[in] | useRemoteServers | - if on, probe remote servers |
- Note
- This function detects all servers on a local network and are running Aquila server
-
named as /aquila/server/ID where ID can be anything between 0 and MAX_SERVERS.
-
Once a server is found, this function will probe it and will look for compiled modules.
void MainWindow::probeServers |
( |
bool |
useRemoteServers | ) |
|
bool MainWindow::progressBarVisible |
( |
| ) |
|
bool MainWindow::progressBarVisible |
( |
| ) |
|
void MainWindow::quitting |
( |
| ) |
|
|
signal |
void MainWindow::quitting |
( |
| ) |
|
|
signal |
void MainWindow::setProgressBarValue |
( |
int |
currentValue | ) |
|
Sets progress bar value.
- Parameters
-
[in] | currentValue | - new progress bar value |
void MainWindow::setProgressBarValue |
( |
int |
currentValue | ) |
|
void MainWindow::showProgressBar |
( |
| ) |
|
void MainWindow::showProgressBar |
( |
| ) |
|
Ui::MainWindow * MainWindow::ui |
The documentation for this class was generated from the following files:
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/include/mainWindow.h
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/res/moduleGenerator/tmp/mainWindow.h
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/res/moduleGenerator/tmp/mainWindow.cpp
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/src/mainWindow.cpp