Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classSatellitesListFilterModel.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:56:55 2014 Кодировка: Поисковые слова: supernova |
Stellarium 0.12.3
|
Custom proxy model allowing filtering by satellite group and flag. More...
#include <SatellitesListFilterModel.hpp>
Protected Member Functions | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
Reimplementation of the filtering method. More... | |
Properties | |
SatFlag | filterFlag |
Only satellites with this flag raised will be returned. More... | |
QString | filterGroup |
Only satellites belonging to this group will be returned. More... | |
Custom proxy model allowing filtering by satellite group and flag.
Definition at line 27 of file SatellitesListFilterModel.hpp.
|
protected |
Reimplementation of the filtering method.
|
readwrite |
Only satellites with this flag raised will be returned.
Use Satellite::NoFlags for no filtering. Setting the flag with setFilterFlag() or setSecondaryFilters() will cause the model to be re-filtered.
Definition at line 37 of file SatellitesListFilterModel.hpp.
|
readwrite |
Only satellites belonging to this group will be returned.
Use an empty group ID for no filtering. Setting the group with setFilterGroup() or setSecondaryFilters() will cause the model to be re-filtered.
Definition at line 45 of file SatellitesListFilterModel.hpp.