|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classMpcImportWindow.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:34:44 2014 Кодировка: Поисковые слова: asteroid |
![]() |
Stellarium 0.12.3
|
Window for importing orbital elements from the Minor Planet Center. More...
#include <MpcImportWindow.hpp>
Public Types | |
| enum | ImportType { MpcComets, MpcMinorPlanets } |
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... | |
Signals | |
| void | objectsImported () |
Signals inherited from StelDialog | |
| void | visibleChanged (bool) |
Protected Member Functions | |
| virtual void | createDialogContent () |
| Initialize the dialog widgets and connect the signals/slots. More... | |
Protected Attributes | |
| Ui_mpcImportWindow * | ui |
Protected Attributes inherited from StelDialog | |
| QWidget * | dialog |
| The main dialog. More... | |
| class CustomProxy * | proxy |
Additional Inherited Members | |
Public Member Functions inherited from StelDialog | |
| StelDialog (QObject *parent=NULL) | |
| bool | visible () const |
Window for importing orbital elements from the Minor Planet Center.
Definition at line 38 of file MpcImportWindow.hpp.
|
protectedvirtual |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.
1.8.3.1