AddDays(SInt16 inDays) | CP_Date | |
AddMonths(SInt16 inMonths) | CP_Date | |
AddYears(SInt16 inYears) | CP_Date | |
AdjustDays() | CP_Date | [private] |
Connect(CPLAT::CP_CommandNo cmd, void(R::*handler)(P1, P2), SInt32 mode) | CP_Object | |
Connect(CP_Object *control, const CPLAT::CP_String &signalName, void(R::*handler)(P1, P2)) | CP_Object | |
Connect(CP_Object *sender, const CP_String &signalName, CP_Object *receiver, const CP_String &slotName, const bool reciprocal=false) | CP_Object | [static] |
Connect(CP_Object *sender, CP_Object *receiver, const bool reciprocal=false, const CP_String &signalName=kCP_Signal_ValueChanged, const CP_String &slotName=kCP_Slot_SetValue) | CP_Object | [static] |
CP_Date() | CP_Date | |
CP_Date(const CP_Date &inDate) | CP_Date | |
CP_Date(UInt32 inJulianDate) | CP_Date | |
CP_Date(const CP_String &inDateString, CP_E_DateFormat inDateFormat=CP_E_FullDateFormat, CP_E_DateFormatInput inDateFormatIn=CP_E_MMDDYYYY_DateFormat) | CP_Date | |
CP_Date(UInt32 inMacSeconds, bool inMacOSTime) | CP_Date | |
CP_Date(LongDateRec inDateRec) | CP_Date | |
CP_Date(SYSTEMTIME inSystemTime) | CP_Date | |
CP_NoCopy() | CP_NoCopy | [protected] |
CP_Object() | CP_Object | |
ElapsedDays(CP_Date &inStartDate) | CP_Date | |
fCurrentDateFormat | CP_Date | [protected] |
fDay | CP_Date | [protected] |
fDayOfWeek | CP_Date | [protected] |
FindSignal(const CP_String &inSignalName) | CP_Object | |
FindSlot(const CP_String &inSlotName) | CP_Object | |
fInputDateFormat | CP_Date | [protected] |
fJulian | CP_Date | [protected] |
fMonth | CP_Date | [protected] |
fObjectID | CP_Object | [protected] |
fObjectIDCount | CP_Object | [protected, static] |
Format(SInt16 inFormat=CP_DefaultDateFormat) const | CP_Date | |
fSignals | CP_Object | [protected] |
fSlots | CP_Object | [protected] |
fYear | CP_Date | [protected] |
GetDate(LongDateRec &inDateRec) | CP_Date | |
GetDate(SYSTEMTIME &inSystemTime) | CP_Date | |
GetDay() | CP_Date | |
GetDayOfWeek() | CP_Date | |
GetID() | CP_Object | |
GetJulian() | CP_Date | |
GetMonth() | CP_Date | |
GetMonthString(bool inShortVersion=false) | CP_Date | |
GetNthSignalName(UInt32 inSignalIndex) | CP_Object | |
GetNthSlotName(UInt32 inSlotIndex) | CP_Object | |
GetNumberSignals() | CP_Object | |
GetNumberSlots() | CP_Object | |
GetYear() | CP_Date | |
IsValid() | CP_Date | |
JulianToMDY() | CP_Date | [private] |
JulianToWday() | CP_Date | [private] |
MDYToJulian() | CP_Date | [private] |
operator!=(const CP_Date &inDate) | CP_Date | |
operator!=(const CP_String &inDateString) | CP_Date | |
operator+(const SInt32 inDays) | CP_Date | |
operator++() | CP_Date | |
operator+=(const SInt32 inDays) | CP_Date | |
operator-(const SInt32 inDays) | CP_Date | |
operator-(CP_Date &inDate) | CP_Date | |
operator--() | CP_Date | |
operator-=(const SInt32 inDays) | CP_Date | |
operator<(const CP_Date &inDate) | CP_Date | |
operator<(const CP_String &inDateString) | CP_Date | |
operator<=(const CP_Date &inDate) | CP_Date | |
operator<=(const CP_String &inDateString) | CP_Date | |
operator=(const CP_Date &inDate) | CP_Date | |
operator=(const CP_String &inDateString) | CP_Date | |
operator==(const CP_Date &inDate) | CP_Date | |
operator==(const CP_String &inDateString) | CP_Date | |
operator>(const CP_Date &inDate) | CP_Date | |
operator>(const CP_String &inDateString) | CP_Date | |
operator>=(const CP_Date &inDate) | CP_Date | |
operator>=(const CP_String &inDateString) | CP_Date | |
ParseDateString(const CP_String &inDate, SInt16 &inMonth, SInt16 &inDay, SInt16 &inYear) | CP_Date | |
ParseDateString(const CP_String &inDate) | CP_Date | [private] |
RegisterSignal(const CP_SignalHolder &inSignal) | CP_Object | |
RegisterSlot(const CP_SlotHolder &inSlot) | CP_Object | |
SetDate(LongDateRec inDateRec) | CP_Date | |
SetDate(SYSTEMTIME inSystemTime) | CP_Date | |
SetDay(SInt16 inDay) | CP_Date | |
SetDayOfWeek(SInt16 inDayOfWeek) | CP_Date | |
SetID(FourCharCode inIdentifier) | CP_Object | |
SetMonth(SInt16 inMonth) | CP_Date | |
SetToSystemDate() | CP_Date | |
SetYear(SInt16 inYear) | CP_Date | |
SubtractDays(SInt16 inDays) | CP_Date | |
SubtractMonths(SInt16 inMonths) | CP_Date | |
SubtractYears(SInt16 inYears) | CP_Date | |
YearsOld() | CP_Date | |
~CP_Date() | CP_Date | |
~CP_NoCopy() | CP_NoCopy | [protected, virtual] |
~CP_Object() | CP_Object | [virtual] |