Inheritance: Object, IQPaintDevice
Esempio n. 1
0
 public abstract int Metric(QPaintDevice.PaintDeviceMetric arg1);
Esempio n. 2
0
 protected override int Metric(QPaintDevice.PaintDeviceMetric arg1)
 {
     return (int) interceptor.Invoke("metric$", "metric(QPaintDevice::PaintDeviceMetric) const", typeof(int), typeof(QPaintDevice.PaintDeviceMetric), arg1);
 }
Esempio n. 3
0
 protected virtual int Metric(QPaintDevice.PaintDeviceMetric metric)
 {
     return (int) interceptor.Invoke("metric$", "metric(QPaintDevice::PaintDeviceMetric) const", typeof(int), typeof(QPaintDevice.PaintDeviceMetric), metric);
 }