class toResultViewMLCheck

This item expands the height to commodate all lines in the input buffer. More...

Definition#include <toresultview.h>
InheritstoResultViewCheck [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This item expands the height to commodate all lines in the input buffer.

 toResultViewMLCheck (QListView *parent,const QString &text,QCheckListItem::Type type=Controller)

toResultViewMLCheck

Create a new item.

Parameters:
parentParent list view.
textText of first column.
typeType of check on this item.

 toResultViewMLCheck (QListViewItem *parent,const QString &text,QCheckListItem::Type type=Controller)

toResultViewMLCheck

Create a new item.

Parameters:
parentParent item.
textText of first column.
typeType of check on this item.

void  setup (void)

setup

[virtual]

Reimplemented for internal reasons.

Reimplemented from QCheckListItem.

void  setText (int,const QString &)

setText

[virtual]

Reimplemented for internal reasons.

QString  text (int col)

text

[const virtual]

Reimplemented for internal reasons.

Reimplemented from toResultViewCheck.

QString  allText (int col)

allText

[const virtual]

Reimplemented for internal reasons.

Reimplemented from toResultViewCheck.

int  width (const QFontMetrics &fm, const QListView *top, int column)

width

[const virtual]

Reimplemented for internal reasons.

Reimplemented from toResultViewCheck.

void  paintCell (QPainter *pnt,const QColorGroup & cg,int column,int width,int alignment)

paintCell

[virtual]

Reimplemented for internal reasons.

Reimplemented from toResultViewCheck.