CustomItem Class Reference

Inheritance diagram for CustomItem:

Inheritance graph

Public Member Functions

 CustomItem (const QString &s, const QFont &f)
 ~CustomItem ()
void paint (QPainter *p, const QColorGroup &cg, bool act, bool, int x, int y, int w, int h)
QSize sizeHint ()
bool fullSpan () const

Private Attributes

QString myString
QFont myFont

Constructor & Destructor Documentation

CustomItem.CustomItem const QString &  s,
const QFont &  f
 

CustomItem.~CustomItem  ) 
 


Member Function Documentation

void CustomItem.paint QPainter *  p,
const QColorGroup &  cg,
bool  act,
bool  ,
int  x,
int  y,
int  w,
int  h
 

QSize CustomItem.sizeHint  ) 
 

bool CustomItem.fullSpan  )  const
 


Field Documentation

QString CustomItem.myString [private]
 

QFont CustomItem.myFont [private]