GuppiSeqCategorical

Name

GuppiSeqCategorical -- 

Synopsis



#define     GUPPI_SEQ_CATEGORICAL0          (obj)
#define     GUPPI_IS_SEQ_CATEGORICAL0       (obj)
GuppiData*  guppi_seq_categorical_new       (void);
GuppiCategory* guppi_seq_categorical_category
                                            (GuppiSeqCategorical *seq);
void        guppi_seq_categorical_set_category
                                            (GuppiSeqCategorical *seq,
                                             GuppiCategory *cat);
gboolean    guppi_seq_categorical_auto_add  (GuppiSeqCategorical *seq);
void        guppi_seq_categorical_set_auto_add
                                            (GuppiSeqCategorical *seq,
                                             gboolean x);
const gchar* guppi_seq_categorical_get      (GuppiSeqCategorical *seq,
                                             gint i);
gboolean    guppi_seq_categorical_set       (GuppiSeqCategorical *seq,
                                             gint i,
                                             const gchar *val);
gboolean    guppi_seq_categorical_prepend   (GuppiSeqCategorical *seq,
                                             const gchar *val);
gboolean    guppi_seq_categorical_append    (GuppiSeqCategorical *seq,
                                             const gchar *val);
gboolean    guppi_seq_categorical_insert    (GuppiSeqCategorical *seq,
                                             gint i,
                                             const gchar *val);
gint        guppi_seq_categorical_frequency (GuppiSeqCategorical *seq,
                                             const gchar *val);
double      guppi_seq_categorical_percentage
                                            (GuppiSeqCategorical *seq,
                                             const gchar *val);

Object Hierarchy


  GtkObject
   +----GuppiData
         +----GuppiSeq
               +----GuppiSeqInteger
                     +----GuppiSeqCategorical

Description

Details

GUPPI_SEQ_CATEGORICAL0()

#define GUPPI_SEQ_CATEGORICAL0(obj) ((obj) ? (GUPPI_SEQ_CATEGORICAL(obj)) : NULL)

obj : 


GUPPI_IS_SEQ_CATEGORICAL0()

#define GUPPI_IS_SEQ_CATEGORICAL0(obj) (((obj) == NULL) || (GUPPI_IS_SEQ_CATEGORICAL(obj)))

obj : 


guppi_seq_categorical_new ()

GuppiData*  guppi_seq_categorical_new       (void);

Returns : 


guppi_seq_categorical_category ()

GuppiCategory* guppi_seq_categorical_category
                                            (GuppiSeqCategorical *seq);

seq : 
Returns : 


guppi_seq_categorical_set_category ()

void        guppi_seq_categorical_set_category
                                            (GuppiSeqCategorical *seq,
                                             GuppiCategory *cat);

seq : 
cat : 


guppi_seq_categorical_auto_add ()

gboolean    guppi_seq_categorical_auto_add  (GuppiSeqCategorical *seq);

seq : 
Returns : 


guppi_seq_categorical_set_auto_add ()

void        guppi_seq_categorical_set_auto_add
                                            (GuppiSeqCategorical *seq,
                                             gboolean x);

seq : 
x : 


guppi_seq_categorical_get ()

const gchar* guppi_seq_categorical_get      (GuppiSeqCategorical *seq,
                                             gint i);

seq : 
i : 
Returns : 


guppi_seq_categorical_set ()

gboolean    guppi_seq_categorical_set       (GuppiSeqCategorical *seq,
                                             gint i,
                                             const gchar *val);

seq : 
i : 
val : 
Returns : 


guppi_seq_categorical_prepend ()

gboolean    guppi_seq_categorical_prepend   (GuppiSeqCategorical *seq,
                                             const gchar *val);

seq : 
val : 
Returns : 


guppi_seq_categorical_append ()

gboolean    guppi_seq_categorical_append    (GuppiSeqCategorical *seq,
                                             const gchar *val);

seq : 
val : 
Returns : 


guppi_seq_categorical_insert ()

gboolean    guppi_seq_categorical_insert    (GuppiSeqCategorical *seq,
                                             gint i,
                                             const gchar *val);

seq : 
i : 
val : 
Returns : 


guppi_seq_categorical_frequency ()

gint        guppi_seq_categorical_frequency (GuppiSeqCategorical *seq,
                                             const gchar *val);

seq : 
val : 
Returns : 


guppi_seq_categorical_percentage ()

double      guppi_seq_categorical_percentage
                                            (GuppiSeqCategorical *seq,
                                             const gchar *val);

seq : 
val : 
Returns :