soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SCalendar.h File Reference

Calendar Control. More...

#include "core/SWnd.h"

Go to the source code of this file.

Classes

class  SCalendarCore
 Calendar Core Class. More...
 
class  SCalendar
 Calendar Control Class. More...
 
struct  SCalendar::wDayInfo
 Date information structure. More...
 
struct  SCalendar::wMonthOrYearInfo
 Month or year information structure. More...
 

Macros

#define HIT_NULL   -1
 
#define HIT_LEFT   -10
 
#define HIT_RIGHT   -11
 
#define HIT_YEAR   -12
 
#define HIT_YEAR_1   -13
 
#define HIT_YEAR_2   -14
 
#define HIT_YEAR_3   -15
 
#define HIT_TODAY   42
 
#define SHOW_MONTH   -101
 
#define SHOW_YEAR   -102
 
#define SHOW_YEAR_DECADE   -103
 
#define SHOW_YEAR_CENTURY   -104
 

Detailed Description

Calendar Control.

Version
v1.0
Author
soui
Date
2014-05-25

This class implements a calendar control for date selection and display.

Definition in file SCalendar.h.

Macro Definition Documentation

◆ HIT_LEFT

#define HIT_LEFT   -10

Left button (previous month)

Definition at line 116 of file SCalendar.h.

◆ HIT_NULL

#define HIT_NULL   -1

No Hit

Definition at line 115 of file SCalendar.h.

◆ HIT_RIGHT

#define HIT_RIGHT   -11

Right button (next month)

Definition at line 117 of file SCalendar.h.

◆ HIT_TODAY

#define HIT_TODAY   42

Today button

Definition at line 122 of file SCalendar.h.

◆ HIT_YEAR

#define HIT_YEAR   -12

Year-month button (not used yet)

Definition at line 118 of file SCalendar.h.

◆ HIT_YEAR_1

#define HIT_YEAR_1   -13

Year-month button (not used yet)

Definition at line 119 of file SCalendar.h.

◆ HIT_YEAR_2

#define HIT_YEAR_2   -14

Year-month button (not used yet)

Definition at line 120 of file SCalendar.h.

◆ HIT_YEAR_3

#define HIT_YEAR_3   -15

Year-month button (not used yet)

Definition at line 121 of file SCalendar.h.

◆ SHOW_MONTH

#define SHOW_MONTH   -101

Show month

Definition at line 125 of file SCalendar.h.

◆ SHOW_YEAR

#define SHOW_YEAR   -102

Show year

Definition at line 126 of file SCalendar.h.

◆ SHOW_YEAR_CENTURY

#define SHOW_YEAR_CENTURY   -104

Show century

Definition at line 128 of file SCalendar.h.

◆ SHOW_YEAR_DECADE

#define SHOW_YEAR_DECADE   -103

Show decade

Definition at line 127 of file SCalendar.h.