Stellarium 0.14.3
List of all members | Public Types | Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes
AstroCalcDialog Class Reference

Public Types

enum  PlanetaryPositionsColumns {
  ColumnName, ColumnRA, ColumnDec, ColumnMagnitude,
  ColumnType, ColumnCount
}
 Defines the number and the order of the columns in the table that lists planetary positions. More...
 
enum  EphemerisColumns {
  EphemerisDate, EphemerisJD, EphemerisRA, EphemerisDec,
  EphemerisMagnitude, EphemerisCount
}
 Defines the number and the order of the columns in the ephemeris table. More...
 
enum  PhenomenaColumns {
  PhenomenaType, PhenomenaDate, PhenomenaObject1, PhenomenaObject2,
  PhenomenaSeparation, PhenomenaCount
}
 Defines the number and the order of the columns in the phenomena table. More...
 

Public Slots

void retranslate ()
 
- Public Slots inherited from StelDialog
virtual void retranslate ()=0
 Retranslate the content of the dialog. More...
 
void setVisible (bool)
 On the first call with "true" populates the window contents. More...
 
void close ()
 Closes the window (the window widget is not deleted, just not visible). More...
 

Public Member Functions

 AstroCalcDialog (QObject *parent)
 
- Public Member Functions inherited from StelDialog
 StelDialog (QObject *parent=NULL)
 
bool visible () const
 

Protected Member Functions

virtual void createDialogContent ()
 Initialize the dialog widgets and connect the signals/slots. More...
 

Protected Attributes

Ui_astroCalcDialogForm * ui
 
- Protected Attributes inherited from StelDialog
QWidget * dialog
 The main dialog. More...
 
class CustomProxy * proxy
 

Additional Inherited Members

- Signals inherited from StelDialog
void visibleChanged (bool)
 

Detailed Description

Definition at line 34 of file AstroCalcDialog.hpp.

Member Enumeration Documentation

Defines the number and the order of the columns in the ephemeris table.

Enumerator
EphemerisJD 

date and time of ephemeris

EphemerisRA 

JD.

EphemerisDec 

right ascension

EphemerisMagnitude 

declination

EphemerisCount 

magnitude

total number of columns

Definition at line 52 of file AstroCalcDialog.hpp.

Defines the number and the order of the columns in the phenomena table.

Enumerator
PhenomenaDate 

type of phenomena

PhenomenaObject1 

date and time of ephemeris

PhenomenaObject2 

first object

PhenomenaSeparation 

second object

PhenomenaCount 

angular separation

total number of columns

Definition at line 63 of file AstroCalcDialog.hpp.

Defines the number and the order of the columns in the table that lists planetary positions.

Enumerator
ColumnRA 

name of object

ColumnDec 

right ascension

ColumnMagnitude 

declination

ColumnType 

magnitude

ColumnCount 

type of object

total number of columns

Definition at line 41 of file AstroCalcDialog.hpp.

Member Function Documentation

virtual void AstroCalcDialog::createDialogContent ( )
protectedvirtual

Initialize the dialog widgets and connect the signals/slots.

Implements StelDialog.


The documentation for this class was generated from the following file: