hildon-1 Reference Manual

Synopsis

public class DateEditor : Container, Implementor, Buildable  {
    public    weak uint                 day                       { get; set; } ;
    public    weak uint                 max_year                  { get; set; } ;
    public    weak uint                 min_year                  { get; set; } ;
    public    weak uint                 month                     { get; set; } ;
    public    weak uint                 year                      { get; set; } ;


    public                              DateEditor                (  ) ;


    public    signal bool               date_error                ( DateTimeError       type )  ;


    public    void                      get_date                  ( uint                year,
                                                                    uint                month,
                                                                    uint                day ) ;
    public    uint                      get_day                   (  ) ;
    public    uint                      get_month                 (  ) ;
    public    uint                      get_year                  (  ) ;
    public    void                      set_date                  ( uint                year,
                                                                    uint                month,
                                                                    uint                day ) ;
    public    bool                      set_day                   ( uint                day ) ;
    public    bool                      set_month                 ( uint                month ) ;
    public    bool                      set_year                  ( uint                year ) ;
}

DateEditor Description

Details

Constructor Details

DateEditor ()
    public                              DateEditor                (  ) ;		

Field Details

Signal Details

date_error
    public    signal bool               date_error                ( DateTimeError       type )  ;		

Property Details

day
    public    weak uint                 day                       { get; set; } ;		

max_year
    public    weak uint                 max_year                  { get; set; } ;		

min_year
    public    weak uint                 min_year                  { get; set; } ;		

month
    public    weak uint                 month                     { get; set; } ;		

year
    public    weak uint                 year                      { get; set; } ;		

Method Details

get_date ()
    public    void                      get_date                  ( uint                year,
                                                                    uint                month,
                                                                    uint                day ) ;		

get_day ()
    public    uint                      get_day                   (  ) ;		

get_month ()
    public    uint                      get_month                 (  ) ;		

get_year ()
    public    uint                      get_year                  (  ) ;		

set_date ()
    public    void                      set_date                  ( uint                year,
                                                                    uint                month,
                                                                    uint                day ) ;		

set_day ()
    public    bool                      set_day                   ( uint                day ) ;		

set_month ()
    public    bool                      set_month                 ( uint                month ) ;		

set_year ()
    public    bool                      set_year                  ( uint                year ) ;		


Created by Valadoc