|
KanoopGuiQt 1.3.0
Qt GUI utility library
|
|
A list of TableHeader objects with name and type search helpers. More...
#include <tableheader.h>
Inheritance diagram for TableHeader::List:
Collaboration diagram for TableHeader::List:Public Member Functions | |
| void | setHeaderVisible (int type, bool visible) |
| Set visibility for the header with the given type. | |
| TableHeader | findByName (const QString &text) const |
| Find the first header with a matching display text. | |
A list of TableHeader objects with name and type search helpers.
Definition at line 145 of file tableheader.h.
|
inline |
Find the first header with a matching display text.
| text | Header label to search for |
Definition at line 166 of file tableheader.h.
References TableHeader::text().
|
inline |
Set visibility for the header with the given type.
| type | Header type to find |
| visible | true to show, false to hide |
Definition at line 153 of file tableheader.h.
References TableHeader::type().