상속: Object, IQPaintDevice
예제 #1
0
파일: QPrintEngine.cs 프로젝트: KDE/qyoto
 public abstract int Metric(QPaintDevice.PaintDeviceMetric arg1);
예제 #2
0
 protected override int Metric(QPaintDevice.PaintDeviceMetric arg1)
 {
     return (int) interceptor.Invoke("metric$", "metric(QPaintDevice::PaintDeviceMetric) const", typeof(int), typeof(QPaintDevice.PaintDeviceMetric), arg1);
 }
예제 #3
0
 protected virtual int Metric(QPaintDevice.PaintDeviceMetric metric)
 {
     return (int) interceptor.Invoke("metric$", "metric(QPaintDevice::PaintDeviceMetric) const", typeof(int), typeof(QPaintDevice.PaintDeviceMetric), metric);
 }