GuppiDateIndexed

Name

GuppiDateIndexed -- 

Synopsis



#define     GUPPI_DATE_INDEXED0             (obj)
#define     GUPPI_IS_DATE_INDEXED0          (obj)
const GDate* guppi_date_indexed_start       (GuppiDateIndexed*);
const GDate* guppi_date_indexed_end         (GuppiDateIndexed*);
gboolean    guppi_date_indexed_in_bounds    (GuppiDateIndexed*,
                                             const GDate*);
void        guppi_date_indexed_clamp        (GuppiDateIndexed*,
                                             GDate*);
gboolean    guppi_date_indexed_valid        (GuppiDateIndexed*,
                                             const GDate*);
gboolean    guppi_date_indexed_step         (GuppiDateIndexed*,
                                             GDate*,
                                             gint delta);
gboolean    guppi_date_indexed_incr         (GuppiDateIndexed*,
                                             GDate*);
gboolean    guppi_date_indexed_decr         (GuppiDateIndexed*,
                                             GDate*);
gint        guppi_date_indexed_size         (GuppiDateIndexed*);
gboolean    guppi_date_indexed_empty        (GuppiDateIndexed*);
gboolean    guppi_date_indexed_nonempty     (GuppiDateIndexed*);
void        guppi_date_indexed_bounds_hint  (GuppiDateIndexed*,
                                             const GDate *start,
                                             const GDate *end);

Object Hierarchy


  GtkObject
   +----GuppiData
         +----GuppiDateIndexed

Description

Details

GUPPI_DATE_INDEXED0()

#define GUPPI_DATE_INDEXED0(obj) ((obj) ? (GUPPI_DATE_INDEXED(obj)) : NULL)

obj : 


GUPPI_IS_DATE_INDEXED0()

#define GUPPI_IS_DATE_INDEXED0(obj) (((obj) == NULL) || (GUPPI_IS_DATE_INDEXED(obj)))

obj : 


guppi_date_indexed_start ()

const GDate* guppi_date_indexed_start       (GuppiDateIndexed*);

Param1 : 
Returns : 


guppi_date_indexed_end ()

const GDate* guppi_date_indexed_end         (GuppiDateIndexed*);

Param1 : 
Returns : 


guppi_date_indexed_in_bounds ()

gboolean    guppi_date_indexed_in_bounds    (GuppiDateIndexed*,
                                             const GDate*);

Param1 : 
Param2 : 
Returns : 


guppi_date_indexed_clamp ()

void        guppi_date_indexed_clamp        (GuppiDateIndexed*,
                                             GDate*);

Param1 : 
Param2 : 


guppi_date_indexed_valid ()

gboolean    guppi_date_indexed_valid        (GuppiDateIndexed*,
                                             const GDate*);

Param1 : 
Param2 : 
Returns : 


guppi_date_indexed_step ()

gboolean    guppi_date_indexed_step         (GuppiDateIndexed*,
                                             GDate*,
                                             gint delta);

Param1 : 
Param2 : 
delta : 
Returns : 


guppi_date_indexed_incr ()

gboolean    guppi_date_indexed_incr         (GuppiDateIndexed*,
                                             GDate*);

Param1 : 
Param2 : 
Returns : 


guppi_date_indexed_decr ()

gboolean    guppi_date_indexed_decr         (GuppiDateIndexed*,
                                             GDate*);

Param1 : 
Param2 : 
Returns : 


guppi_date_indexed_size ()

gint        guppi_date_indexed_size         (GuppiDateIndexed*);

Param1 : 
Returns : 


guppi_date_indexed_empty ()

gboolean    guppi_date_indexed_empty        (GuppiDateIndexed*);

Param1 : 
Returns : 


guppi_date_indexed_nonempty ()

gboolean    guppi_date_indexed_nonempty     (GuppiDateIndexed*);

Param1 : 
Returns : 


guppi_date_indexed_bounds_hint ()

void        guppi_date_indexed_bounds_hint  (GuppiDateIndexed*,
                                             const GDate *start,
                                             const GDate *end);

Param1 : 
start : 
end :