![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXCalendar.h>
In addition of displaying the calendar, also provides month and year controls and optional frame.
anonymous enum |
FX::FXCalendar::FXCalendar | ( | FXComposite * | p, | |
FXObject * | tgt = NULL , |
|||
FXSelector | sel = 0 , |
|||
FXuint | opts = 0 , |
|||
FXint | x = 0 , |
|||
FXint | y = 0 , |
|||
FXint | w = 0 , |
|||
FXint | h = 0 | |||
) |
Constructor.
virtual FX::FXCalendar::~FXCalendar | ( | ) | [virtual] |
Destructor.
void FX::FXCalendar::create | ( | ) | [virtual] |
virtual void FX::FXCalendar::enable | ( | ) | [virtual] |
virtual void FX::FXCalendar::disable | ( | ) | [virtual] |
FXDate FX::FXCalendar::getCurrentDate | ( | ) | const |
Get the current date.
Set the current month; current day will be properly updated for the choosen month.
FXint FX::FXCalendar::getCurrentMonth | ( | ) | const |
Return the current month shown.
The month may be different than the current date if a day in a sibling month is current.
FXCalendarView* FX::FXCalendar::calendarView | ( | ) | const [inline] |
Return calendar view control.
void FX::FXCalendar::setFirstDay | ( | FXint | d | ) |
Set the first day of the week [0 -> 6].
FXint FX::FXCalendar::getFirstDay | ( | ) | const |
Get the first day of the week [0 -> 6].
void FX::FXCalendar::setFrameStyle | ( | FXuint | ) |
void FX::FXCalendar::setCalendarStyle | ( | FXuint | ) |
Set the Calendar Style.
FXuint FX::FXCalendar::getCalendarStyle | ( | ) | const |
Get the Calendar Style.
void FX::FXCalendar::setBackColor | ( | FXColor | c | ) | [virtual] |
FXColor FX::FXCalendar::getBackColor | ( | ) | const |
void FX::FXCalendar::setTitleColor | ( | FXColor | c | ) |
Set the display color of titles.
FXColor FX::FXCalendar::getTitleColor | ( | ) | const |
Get the display color of titles.
void FX::FXCalendar::setTitleBackColor | ( | FXColor | c | ) |
Set the display color of titles.
FXColor FX::FXCalendar::getTitleBackColor | ( | ) | const |
Get the display color of titles.
void FX::FXCalendar::setDayColor | ( | FXColor | c | ) |
Set the display color of non-weekend days.
FXColor FX::FXCalendar::getDayColor | ( | ) | const |
Get the display color of non-weekend days.
void FX::FXCalendar::setOtherDayColor | ( | FXColor | c | ) |
Set the display color of non-weekend days not in the current month.
FXColor FX::FXCalendar::getOtherDayColor | ( | ) | const |
Get the display color of non-weekend days not in the current month.
void FX::FXCalendar::setTodayColor | ( | FXColor | c | ) |
Set the display color of today.
FXColor FX::FXCalendar::getTodayColor | ( | ) | const |
Get the display color of today.
void FX::FXCalendar::setWeekendColor | ( | FXColor | c | ) |
Set the display color of days in the weekend.
FXColor FX::FXCalendar::getWeekendColor | ( | ) | const |
Get the display color of days in the weekend.
void FX::FXCalendar::setOtherWeekendColor | ( | FXColor | c | ) |
Set the display color of days in the weekend not in the current month.
FXColor FX::FXCalendar::getOtherWeekendColor | ( | ) | const |
Get the display color of days in the weekend not in the current month.
void FX::FXCalendar::setHeaderFont | ( | FXFont * | fnt | ) |
Set font used by the header.
FXFont* FX::FXCalendar::getHeaderFont | ( | ) | const |
Get font used by the header.
void FX::FXCalendar::setCalendarFont | ( | FXFont * | fnt | ) |
Set font used by the calendar.
FXFont* FX::FXCalendar::getCalendarFont | ( | ) | const |
Get font used by the calendar.
![]() |