public class QLCDNumber: QFrame, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QLCDNumberThis type implements System.IDisposable.
Qt Namespace
QLCDNumber Constructors
QLCDNumber(Qt.QWidget, System.String) Constructor
QLCDNumber(uint, Qt.QWidget, System.String) Constructor
QLCDNumber() Constructor
QLCDNumber(Qt.QWidget) Constructor
QLCDNumber(uint) Constructor
QLCDNumber(uint, Qt.QWidget) Constructor
QLCDNumber(void *) Constructor
QLCDNumber Methods
QLCDNumber.CheckOverflow(double) Method
QLCDNumber.CheckOverflow(int) Method
QLCDNumber.Display(int) Method
QLCDNumber.Display(System.String) Method
QLCDNumber.Display(double) Method
QLCDNumber.DrawContents Method
QLCDNumber.Finalize Method
QLCDNumber.IntValue Method
QLCDNumber.NumDigits Method
QLCDNumber.SetBinMode Method
QLCDNumber.SetDecMode Method
QLCDNumber.SetHexMode Method
QLCDNumber.SetMode Method
QLCDNumber.SetNumDigits Method
QLCDNumber.SetOctMode Method
QLCDNumber.SetSegmentStyle Method
QLCDNumber.SetSmallDecimalPoint Method
QLCDNumber.SizeHint Method
QLCDNumber.SmallDecimalPoint Method
QLCDNumber.TheMode Method
QLCDNumber.TheSegmentStyle Method
QLCDNumber.Value Method
public void QLCDNumber(Qt.QWidget parent, System.String name);
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber(uint numDigits, Qt.QWidget parent, System.String name);
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber();
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber(Qt.QWidget parent);
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber(uint numDigits);
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber(uint numDigits, Qt.QWidget parent);
Qt.QLCDNumber Class, Qt Namespace
public void QLCDNumber(void * ptr);
Qt.QLCDNumber Class, Qt Namespace
public bool CheckOverflow(double num);
Qt.QLCDNumber Class, Qt Namespace
public bool CheckOverflow(int num);
Qt.QLCDNumber Class, Qt Namespace
public void Display(int num);
Qt.QLCDNumber Class, Qt Namespace
public void Display(System.String str);
Qt.QLCDNumber Class, Qt Namespace
public void Display(double num);
Qt.QLCDNumber Class, Qt Namespace
protected void DrawContents(Qt.QPainter arg1);
Qt.QLCDNumber Class, Qt Namespace
protected override void Finalize();
Qt.QLCDNumber Class, Qt Namespace
public int IntValue();
Qt.QLCDNumber Class, Qt Namespace
public int NumDigits();
Qt.QLCDNumber Class, Qt Namespace
public void SetBinMode();
Qt.QLCDNumber Class, Qt Namespace
public void SetDecMode();
Qt.QLCDNumber Class, Qt Namespace
public void SetHexMode();
Qt.QLCDNumber Class, Qt Namespace
public void SetMode(Mode arg1);
Qt.QLCDNumber Class, Qt Namespace
public void SetNumDigits(int nDigits);
Qt.QLCDNumber Class, Qt Namespace
public void SetOctMode();
Qt.QLCDNumber Class, Qt Namespace
public void SetSegmentStyle(SegmentStyle arg1);
Qt.QLCDNumber Class, Qt Namespace
public void SetSmallDecimalPoint(bool arg1);
Qt.QLCDNumber Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QLCDNumber Class, Qt Namespace
public bool SmallDecimalPoint();
Qt.QLCDNumber Class, Qt Namespace
public Mode TheMode();
Qt.QLCDNumber Class, Qt Namespace
public SegmentStyle TheSegmentStyle();
Qt.QLCDNumber Class, Qt Namespace
public double Value();
Qt.QLCDNumber Class, Qt Namespace