WebRadioApp  0.1
_CoreTime.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
Include dependency graph for _CoreTime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _CoreTime_
 

Functions

XString CoreTime_getMonthName (CoreTime _this, XInt32 aMonth, XBool aAbbreviated)
 
XString CoreTime_getDayOfWeekName (CoreTime _this, XInt32 aDayOfWeek, XBool aAbbreviated)
 
XInt64 CoreTime_getCurrentTime (CoreTime _this)
 
void CoreTime_OnSetTime (CoreTime _this, XInt64 value)
 
CoreTime CoreTime_OnGetCurrentTime (CoreTime _this)
 
XInt32 CoreTime_OnGetDayOfWeek (CoreTime _this)
 
void CoreTime_OnSetSecond (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetMinute (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetHour (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetDay (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetMonth (CoreTime _this, XInt32 value)
 
CoreTime CoreTime_Initialize (CoreTime _this, XInt64 aTime)
 

Macro Definition Documentation

◆ _CoreTime_

#define _CoreTime_

Function Documentation

◆ CoreTime_getCurrentTime()

XInt64 CoreTime_getCurrentTime ( CoreTime  _this)

References EW_UNUSED_ARG, and EwGetTime().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTime_getDayOfWeekName()

XString CoreTime_getDayOfWeekName ( CoreTime  _this,
XInt32  aDayOfWeek,
XBool  aAbbreviated 
)

References EW_UNUSED_ARG, EwLoadString(), ResourcesFriday, ResourcesFridayAbbr, ResourcesMonday, ResourcesMondayAbbr, ResourcesSaturday, ResourcesSaturdayAbbr, ResourcesSunday, ResourcesSundayAbbr, ResourcesThursday, ResourcesThursdayAbbr, ResourcesTuesday, ResourcesTuesdayAbbr, ResourcesWednesday, and ResourcesWednesdayAbbr.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTime_getMonthName()

XString CoreTime_getMonthName ( CoreTime  _this,
XInt32  aMonth,
XBool  aAbbreviated 
)

References EW_UNUSED_ARG, EwLoadString(), ResourcesApril, ResourcesAprilAbbr, ResourcesAugust, ResourcesAugustAbbr, ResourcesDecember, ResourcesDecemberAbbr, ResourcesFebruary, ResourcesFebruaryAbbr, ResourcesJanuary, ResourcesJanuaryAbbr, ResourcesJuly, ResourcesJulyAbbr, ResourcesJune, ResourcesJuneAbbr, ResourcesMarch, ResourcesMarchAbbr, ResourcesMay, ResourcesMayAbbr, ResourcesNovember, ResourcesNovemberAbbr, ResourcesOctober, ResourcesOctoberAbbr, ResourcesSeptember, and ResourcesSeptemberAbbr.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTime_Initialize()

CoreTime CoreTime_Initialize ( CoreTime  _this,
XInt64  aTime 
)

References CoreTime_OnSetTime().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTime_OnGetCurrentTime()

CoreTime CoreTime_OnGetCurrentTime ( CoreTime  _this)

References CoreTime_getCurrentTime(), CoreTime_Initialize(), and EwNewObject.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTime_OnGetDayOfWeek()

XInt32 CoreTime_OnGetDayOfWeek ( CoreTime  _this)
Here is the caller graph for this function:

◆ CoreTime_OnSetDay()

void CoreTime_OnSetDay ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetHour()

void CoreTime_OnSetHour ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetMinute()

void CoreTime_OnSetMinute ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetMonth()

void CoreTime_OnSetMonth ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetSecond()

void CoreTime_OnSetSecond ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetTime()

void CoreTime_OnSetTime ( CoreTime  _this,
XInt64  value 
)

References CoreTime_OnSetDay(), CoreTime_OnSetHour(), CoreTime_OnSetMinute(), CoreTime_OnSetMonth(), CoreTime_OnSetSecond(), and value.

Here is the call graph for this function:
Here is the caller graph for this function: