Q3ListBoxText Class Reference |
Q3ListBoxText ( Q3ListBox * listbox, const QString & text = QString() ) | |
Q3ListBoxText ( const QString & text = QString() ) | |
Q3ListBoxText ( Q3ListBox * listbox, const QString & text, Q3ListBoxItem * after ) | |
~Q3ListBoxText () |
virtual int | height ( const Q3ListBox * lb ) const |
virtual int | rtti () const |
virtual int | width ( const Q3ListBox * lb ) const |
virtual void | paint ( QPainter * painter ) |
The Q3ListBoxText class provides list box items that display text.
The text is drawn in the widget's current font. If you need several different fonts, you must implement your own subclass of Q3ListBoxItem.
See also Q3ListBox and Q3ListBoxItem.
Constructs a list box item in list box listbox showing the text text.
Constructs a list box item showing the text text.
Constructs a list box item in list box listbox showing the text text. The item is inserted after the item after, or at the beginning if after is 0.
Destroys the item.
Reimplemented from Q3ListBoxItem::height().
Returns the height of a line of text in list box lb.
Reimplemented from Q3ListBoxItem::paint().
Draws the text using painter.
Reimplemented from Q3ListBoxItem::rtti().
Returns 1.
Make your derived classes return their own values for rtti(), and you can distinguish between listbox items. You should use values greater than 1000 preferably a large random number, to allow for extensions to this class.
Reimplemented from Q3ListBoxItem::width().
Returns the width of this line in list box lb.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com