CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxUIDate Class Reference

#include <FxUIDate.h>

Public Member Functions

 CFxUIDate ()
 
 CFxUIDate (int y, int m, int d)
 
 CFxUIDate (const CFxUIDate &date)
 
 CFxUIDate (const QDate &date)
 
 ~CFxUIDate ()
 
CFxUIDateoperator= (const CFxUIDate &date)
 
 operator const QDate & () const
 
int day () const
 
int month () const
 
int year () const
 

Protected Attributes

CFxUIDateImpl * m_pImpl = nullptr
 

Detailed Description

Definition at line 28 of file FxUIDate.h.

Constructor & Destructor Documentation

◆ CFxUIDate() [1/4]

CFxUIDate::CFxUIDate ( )

Constructor

◆ CFxUIDate() [2/4]

CFxUIDate::CFxUIDate ( int y,
int m,
int d )

Parameterized Constructor

◆ CFxUIDate() [3/4]

CFxUIDate::CFxUIDate ( const CFxUIDate & date)

Copy Constructor

◆ CFxUIDate() [4/4]

CFxUIDate::CFxUIDate ( const QDate & date)

◆ ~CFxUIDate()

CFxUIDate::~CFxUIDate ( )

Destructor

Member Function Documentation

◆ day()

int CFxUIDate::day ( ) const

Returns the day of the month for this date.

Returns
int

◆ month()

int CFxUIDate::month ( ) const

Returns the month-number for the date.

Returns
int

◆ operator const QDate &()

CFxUIDate::operator const QDate & ( ) const

◆ operator=()

CFxUIDate & CFxUIDate::operator= ( const CFxUIDate & date)

Assignment operator

◆ year()

int CFxUIDate::year ( ) const

Returns the year of this date.

Returns
int

Member Data Documentation

◆ m_pImpl

CFxUIDateImpl* CFxUIDate::m_pImpl = nullptr
protected

Definition at line 71 of file FxUIDate.h.


The documentation for this class was generated from the following file: