kstars
#include <indimenu.h>

Public Slots | |
| void | clearLog () |
| void | removeDeviceManager (DeviceManager *deviceManager) |
Public Member Functions | |
| INDIMenu (QWidget *parent=0) | |
| ~INDIMenu () | |
| INDI_D * | findDevice (const QString &deviceName) |
| INDI_D * | findDeviceByLabel (const QString &label) |
| QString | getCurrentDevice () |
| QString | getUniqueDeviceLabel (const QString &deviceName) |
| DeviceManager * | initDeviceManager (QString inHost, uint inPort, DeviceManager::ManagerMode inMode) |
| void | setCurrentDevice (const QString &device) |
| DeviceManager * | startDeviceManager (QList< IDevice * > &processed_devices, DeviceManager::ManagerMode inMode, uint inPort) |
| void | stopDeviceManager (QList< IDevice * > &processed_devices) |
| void | updateStatus () |
Public Attributes | |
| KStars * | ksw |
| QVBoxLayout * | mainLayout |
| QTabWidget * | mainTabWidget |
| QList< DeviceManager * > | managers |
| QTextEdit * | msgST_w |
Detailed Description
Definition at line 37 of file indimenu.h.
Constructor & Destructor Documentation
| INDIMenu::INDIMenu | ( | QWidget * | parent = 0 | ) |
Definition at line 58 of file indimenu.cpp.
| INDIMenu::~INDIMenu | ( | ) |
Definition at line 90 of file indimenu.cpp.
Member Function Documentation
|
slot |
Definition at line 198 of file indimenu.cpp.
| INDI_D * INDIMenu::findDevice | ( | const QString & | deviceName | ) |
Definition at line 159 of file indimenu.cpp.
| INDI_D * INDIMenu::findDeviceByLabel | ( | const QString & | label | ) |
Definition at line 169 of file indimenu.cpp.
|
inline |
Definition at line 62 of file indimenu.h.
| QString INDIMenu::getUniqueDeviceLabel | ( | const QString & | deviceName | ) |
Definition at line 180 of file indimenu.cpp.
| DeviceManager * INDIMenu::initDeviceManager | ( | QString | inHost, |
| uint | inPort, | ||
| DeviceManager::ManagerMode | inMode | ||
| ) |
Definition at line 110 of file indimenu.cpp.
|
slot |
Definition at line 133 of file indimenu.cpp.
|
inline |
Definition at line 61 of file indimenu.h.
| DeviceManager* INDIMenu::startDeviceManager | ( | QList< IDevice * > & | processed_devices, |
| DeviceManager::ManagerMode | inMode, | ||
| uint | inPort | ||
| ) |
Definition at line 123 of file indimenu.cpp.
| void INDIMenu::updateStatus | ( | ) |
Definition at line 99 of file indimenu.cpp.
Member Data Documentation
| KStars* INDIMenu::ksw |
Definition at line 44 of file indimenu.h.
| QVBoxLayout* INDIMenu::mainLayout |
Definition at line 51 of file indimenu.h.
| QTabWidget* INDIMenu::mainTabWidget |
Definition at line 52 of file indimenu.h.
| QList<DeviceManager*> INDIMenu::managers |
Definition at line 46 of file indimenu.h.
| QTextEdit* INDIMenu::msgST_w |
Definition at line 53 of file indimenu.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference