#include <ListBoxItems.h>
Inheritance diagram for LBArrowLine::
Public Methods | |
LBArrowLine (QListBox *) | |
Constructor. More... | |
int | height (const QListBox *) const |
Returns the height of the listbox item. | |
int | width (const QListBox *) const |
Returns the width of the listbox item. | |
void | paint (QPainter *) |
Draws the listbox item. | |
Private Attributes | |
int | h |
Height of the item. | |
int | w |
Width of the item. |
Listbox item which paints the unfilled arrowhead for a transition.
|
Constructor. Intialises the list box item for the listbox lb. |