25 #include <sklineedit.h> 27 #include <tqpainter.h> 29 #include <tqlineedit.h> 34 #include "textfield.h" 36 class Input :
public Meter
41 Input(karamba* k,
int ix,
int iy,
int iw,
int ih);
46 void mUpdate(TQPainter *p);
48 void setValue(TQString text);
49 TQString getStringValue()
const;
51 void setBGColor(TQColor c);
52 TQColor getBGColor()
const;
53 void setColor(TQColor c);
54 TQColor getColor()
const;
55 void setFontColor(TQColor fontColor);
56 TQColor getFontColor()
const;
57 void setSelectionColor(TQColor selectionColor);
58 TQColor getSelectionColor()
const;
59 void setSelectedTextColor(TQColor selectedTextColor);
60 TQColor getSelectedTextColor()
const;
66 void setSize(
int ix,
int iy,
int iw,
int ih);
69 void setWidth(
int iw);
70 void setHeight(
int ih);
72 void setFont(TQString f);
73 TQString getFont()
const;
74 void setFontSize(
int size);
75 int getFontSize()
const;
78 void clearInputFocus();