![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXCalendarView.h>
Renders the base calendar and keeps track of selection. Most usefull to widget developers. Use it if you need a calendar rendered in some component.
See also:
FX::FXCalendarView::FXCalendarView | ( | FXComposite * | p, | |
FXObject * | tgt = NULL , |
|||
FXSelector | sel = 0 , |
|||
FXuint | opts = CALENDAR_BROWSESELECT , |
|||
FXint | x = 0 , |
|||
FXint | y = 0 , |
|||
FXint | w = 0 , |
|||
FXint | h = 0 | |||
) |
Construct a Calendar View.
virtual FX::FXCalendarView::~FXCalendarView | ( | ) | [virtual] |
Destructor.
virtual void FX::FXCalendarView::create | ( | ) | [virtual] |
virtual void FX::FXCalendarView::detach | ( | ) | [virtual] |
virtual FXbool FX::FXCalendarView::canFocus | ( | ) | const [virtual] |
virtual void FX::FXCalendarView::setFocus | ( | ) | [virtual] |
virtual void FX::FXCalendarView::killFocus | ( | ) | [virtual] |
virtual void FX::FXCalendarView::enable | ( | ) | [virtual] |
virtual void FX::FXCalendarView::disable | ( | ) | [virtual] |
virtual FXint FX::FXCalendarView::getDefaultWidth | ( | ) | [virtual] |
virtual FXint FX::FXCalendarView::getDefaultHeight | ( | ) | [virtual] |
Get date at x,y if any.
FXDate FX::FXCalendarView::getCurrentDate | ( | ) | const [inline] |
Get the current date.
Set the current month; current day will be properly updated for the choosen month.
FXint FX::FXCalendarView::getCurrentMonth | ( | ) | const [inline] |
Return the current month shown.
The month may be different than the current date if a day in a sibling month is current.
void FX::FXCalendarView::killSelection | ( | FXbool | notify = false |
) |
Deselect Date.
void FX::FXCalendarView::setFirstDay | ( | FXint | d | ) |
Set the first day of the week [0...6].
FXint FX::FXCalendarView::getFirstDay | ( | ) | const [inline] |
Get the first day of the week [0...6].
void FX::FXCalendarView::setCalendarStyle | ( | FXuint | ) |
Set the calendar style.
FXuint FX::FXCalendarView::getCalendarStyle | ( | ) | const |
Get the calendar style.
void FX::FXCalendarView::setTitleColor | ( | FXColor | c | ) |
Set the display color of titles.
FXColor FX::FXCalendarView::getTitleColor | ( | ) | const [inline] |
Get the display color of titles.
void FX::FXCalendarView::setTitleBackColor | ( | FXColor | c | ) |
Set the display background color of titles.
FXColor FX::FXCalendarView::getTitleBackColor | ( | ) | const [inline] |
Get the display background color of titles.
void FX::FXCalendarView::setDayColor | ( | FXColor | c | ) |
Set the display color of non-weekend days.
FXColor FX::FXCalendarView::getDayColor | ( | ) | const [inline] |
Get the display color of non-weekend days.
void FX::FXCalendarView::setOtherDayColor | ( | FXColor | c | ) |
Set the display color of non-weekend days not in the current month.
FXColor FX::FXCalendarView::getOtherDayColor | ( | ) | const [inline] |
Get the display color of non-weekend days not in the current month.
void FX::FXCalendarView::setTodayColor | ( | FXColor | c | ) |
Set the display color of today.
FXColor FX::FXCalendarView::getTodayColor | ( | ) | const [inline] |
Get the display color of today.
void FX::FXCalendarView::setWeekendColor | ( | FXColor | c | ) |
Set the display color of days in the weekend.
FXColor FX::FXCalendarView::getWeekendColor | ( | ) | const [inline] |
Get the display color of days in the weekend.
void FX::FXCalendarView::setOtherWeekendColor | ( | FXColor | c | ) |
Set the display color of days in the weekend not in the current month.
FXColor FX::FXCalendarView::getOtherWeekendColor | ( | ) | const [inline] |
Get the display color of days in the weekend not in the current month.
void FX::FXCalendarView::setFont | ( | FXFont * | fnt | ) |
Set the text font.
FXFont* FX::FXCalendarView::getFont | ( | ) | const [inline] |
Get the text font.
![]() |