|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:22:14 2014 Кодировка: Поисковые слова: rainbow |
![]() |
Stellarium 0.12.3
|
Public Member Functions | |
| gTimeSpan (double timeSpanSrc=0) | |
| gTimeSpan (long lDays, int nHours, int nMins, double nSecs) | |
| gTimeSpan (const gTimeSpan &timeSpanSrc) | |
| const gTimeSpan & | operator= (const gTimeSpan &timeSpanSrc) |
| const gTimeSpan & | operator= (const double &timeSpanSrc) |
| long | getDays () const |
| Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. More... | |
| int | getHours () const |
| Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. More... | |
| int | getMinutes () const |
| Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. More... | |
| int | getSeconds () const |
| Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan object. More... | |
| double | getDblSeconds () const |
| Operation: getDblSeconds() This method returns the total seconds number stored in the gTimeSpan object. More... | |
| double | getDblDays () const |
| Operation: getDblDays() This method returns the total days number stored in the gTimeSpan object. More... | |
| gTimeSpan | operator- (gTimeSpan timeSpan) const |
| gTimeSpan | operator+ (gTimeSpan timeSpan) const |
| const gTimeSpan & | operator+= (gTimeSpan timeSpan) |
| const gTimeSpan & | operator-= (gTimeSpan timeSpan) |
| bool | operator== (gTimeSpan timeSpan) const |
| bool | operator!= (gTimeSpan timeSpan) const |
| bool | operator< (gTimeSpan timeSpan) const |
| bool | operator> (gTimeSpan timeSpan) const |
| bool | operator<= (gTimeSpan timeSpan) const |
| bool | operator>= (gTimeSpan timeSpan) const |
| long gTimeSpan::getDays | ( | ) | const |
| double gTimeSpan::getDblDays | ( | ) | const |
Operation: getDblDays() This method returns the total days number stored in the gTimeSpan object.
| double gTimeSpan::getDblSeconds | ( | ) | const |
Operation: getDblSeconds() This method returns the total seconds number stored in the gTimeSpan object.
| int gTimeSpan::getHours | ( | ) | const |
Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object.
| int gTimeSpan::getMinutes | ( | ) | const |
Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object.
| int gTimeSpan::getSeconds | ( | ) | const |
Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan object.
1.8.3.1