YATiSh
Yet Another TIme SHeet
Public Member Functions | Private Attributes | List of all members
TimeValidator Class Reference

This class is necessary because wxGenericValidator doesn't support wxTimePickerCtrl. More...

Collaboration diagram for TimeValidator:
Collaboration graph
[legend]

Public Member Functions

 TimeValidator ()
 
 TimeValidator (wxDateTime *p)
 
 TimeValidator (const TimeValidator &v)
 
wxObject * Clone () const
 
bool TransferFromWindow ()
 
bool TransferToWindow ()
 
bool Validate (wxWindow *)
 

Private Attributes

wxDateTime * pdt
 

Detailed Description

This class is necessary because wxGenericValidator doesn't support wxTimePickerCtrl.

See also
DateValidator

Definition at line 42 of file yatishDlgTimeslot.cpp.

Constructor & Destructor Documentation

◆ TimeValidator() [1/3]

TimeValidator::TimeValidator ( )
inline

Definition at line 44 of file yatishDlgTimeslot.cpp.

◆ TimeValidator() [2/3]

TimeValidator::TimeValidator ( wxDateTime *  p)
inline

Definition at line 45 of file yatishDlgTimeslot.cpp.

◆ TimeValidator() [3/3]

TimeValidator::TimeValidator ( const TimeValidator v)
inline

Definition at line 46 of file yatishDlgTimeslot.cpp.

Member Function Documentation

◆ Clone()

wxObject* TimeValidator::Clone ( ) const
inline

Definition at line 47 of file yatishDlgTimeslot.cpp.

◆ TransferFromWindow()

bool TimeValidator::TransferFromWindow ( )

Definition at line 54 of file yatishDlgTimeslot.cpp.

◆ TransferToWindow()

bool TimeValidator::TransferToWindow ( )

Definition at line 59 of file yatishDlgTimeslot.cpp.

◆ Validate()

bool TimeValidator::Validate ( wxWindow *  )
inline

Definition at line 50 of file yatishDlgTimeslot.cpp.

Member Data Documentation

◆ pdt

wxDateTime* TimeValidator::pdt
private

Definition at line 52 of file yatishDlgTimeslot.cpp.


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