CFx SDK Documentation 2024 SP0
|
#include <FxUICalendarWidget.h>
Public Member Functions | |
CFxUICalendarWidget () | |
~CFxUICalendarWidget () | |
void | popup (CFxUIBaseView *anchorView) |
void | setSelectedDate (const CFxUIDate date) |
void | setMinimumDate (const CFxUIDate start) |
void | setMaximumDate (const CFxUIDate end) |
CFxUISignal< void(const CFxUIDate)> & | dateSelected () |
Public Member Functions inherited from CFxUIObject | |
CFxUIObject () | |
virtual | ~CFxUIObject () |
FxNativeHandle | getHandle () const |
void | setHandle (FxNativeHandle handle) |
void | setParent (CFxUIObject *parent) |
CFxUIObject * | parent () |
const CFxUIObject * | parent () const |
void | setObjectName (const CFxUIString &objectName) |
CFxUIString | objectName () const |
bool | setProperty (const char *name, const CFxUIVariant &value) |
CFxUIVariant | property (const char *name) |
CFxUIList< CFxUIObject * > | children () const |
template<typename T > | |
CFxUIList< T > | findChildren (const CFxUIString &name=CFxUIString()) |
void | blockSignals (bool block) |
bool | signalsBlocked () const |
Additional Inherited Members | |
Protected Member Functions inherited from CFxUIObject | |
CFxUIObject * | sender () |
Protected Attributes inherited from CFxUIObject | |
CFxUIObjectImpl * | m_pImpl |
CFxUIObjectData * | m_pData |
Class CFxUICalendarWidget provides a calendar widget for use with an anchor CFxUIBaseView like a button etc.
Definition at line 27 of file FxUICalendarWidget.h.
CFxUICalendarWidget::CFxUICalendarWidget | ( | ) |
Constructor
CFxUICalendarWidget::~CFxUICalendarWidget | ( | ) |
Destructor
CFxUISignal< void(const CFxUIDate)> & CFxUICalendarWidget::dateSelected | ( | ) |
Signal is emitted when a new date has been selected.
void CFxUICalendarWidget::popup | ( | CFxUIBaseView * | anchorView | ) |
Optionally set the latest date which may be chosen by the user. The default is unrestricted.
Optionally set the earliest date which may be chosen by the user. The default is unrestricted.
Optionally set the current initially selected date. The default is today.