|
Membres publics |
| gdk_font () |
| Constructeur standard.
|
| gdk_font (gdkself *f) |
| constructeur de conversion gdk/gtk++
|
| gdk_font (self const &f) |
| constructeur de copie. L'objet Gdk est partagé entre les deux instances.
|
| gdk_font (std::string const &aFontName) |
| crée une fonte identifiée par son nom
|
virtual | ~gdk_font () |
self & | operator= (self const &f) |
| Operateur d'affectation depuis un gdk_font.
|
self & | operator= (gdkself *f) |
| Operateur d'affectation depuis un GdkFont*.
|
self & | operator= (std::string const &aFontName) |
| Operateur d'affectation depuis une chaine.
|
| operator GdkFont * () const |
| operator GdkFont * () |
| operator bool () const |
| Verifie la validité d'un gdk_drawable.
|
bool | operator! () const |
| Vérifie la non validité d'un gdk_drawable.
|
bool | operator== (self const &f) const |
| Verifie l'egalité avec un autre gdk_drawable.
|
bool | operator== (GdkFont const *f) const |
| Verifie l'egalisté avec un objet Gdk.
|
bool | operator== (std::string const &s) const |
| Verifie l'egalité avec une police identifiée par son nom.
|
bool | operator!= (self const &f) const |
| Verifie l'inegalité avec un autre gdk_font.
|
bool | operator!= (GdkFont const *c) const |
| Verifie l'inegalisté avec un objet Gdk.
|
bool | operator!= (std::string const &s) const |
| Verifie l'inegalité avec une couleur identifiée par son nom.
|
gdkself const * | operator-> () const |
| Revoie un pointeur sur l'objet GdkDrawable.
|
gdkself const & | operator * () const |
| Renvoie une reference sur l'objet GdkColor.
|
self & | FontLoad (std::string const &) |
| Charge une police de caractere.
|
pixel_size | StringWidth (std::string const &) |
| Donne la longueur d'une chaine en pixel.
|
pixel_size | TextWidth (std::string const &, size_t) |
| Donne la longueur d'un texte en pixel.
|
pixel_size | CharWidth (char c) |
| Donne la longueur d'un caractere en pixel.
|
pixel_size | StringHeight (std::string const &) |
| Donne la hauteur d'une chaine en pixel.
|
pixel_size | TextHeight (std::string const &, size_t) |
| Donne la hauteur d'un texte en pixel.
|
pixel_size | CharHeight (char c) |
| Donne la hauteur d'un caractere en pixel.
|
self & | StringExtents (std::string const &Chaine, pixel_size &, pixel_size &, pixel_size &, pixel_size &, pixel_size &) |
| Dimensions d'une chaine de caractere.
|
self & | TextExtents (std::string const &Chaine, size_t, pixel_size &, pixel_size &, pixel_size &, pixel_size &, pixel_size &) |
| Dimensions d'un texte.
|
font_extents | StringExtents (std::string const &Chaine) |
| Dimensions d'une chaine de caractere.
|
font_extents | TextExtents (std::string const &Chaine, size_t) |
| Dimensions d'un texte.
|