29#include <sptk5/sptk.h>
31#include <sptk5/DateTime.h>
32#include <sptk5/gui/CControl.h>
33#include <sptk5/gui/CInput.h>
136#ifdef __COMPATIBILITY_MODE__
195 explicit CDateInput(
const char* label =
nullptr,
int layoutSize = 10,
198#ifdef __COMPATIBILITY_MODE__
207 CDateInput(
int x,
int y,
int w,
int h,
const char* label = 0);
247 void resize(
int x,
int y,
int w,
int h)
override;
276 explicit CTimeInput(
const char* label =
nullptr,
int layoutSize = 10,
279#ifdef __COMPATIBILITY_MODE__
288 CTimeInput(
int x,
int y,
int w,
int h,
const char* label = 0);
345#ifdef __COMPATIBILITY_MODE__
354 CDateTimeInput(
int x,
int y,
int w,
int h,
const char* label = 0);
371 return "date_time_input";
381 void resize(
int x,
int y,
int w,
int h)
override;
Date input widget.
Definition: CDateControl.h:48
Definition: CLayoutClient.h:82
Definition: DateTime.h:86
Definition: Variant.h:372
CControlKind
Control kind is the constant to report the internal SPTK RTTI.
Definition: CControl.h:50
CLayoutAlign
Definition: CLayoutClient.h:44
CLayoutXMLmode
Definition: CLayoutClient.h:57