FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::SunLocationData Class Reference

Description

#include <FormItCoreTypes.h>

Public Member Functions

bool operator== (const SunLocationData &aOther) const
 
bool setDate (int pDay, int pMonth, int pYear)
 Returns true if the date changed. More...
 
void setZero ()
 

Public Attributes

double mLatitude = 0.0
 
double mLongitude = 0.0
 
double mTime = 0.0
 
double mUTCTimeZone = 0.0
 
double mDSTOffset = 0.0
 
int mDay = 0
 
int mMonth = 0
 
int mYear = 0
 
int mDSTEnabled = 0
 

Member Function Documentation

bool FormIt::SunLocationData::operator== ( const SunLocationData aOther) const
inline
bool FormIt::SunLocationData::setDate ( int  pDay,
int  pMonth,
int  pYear 
)
inline

Returns true if the date changed.

void FormIt::SunLocationData::setZero ( )
inline

Member Data Documentation

int FormIt::SunLocationData::mDay = 0
int FormIt::SunLocationData::mDSTEnabled = 0
double FormIt::SunLocationData::mDSTOffset = 0.0
double FormIt::SunLocationData::mLatitude = 0.0
double FormIt::SunLocationData::mLongitude = 0.0
int FormIt::SunLocationData::mMonth = 0
double FormIt::SunLocationData::mTime = 0.0
double FormIt::SunLocationData::mUTCTimeZone = 0.0
int FormIt::SunLocationData::mYear = 0

The documentation for this class was generated from the following file: