Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classSatellitesListModel.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:44:19 2014 Кодировка: Поисковые слова: п п п р п р п р п р п р п р п р п р п р п р п р п р п р п |
Stellarium 0.12.3
|
A model encapsulating a satellite list. More...
#include <SatellitesListModel.hpp>
Public Slots | |
void | beginSatellitesChange () |
Tell the model that its internal data structure is about to be modified. More... | |
void | endSatellitesChange () |
Tell the model that its internal data has been modified. More... | |
void | enableColoredNames (bool enable=true) |
A model encapsulating a satellite list.
Used for GUI presentation purposes.
It can show satellite names in their hint colors. This behavior can be toggled with enableColoredNames(), e.g. to honor night mode.
Definition at line 42 of file SatellitesListModel.hpp.
|
slot |
Tell the model that its internal data structure is about to be modified.
This should be called every time when the underlying data structure is about to be modified outside the model! (That is, when satellites are about to be added or removed.) Otherwise views that use this model won't work correctly.
|
slot |
Tell the model that its internal data has been modified.
Don't call this without calling beginSatellitesChange() first! This should be called every time when the underlying data structure has been modified outside the model! (That is, when satellites have been added or removed.) Otherwise views that use this model won't work correctly.