◆ QPrinter() [1/3]
在文件 QPrinter.xcsm 第 59 行定义.
59 {
60 nativehandle = QtXnl.createQPObject(QType.qtPrinter,
this, 0, PrinterMode.ScreenResolution, 0, 0, 0);
61 if (nativehandle == 0) {
63 }
64 }
◆ QPrinter() [2/3]
◆ QPrinter() [3/3]
在文件 QPrinter.xcsm 第 71 行定义.
71 {
72 nativehandle = QtXnl.createQPObject(QType.qtPrinter,
this, 0, mode, 0, 0, 0);
73 if (nativehandle == 0) {
75 }
76 }
◆ devType()
◆ finalize()
◆ isNeedDelloc()
◆ newPage()
在文件 QPrinter.xcsm 第 90 行定义.
90 {
91 return QtXnl.widget_get_int_value(nativehandle, Constant.PAINTERNEWPAGE) != 0;
92 }
◆ outputFormat()
OutputFormat outputFormat |
( |
| ) |
|
在文件 QPrinter.xcsm 第 102 行定义.
102 {
103 return (OutputFormat)QtXnl.widget_get_int_value(nativehandle, Constant.PRINTERGETOUTFMT);
104 }
◆ setNeedDelloc()
void setNeedDelloc |
( |
bool |
bd | ) |
|
|
protected |
◆ setOutputFormat()
void setOutputFormat |
( |
OutputFormat |
format | ) |
|
在文件 QPrinter.xcsm 第 94 行定义.
94 {
95 QtXnl.widget_set_vint_value(nativehandle, Constant.PRINTERSETOUTFMT, format);
96 }
◆ setPageMargins()
bool setPageMargins |
( |
double |
l, |
|
|
double |
t, |
|
|
double |
r, |
|
|
double |
b |
|
) |
| |
在文件 QPrinter.xcsm 第 106 行定义.
106 {
107 QtXnl.native_double4(l, t, r, b, nativehandle, Constant.PRINTER_SETPAGEMARGINS);
108 return true;
109 }
◆ setPageOrientation()
bool setPageOrientation |
( |
Orientation |
orientation | ) |
|
在文件 QPrinter.xcsm 第 111 行定义.
111 {
112 return QtXnl.widget_get_int_bool(nativehandle, Constant.PRINTER_SETPAGEORIENTATION, orientation);
113 }
◆ setPageSize()
void setPageSize |
( |
PageSize |
pagesize | ) |
|
在文件 QPrinter.xcsm 第 98 行定义.
98 {
99 QtXnl.widget_set_vint_value(nativehandle, Constant.PRINTERSETPAGESIZE, pagesize);
100 }
◆ need_delloc