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