◆ QHeaderView()
◆ cascadingSectionResizes()
bool cascadingSectionResizes |
( |
| ) |
|
在文件 QHeaderView.x 第 196 行定义.
196 {
197 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_CASCADINGSECTIONRESIZES);
198 }
◆ count()
在文件 QHeaderView.x 第 91 行定义.
91 {
92 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_COUNT);
93 }
◆ defaultAlignment()
在文件 QHeaderView.x 第 232 行定义.
232 {
233 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_DEFAULTALIGNMENT);
234 }
◆ defaultSectionSize()
int defaultSectionSize |
( |
| ) |
|
在文件 QHeaderView.x 第 204 行定义.
204 {
205 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_DEFAULTSECTIONSIZE);
206 }
◆ doItemsLayout()
在文件 QHeaderView.x 第 240 行定义.
240 {
241 QtXnl.widget_slot(nativehandle, Constant.QH_DOITEMSLAYOUT);
242 }
◆ geometriesChanged()
void geometriesChanged |
( |
| ) |
|
在文件 QHeaderView.x 第 316 行定义.
316 {
317 if (_header_listener != nilptr){
319 }
320 }
◆ getOnHeaderEventListener()
onHeaderEventListener getOnHeaderEventListener |
( |
| ) |
|
◆ hiddenSectionCount()
int hiddenSectionCount |
( |
| ) |
|
在文件 QHeaderView.x 第 79 行定义.
79 {
80 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_HIDDENSECTIONCOUNT);
81 }
◆ hideSection()
void hideSection |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 83 行定义.
83 {
84 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_HIDESECTION, logicalIndex);
85 }
◆ highlightSections()
bool highlightSections |
( |
| ) |
|
在文件 QHeaderView.x 第 131 行定义.
131 {
132 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_HIGHLIGHTSECTIONS);
133 }
◆ isClickable()
◆ isMovable()
◆ isSectionHidden()
bool isSectionHidden |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 71 行定义.
71 {
72 return 0 != QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_ISSECTIONHIDDEN, logicalIndex, 0);
73 }
◆ isSortIndicatorShown()
bool isSortIndicatorShown |
( |
| ) |
|
在文件 QHeaderView.x 第 172 行定义.
172 {
173 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_ISSORTINDICATORSHOWN);
174 }
◆ length()
在文件 QHeaderView.x 第 18 行定义.
18 {
19 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_GETLENGTH);
20 }
◆ logicalIndex()
int logicalIndex |
( |
int |
visualIndex | ) |
|
在文件 QHeaderView.x 第 99 行定义.
99 {
100 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_LOGICALINDEX, visualIndex, 0);
101 }
◆ logicalIndexAt() [1/3]
int logicalIndexAt |
( |
int |
position | ) |
|
在文件 QHeaderView.x 第 31 行定义.
31 {
32 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_LOGICALINDEXAT, position, 0);
33 }
◆ logicalIndexAt() [2/3]
int logicalIndexAt |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
在文件 QHeaderView.x 第 35 行定义.
35 {
36 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_LOGICALINDEXATXY, x, y);
37 }
◆ logicalIndexAt() [3/3]
int logicalIndexAt |
( |
QPoint |
pos | ) |
|
在文件 QHeaderView.x 第 39 行定义.
39 {
40 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_LOGICALINDEXATXY, pos.x, pos.y);
41 }
◆ maximumSectionSize()
int maximumSectionSize |
( |
| ) |
|
在文件 QHeaderView.x 第 224 行定义.
224 {
225 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_MAXIMUMSECTIONSIZE);
226 }
◆ minimumSectionSize()
int minimumSectionSize |
( |
| ) |
|
在文件 QHeaderView.x 第 216 行定义.
216 {
217 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_MINIMUMSECTIONSIZE);
218 }
◆ moveSection()
void moveSection |
( |
int |
from, |
|
|
int |
_to |
|
) |
| |
在文件 QHeaderView.x 第 55 行定义.
55 {
56 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_MOVESECTION, from, _to);
57 }
◆ offset()
在文件 QHeaderView.x 第 14 行定义.
14 {
15 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_GETOFFSET);
16 }
◆ orientation()
Orientation orientation |
( |
| ) |
|
在文件 QHeaderView.x 第 10 行定义.
10 {
11 return (Orientation)QtXnl.widget_get_int_value(nativehandle, Constant.QH_ORIENTATION);
12 }
◆ reset()
在文件 QHeaderView.x 第 261 行定义.
261 {
262 QtXnl.widget_slot(nativehandle, Constant.QH_RESET);
263 }
◆ resetDefaultSectionSize()
void resetDefaultSectionSize |
( |
| ) |
|
在文件 QHeaderView.x 第 212 行定义.
212 {
213 QtXnl.widget_slot(nativehandle, Constant.QH_RESETDEFAULTSECTIONSIZE);
214 }
◆ resizeContentsPrecision()
int resizeContentsPrecision |
( |
| ) |
|
在文件 QHeaderView.x 第 151 行定义.
151 {
152 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_RESIZECONTENTSPRECISION);
153 }
◆ resizeMode()
ResizeMode resizeMode |
( |
int |
logicalindex | ) |
|
◆ resizeSection()
void resizeSection |
( |
int |
logicalIndex, |
|
|
int |
size |
|
) |
| |
在文件 QHeaderView.x 第 63 行定义.
63 {
64 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_RESIZESECTION, logicalIndex, size);
65 }
◆ resizeSections()
void resizeSections |
( |
ResizeMode |
mode | ) |
|
在文件 QHeaderView.x 第 67 行定义.
67 {
68 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_RESIZESECTIONS, mode);
69 }
◆ restoreState()
bool restoreState |
( |
byte [] |
state | ) |
|
在文件 QHeaderView.x 第 256 行定义.
256 {
257 QtXnl.widget_set_object_value(nativehandle, Constant.QH_LOADSTATE, state);
258 return true;
259 }
◆ saveState()
在文件 QHeaderView.x 第 252 行定义.
252 {
253 return (byte[])QtXnl.widget_get_object(nativehandle, Constant.QH_SAVESTATE);
254 }
◆ sectionClicked()
void sectionClicked |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 291 行定义.
291 {
292 if (_header_listener != nilptr){
294 }
295 }
◆ sectionCountChanged()
void sectionCountChanged |
( |
int |
oldCount, |
|
|
int |
newCount |
|
) |
| |
在文件 QHeaderView.x 第 306 行定义.
306 {
307 if (_header_listener != nilptr){
309 }
310 }
◆ sectionDoubleClicked()
void sectionDoubleClicked |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 301 行定义.
301 {
302 if (_header_listener != nilptr){
304 }
305 }
◆ sectionEntered()
void sectionEntered |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 296 行定义.
296 {
297 if (_header_listener != nilptr){
299 }
300 }
◆ sectionHandleDoubleClicked()
void sectionHandleDoubleClicked |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 311 行定义.
311 {
312 if (_header_listener != nilptr){
314 }
315 }
◆ sectionMoved()
void sectionMoved |
( |
int |
logicalIndex, |
|
|
int |
oldVisualIndex, |
|
|
int |
newVisualIndex |
|
) |
| |
在文件 QHeaderView.x 第 276 行定义.
276 {
277 if (_header_listener != nilptr){
278 _header_listener.sectionMoved(
this, logicalIndex, oldVisualIndex, newVisualIndex);
279 }
280 }
◆ sectionPosition()
int sectionPosition |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 47 行定义.
47 {
48 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SECTIONPOSITION, logicalIndex, 0);
49 }
◆ sectionPressed()
void sectionPressed |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 286 行定义.
286 {
287 if (_header_listener != nilptr){
289 }
290 }
◆ sectionResized()
void sectionResized |
( |
int |
logicalIndex, |
|
|
int |
oldSize, |
|
|
int |
newSize |
|
) |
| |
在文件 QHeaderView.x 第 281 行定义.
281 {
282 if (_header_listener != nilptr){
284 }
285 }
◆ sectionResizeMode()
ResizeMode sectionResizeMode |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 135 行定义.
135 {
136 return (ResizeMode)QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SECTIONRESIZEMODE, logicalIndex, 0);
137 }
◆ sectionsClickable()
bool sectionsClickable |
( |
| ) |
|
在文件 QHeaderView.x 第 119 行定义.
119 {
120 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_SECTIONSCLICKABLE);
121 }
◆ sectionsHidden()
在文件 QHeaderView.x 第 248 行定义.
248 {
249 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_SECTIONSHIDDEN);
250 }
◆ sectionSize()
int sectionSize |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 43 行定义.
43 {
44 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SECTIONSIZE, logicalIndex, 0);
45 }
◆ sectionSizeHint()
int sectionSizeHint |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 23 行定义.
23 {
24 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SECTIONSIZEHINT, logicalIndex, 0);
25 }
◆ sectionsMovable()
在文件 QHeaderView.x 第 107 行定义.
107 {
108 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_SECTIONSMOVABLE);
109 }
◆ sectionsMoved()
在文件 QHeaderView.x 第 244 行定义.
244 {
245 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_SECTIONSMOVED);
246 }
◆ sectionViewportPosition()
int sectionViewportPosition |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 51 行定义.
51 {
52 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SECTIONVIEWPORTPOSITION, logicalIndex, 0);
53 }
◆ setCascadingSectionResizes()
void setCascadingSectionResizes |
( |
bool |
enable | ) |
|
在文件 QHeaderView.x 第 200 行定义.
200 {
201 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETCASCADINGSECTIONRESIZES, enable);
202 }
◆ setClickable()
void setClickable |
( |
bool |
clickable | ) |
|
◆ setDefaultAlignment()
void setDefaultAlignment |
( |
int |
alignment | ) |
|
在文件 QHeaderView.x 第 236 行定义.
236 {
237 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETDEFAULTALIGNMENT, alignment);
238 }
◆ setDefaultSectionSize()
void setDefaultSectionSize |
( |
int |
size | ) |
|
在文件 QHeaderView.x 第 208 行定义.
208 {
209 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETDEFAULTSECTIONSIZE, size);
210 }
◆ setHighlightSections()
void setHighlightSections |
( |
bool |
highlight | ) |
|
在文件 QHeaderView.x 第 127 行定义.
127 {
128 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETHIGHLIGHTSECTIONS, highlight);
129 }
◆ setMaximumSectionSize()
void setMaximumSectionSize |
( |
int |
size | ) |
|
在文件 QHeaderView.x 第 228 行定义.
228 {
229 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETMAXIMUMSECTIONSIZE, size);
230 }
◆ setMinimumSectionSize()
void setMinimumSectionSize |
( |
int |
size | ) |
|
在文件 QHeaderView.x 第 220 行定义.
220 {
221 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETMINIMUMSECTIONSIZE, size);
222 }
◆ setMovable()
void setMovable |
( |
bool |
movable | ) |
|
◆ setOnHeaderEventListener()
void setOnHeaderEventListener |
( |
onHeaderEventListener |
_l | ) |
|
◆ setResizeContentsPrecision()
void setResizeContentsPrecision |
( |
int |
precision | ) |
|
在文件 QHeaderView.x 第 147 行定义.
147 {
148 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETRESIZECONTENTSPRECISION, precision);
149 }
◆ setResizeMode() [1/2]
void setResizeMode |
( |
int |
logicalindex, |
|
|
ResizeMode |
mode |
|
) |
| |
◆ setResizeMode() [2/2]
void setResizeMode |
( |
ResizeMode |
mode | ) |
|
◆ setSectionHidden()
void setSectionHidden |
( |
int |
logicalIndex, |
|
|
bool |
hide |
|
) |
| |
在文件 QHeaderView.x 第 75 行定义.
75 {
76 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SETSECTIONHIDDEN, logicalIndex, hide ? 1 : 0);
77 }
◆ setSectionResizeMode() [1/2]
void setSectionResizeMode |
( |
int |
logicalIndex, |
|
|
ResizeMode |
mode |
|
) |
| |
在文件 QHeaderView.x 第 143 行定义.
143 {
144 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SETSECTIONRESIZEMODE, logicalIndex, mode);
145 }
◆ setSectionResizeMode() [2/2]
void setSectionResizeMode |
( |
ResizeMode |
mode | ) |
|
在文件 QHeaderView.x 第 139 行定义.
139 {
140 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SETSECTIONRESIZEMODE, mode);
141 }
◆ setSectionsClickable()
void setSectionsClickable |
( |
bool |
clickable | ) |
|
在文件 QHeaderView.x 第 115 行定义.
115 {
116 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETSECTIONSCLICKABLE, clickable);
117 }
◆ setSectionsMovable()
void setSectionsMovable |
( |
bool |
movable | ) |
|
在文件 QHeaderView.x 第 103 行定义.
103 {
104 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETSECTIONSMOVABLE, movable);
105 }
◆ setSortIndicator()
void setSortIndicator |
( |
int |
logicalIndex, |
|
|
Qt.SortOrder |
order |
|
) |
| |
在文件 QHeaderView.x 第 176 行定义.
176 {
177 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SETSORTINDICATOR, logicalIndex, order);
178 }
◆ setSortIndicatorShown()
void setSortIndicatorShown |
( |
bool |
show | ) |
|
在文件 QHeaderView.x 第 168 行定义.
168 {
169 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETSORTINDICATORSHOWN, show);
170 }
◆ setStretchLastSection()
void setStretchLastSection |
( |
bool |
stretch | ) |
|
在文件 QHeaderView.x 第 192 行定义.
192 {
193 QtXnl.widget_set_bool_value(nativehandle, Constant.QH_SETSTRETCHLASTSECTION, stretch);
194 }
◆ showSection()
void showSection |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 87 行定义.
87 {
88 QtXnl.widget_set_vint_value(nativehandle, Constant.QH_SHOWSECTION, logicalIndex);
89 }
◆ sortIndicatorChanged()
void sortIndicatorChanged |
( |
int |
logicalIndex, |
|
|
int |
order |
|
) |
| |
在文件 QHeaderView.x 第 321 行定义.
321 {
322 if (_header_listener != nilptr){
324 }
325 }
◆ sortIndicatorOrder()
在文件 QHeaderView.x 第 184 行定义.
184 {
185 return (
Qt.
SortOrder)QtXnl.widget_get_int_value(nativehandle, Constant.QH_SORTINDICATORORDER);
186 }
◆ sortIndicatorSection()
int sortIndicatorSection |
( |
| ) |
|
在文件 QHeaderView.x 第 180 行定义.
180 {
181 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_SORTINDICATORSECTION);
182 }
◆ stretchLastSection()
bool stretchLastSection |
( |
| ) |
|
在文件 QHeaderView.x 第 188 行定义.
188 {
189 return QtXnl.widget_get_bool_value(nativehandle, Constant.QH_STRETCHLASTSECTION);
190 }
◆ stretchSectionCount()
int stretchSectionCount |
( |
| ) |
|
在文件 QHeaderView.x 第 164 行定义.
164 {
165 return QtXnl.widget_get_int_value(nativehandle, Constant.QH_STRETCHSECTIONCOUNT);
166 }
◆ swapSections()
void swapSections |
( |
int |
first, |
|
|
int |
second |
|
) |
| |
在文件 QHeaderView.x 第 59 行定义.
59 {
60 QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_SWAPSECTIONS, first, second);
61 }
◆ visualIndex()
int visualIndex |
( |
int |
logicalIndex | ) |
|
在文件 QHeaderView.x 第 95 行定义.
95 {
96 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_VISUALINDEX, logicalIndex, 0);
97 }
◆ visualIndexAt()
int visualIndexAt |
( |
int |
position | ) |
|
在文件 QHeaderView.x 第 27 行定义.
27 {
28 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QH_VISUALINDEXAT, position, 0);
29 }
◆ _header_listener
onHeaderEventListener _header_listener = nilptr |
|
private |