Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classCustomInfoDialog.html
Дата изменения: Unknown Дата индексирования: Tue Oct 2 05:14:36 2012 Кодировка: Поисковые слова: sojourner |
Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Slots | |
void | retranslate () |
Retranslate the content of the dialog. | |
void | setVisible (bool) |
On the first call with "true" populates the window contents. | |
Protected Member Functions | |
virtual void | createDialogContent () |
Initialize the dialog widgets and connect the signals/slots. | |
Protected Attributes | |
Ui_CustomInfoDialogForm * | ui |
virtual void CustomInfoDialog::createDialogContent | ( | ) | [protected, virtual] |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.
void CustomInfoDialog::retranslate | ( | ) | [virtual, slot] |
Retranslate the content of the dialog.
Needs to be connected to StelApp::languageChanged(). At the very least, if the window is based on a Qt Designer file (.ui), the implementation needs to call the generated class' retranslateUi() method, like this:
Implements StelDialog.
void CustomInfoDialog::setVisible | ( | bool | ) | [slot] |
On the first call with "true" populates the window contents.
Reimplemented from StelDialog.