RCompanyCard

RCompanyCard —

Synopsis




#define     R_COMPANY_CARD_TYPE
#define     R_COMPANY_CARD                  (obj)
#define     R_COMPANY_CARD_CLASS            (klass)
#define     IS_R_COMPANY_CARD               (obj)
#define     IS_R_COMPANY_CARD_CLASS         (kls)
#define     R_COMPANY_CARD_GET_CLASS        (kls)
            RCompanyCardPrivate;
            RCompanyCard;
GType       r_company_card_get_type         (void);
RCompanyCard* r_company_card_new            (void);

Object Hierarchy


  GObject
   +----RCard
         +----RCompanyCard

Properties


  "company-name"         gchararray            : Read / Write / Construct
  "notes"                gchararray            : Read / Write / Construct
  "pi"                   gchararray            : Read / Write / Construct

Description

Details

R_COMPANY_CARD_TYPE

#define R_COMPANY_CARD_TYPE          (r_company_card_get_type())


R_COMPANY_CARD()

#define     R_COMPANY_CARD(obj)

obj :

R_COMPANY_CARD_CLASS()

#define     R_COMPANY_CARD_CLASS(klass)

klass :

IS_R_COMPANY_CARD()

#define     IS_R_COMPANY_CARD(obj)

obj :

IS_R_COMPANY_CARD_CLASS()

#define     IS_R_COMPANY_CARD_CLASS(kls)

kls :

R_COMPANY_CARD_GET_CLASS()

#define     R_COMPANY_CARD_GET_CLASS(kls)

kls :

RCompanyCardPrivate

typedef struct _RCompanyCardPrivate RCompanyCardPrivate;


RCompanyCard

typedef struct _RCompanyCard RCompanyCard;


r_company_card_get_type ()

GType       r_company_card_get_type         (void);

Returns :

r_company_card_new ()

RCompanyCard* r_company_card_new            (void);

create a new RCompanyCard

Returns : a RCompanyCard*

Property Details

The "company-name" property

  "company-name"         gchararray            : Read / Write / Construct

the name of the company

Default value: NULL


The "notes" property

  "notes"                gchararray            : Read / Write / Construct

notes about the company

Default value: NULL


The "pi" property

  "pi"                   gchararray            : Read / Write / Construct

Partita Iva (Codice Fiscale) Note for translators and/or others: I need the english translation of "partita iva" and "codice fiscale". partita iva is the code used by companies to pay taxes (iva == VAT) codice fiscale is the code associated to peoples

Default value: NULL