#include <SmartListView.h>

Public Member Functions | |
| SmartListView (QWidget *parent=0, const char *name=0) | |
| virtual | ~SmartListView () |
| int | getStretchColumn () const |
| void | setStretchColumn (int col) |
| bool | areAllColumnsWide () const |
| void | setAllColumnsWide (bool isOn) |
| void | updateColumnsWidth () |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) |
Definition at line 8 of file SmartListView.h.
| SmartListView::SmartListView | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Definition at line 3 of file SmartListView.cpp.
| SmartListView::~SmartListView | ( | ) | [virtual] |
Definition at line 7 of file SmartListView.cpp.
| int SmartListView::getStretchColumn | ( | ) | const |
Definition at line 14 of file SmartListView.cpp.
| void SmartListView::setStretchColumn | ( | int | col | ) |
Definition at line 10 of file SmartListView.cpp.
| bool SmartListView::areAllColumnsWide | ( | ) | const |
Definition at line 22 of file SmartListView.cpp.
| void SmartListView::setAllColumnsWide | ( | bool | isOn | ) |
Definition at line 18 of file SmartListView.cpp.
| void SmartListView::updateColumnsWidth | ( | ) |
Definition at line 26 of file SmartListView.cpp.
| void SmartListView::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 48 of file SmartListView.cpp.
1.5.6