• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kstars

  • sources
  • kde-4.12
  • kdeedu
  • kstars
  • kstars
  • indi
deviceinfo.h
Go to the documentation of this file.
1 #ifndef DEVICEINFO_H
2 #define DEVICEINFO_H
3 
4 /* INDI Device Info
5  Copyright (C) 2012 Jasem Mutlaq (mutlaqja@ikarustech.com)
6 
7  This application is free software; you can redistribute it and/or
8  modify it under the terms of the GNU General Public
9  License as published by the Free Software Foundation; either
10  version 2 of the License, or (at your option) any later version.
11 
12  */
13 
14 #include <basedevice.h>
15 
16 #include "driverinfo.h"
17 
18 class DeviceInfo
19 {
20 public:
21  DeviceInfo(DriverInfo *parent, INDI::BaseDevice *ibd);
22 
23  DriverInfo *getDriverInfo() { return drv;}
24  INDI::BaseDevice *getBaseDevice() { return dp;}
25 
26 private:
27  DriverInfo *drv;
28  INDI::BaseDevice *dp;
29 
30 };
31 
32 #endif // DEVICEINFO_H
DeviceInfo::getBaseDevice
INDI::BaseDevice * getBaseDevice()
Definition: deviceinfo.h:24
driverinfo.h
DeviceInfo::getDriverInfo
DriverInfo * getDriverInfo()
Definition: deviceinfo.h:23
DriverInfo
Definition: driverinfo.h:24
DeviceInfo
Definition: deviceinfo.h:18
DeviceInfo::DeviceInfo
DeviceInfo(DriverInfo *parent, INDI::BaseDevice *ibd)
Definition: deviceinfo.cpp:13
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal