xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
结构体 | Public 成员函数
QPaintDevice类 参考
类 QPaintDevice 继承关系图:
QCore QPagedPaintDevice QPrinter QScintilla.QSciPrinter

结构体

enum  PaintDeviceMetric
 

Public 成员函数

额外继承的成员函数

详细描述

在文件 QPaintDevice.xcsm5 行定义.

成员函数说明

◆ colorCount()

int colorCount ( )

在文件 QPaintDevice.xcsm43 行定义.

43{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET,PaintDeviceMetric.PdmNumColors); }

◆ depth()

int depth ( )

在文件 QPaintDevice.xcsm44 行定义.

44{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET,PaintDeviceMetric.PdmDepth); }

◆ devicePixelRatio()

int devicePixelRatio ( )

在文件 QPaintDevice.xcsm39 行定义.

39{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDevicePixelRatio); }

◆ devicePixelRatioF()

double devicePixelRatioF ( )

在文件 QPaintDevice.xcsm40 行定义.

40{ return QtXnl.widget_get_double_value(nativehandle, Constant.PAINTDEVICEMETRICGETPRF); }

◆ devicePixelRatioFScale()

double devicePixelRatioFScale ( )

在文件 QPaintDevice.xcsm41 行定义.

41{ return QtXnl.widget_get_double_value(nativehandle, Constant.PAINTDEVICEPRFS);}

◆ devType()

int devType ( )

QPrinter 重载.

在文件 QPaintDevice.xcsm22 行定义.

22 {
23 return QtXnl.widget_get_int_value(nativehandle, Constant.PAINTDEVICETYPE);
24 }

◆ height()

int height ( )

在文件 QPaintDevice.xcsm32 行定义.

32{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmHeight); }

◆ heightMM()

int heightMM ( )

在文件 QPaintDevice.xcsm34 行定义.

34{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmHeightMM); }

◆ logicalDpiX()

int logicalDpiX ( )

在文件 QPaintDevice.xcsm35 行定义.

35{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDpiX); }

◆ logicalDpiY()

int logicalDpiY ( )

在文件 QPaintDevice.xcsm36 行定义.

36{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDpiY); }

◆ paintingActive()

bool paintingActive ( )

在文件 QPaintDevice.xcsm26 行定义.

26 {
27 return QtXnl.widget_get_bool_value(nativehandle, Constant.PAINTDEVICEACTIVE);
28 }

◆ physicalDpiX()

int physicalDpiX ( )

在文件 QPaintDevice.xcsm37 行定义.

37{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmPhysicalDpiX); }

◆ physicalDpiY()

int physicalDpiY ( )

在文件 QPaintDevice.xcsm38 行定义.

38{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmPhysicalDpiY); }

◆ width()

int width ( )

在文件 QPaintDevice.xcsm31 行定义.

31{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmWidth); }

◆ widthMM()

int widthMM ( )

在文件 QPaintDevice.xcsm33 行定义.

33{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmWidthMM); }