Value Class Reference

[KGUI Index] [KGUI Hierarchy] [Headers]


This class represents a value such as a string or int More...

#include <value.h>

Public Members


Detailed Description

This class represents a value such as a string or int.


Value() [public]

***************************************************************************\n ***************************************************************************\n

ValueEditor* createEditor(QWidget *) [public virtual]

Instantiate an edit view for the correct type with the widget specified as the parent.

bool hasPixmapView() [public virtual]

Can you get a pixmap view of the value.

QPixmap* toPixmap(int width= 15, int height= 15) [public virtual]

Get the pixmap representation of the value. This will be 0 if it cannot be represented in this way.

const char* toString() [public virtual]

Convert the value to a string.

void fromString(const char *) [public virtual]

Set the value from a string.


  • Author: Richard Moore
  • Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999
Kdoc