The sky object search dialog.
More...
#include <SearchDialog.hpp>
|
enum | CoordinateSystem {
equatorialJ2000,
equatorial,
horizontal,
galactic,
supergalactic,
ecliptic,
eclipticJ2000
} |
| Available coordinate systems. More...
|
|
|
| SearchDialog (QObject *parent) |
|
void | styleChanged () |
| Notify that the application style changed. More...
|
|
bool | eventFilter (QObject *object, QEvent *event) |
|
| StelDialog (QString dialogName="Default", QObject *parent=NULL) |
|
bool | visible () const |
| Returns true if the dialog contents have been constructed and are currently shown. More...
|
|
|
static QString | substituteGreek (const QString &keyString) |
| Replaces all occurences of substrings describing Greek letters (i.e. More...
|
|
static QString | getGreekLetterByName (const QString &potentialGreekLetterName) |
| Returns the Greek unicode character for the specified letter string (i.e. "alpha", "beta", ...) More...
|
|
|
static const char * | DEF_SIMBAD_URL |
| URL of the default SIMBAD server (Strasbourg). More...
|
|
static QString | extSearchText |
|
|
Ui_searchDialogForm * | ui |
|
QWidget * | dialog |
| The main dialog. More...
|
|
class CustomProxy * | proxy |
|
QString | dialogName |
| The name should be set in derived classes' constructors and can be used to store and retrieve the panel locations. More...
|
|
|
void | visibleChanged (bool) |
|
static void | connectCheckBox (QAbstractButton *checkBox, const QString &actionName) |
| Helper function to connect a checkbox to the StelAction with the specified name. More...
|
|
static void | connectCheckBox (QAbstractButton *checkBox, StelAction *action) |
| Helper function to connect a checkbox to the given StelAction. More...
|
|
static void | connectIntProperty (QSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QSpinBox to an integer StelProperty. More...
|
|
static void | connectIntProperty (QComboBox *comboBox, const QString &propName) |
| Helper function to connect a QComboBox to an integer StelProperty. More...
|
|
static void | connectIntProperty (QSlider *slider, const QString &propName, int minValue, int maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More...
|
|
static void | connectDoubleProperty (QDoubleSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QDoubleSpinBox to an double or float StelProperty. More...
|
|
static void | connectDoubleProperty (QSlider *slider, const QString &propName, double minValue, double maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More...
|
|
static void | connectBoolProperty (QAbstractButton *checkBox, const QString &propName) |
| Helper function to connect a checkbox to a bool StelProperty. More...
|
|
bool | visible |
|
The sky object search dialog.
Definition at line 73 of file SearchDialog.hpp.
virtual void SearchDialog::createDialogContent |
( |
| ) |
|
|
protectedvirtual |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.
QString SearchDialog::getCurrentCoordinateSystemKey |
( |
void |
| ) |
const |
|
slot |
Get the current coordinate system key.
static QString SearchDialog::getGreekLetterByName |
( |
const QString & |
potentialGreekLetterName | ) |
|
|
static |
Returns the Greek unicode character for the specified letter string (i.e. "alpha", "beta", ...)
void SearchDialog::setCurrentCoordinateSystemKey |
( |
QString |
key | ) |
|
|
slot |
Set the current coordinate system from its key.
void SearchDialog::setSimpleStyle |
( |
| ) |
|
|
slot |
This style only displays the text search field and the search button.
void SearchDialog::styleChanged |
( |
| ) |
|
Notify that the application style changed.
static QString SearchDialog::substituteGreek |
( |
const QString & |
keyString | ) |
|
|
static |
Replaces all occurences of substrings describing Greek letters (i.e.
"alpha", "beta", ...) with the actual Greek unicode characters.
const char* SearchDialog::DEF_SIMBAD_URL |
|
static |
URL of the default SIMBAD server (Strasbourg).
Definition at line 104 of file SearchDialog.hpp.
The documentation for this class was generated from the following file: