◆ QObject() [1/2]
◆ QObject() [2/2]
◆ associateExt()
在文件 QObject.xcsm 第 902 行定义.
902 {
903 String [] params = {strName, strExt, strAppName, args, strAppKey, strDefaultIcon, strDescribe};
904 return QtXnl.array_int2(0, Constant.ASSOCIATEEXT, params, 0, 0);
905 }
◆ attach()
bool attach |
( |
@NotNilptr QObject |
obj | ) |
|
在文件 QObject.xcsm 第 177 行定义.
177 {
178 nativehandle = QtXnl.core_attach(obj.nativehandle,
this);
179 if (nativehandle != 0) {
181 return true;
182 }
183 return false;
184 }
◆ attachByName()
QObject attachByName |
( |
@NotNilptr QObject |
newObj, |
|
|
String |
name |
|
) |
| |
在文件 QObject.xcsm 第 168 行定义.
168 {
169 newObj.nativehandle = QtXnl.attachControl(nativehandle, newObj, name);
170 if (newObj.nativehandle != 0) {
171 newObj.onAttach();
172 return newObj;
173 }
174 return nilptr;
175 }
◆ checkAssociate()
在文件 QObject.xcsm 第 907 行定义.
907 {
908 String [] params = {strName, strExt, strAppKey};
909 return QtXnl.array_int2(0, Constant.CHECKASSOCIATED, params, 0, 0);
910 }
◆ delete()
在文件 QObject.xcsm 第 190 行定义.
190 {
191 QtXnl.widget_slot(nativehandle, Constant.DELETE_OBJECT);
192 }
◆ finalize()
被 QWidget , 以及 QWindow 重载.
在文件 QObject.xcsm 第 585 行定义.
585 {
586 if (nativehandle != 0) {
587 QtXnl.widget_slot(nativehandle, Constant.NATIVEFINALIZE);
588 }
589 }
◆ findByName()
QObject findByName |
( |
String |
name | ) |
|
在文件 QObject.xcsm 第 164 行定义.
164 {
165 return (QObject)QtXnl.findControl(nativehandle, name);
166 }
◆ getClassName()
◆ getName()
◆ getParent()
在文件 QObject.xcsm 第 202 行定义.
202 {
203 return (QObject)QtXnl.core_getParent(nativehandle);
204 }
◆ getTag()
在文件 QObject.xcsm 第 506 行定义.
506 {
507 return QtXnl.widget_get_object(nativehandle, Constant.GETTAG);
508 }
◆ nativeFinalize()
◆ ON_AUTOCCANCELLED()
void ON_AUTOCCANCELLED |
( |
| ) |
|
在文件 QObject.xcsm 第 601 行定义.
601 {
602 if (_sciEventListener != nilptr) {
604 }
605 }
SciEventListener _sciEventListener
◆ ON_AUTOCCHARDELETED()
void ON_AUTOCCHARDELETED |
( |
| ) |
|
在文件 QObject.xcsm 第 606 行定义.
606 {
607 if (_sciEventListener != nilptr) {
609 }
610 }
◆ ON_AUTOCCOMPLETED()
void ON_AUTOCCOMPLETED |
( |
String |
selection, |
|
|
int |
position, |
|
|
int |
ch, |
|
|
int |
method |
|
) |
| |
在文件 QObject.xcsm 第 611 行定义.
611 {
612 if (_sciEventListener != nilptr) {
613 _sciEventListener.ON_AUTOCCOMPLETED((QScintilla)
this, selection, position, ch, method);
614 }
615 }
◆ ON_AUTOCSELECTION() [1/2]
void ON_AUTOCSELECTION |
( |
String |
selection, |
|
|
int |
position |
|
) |
| |
在文件 QObject.xcsm 第 621 行定义.
621 {
622 if (_sciEventListener != nilptr) {
624 }
625 }
◆ ON_AUTOCSELECTION() [2/2]
void ON_AUTOCSELECTION |
( |
String |
selection, |
|
|
int |
position, |
|
|
int |
ch, |
|
|
int |
method |
|
) |
| |
在文件 QObject.xcsm 第 616 行定义.
616 {
617 if (_sciEventListener != nilptr) {
618 _sciEventListener.ON_AUTOCSELECTION((QScintilla)
this, selection, position, ch, method);
619 }
620 }
◆ ON_CALLTIPCLICK()
void ON_CALLTIPCLICK |
( |
int |
direction | ) |
|
在文件 QObject.xcsm 第 631 行定义.
631 {
632 if (_sciEventListener != nilptr) {
634 }
635 }
◆ ON_CHARADDED()
void ON_CHARADDED |
( |
int |
charadded | ) |
|
在文件 QObject.xcsm 第 636 行定义.
636 {
637 if (_sciEventListener != nilptr) {
639 }
640 }
◆ ON_DOUBLECLICK()
void ON_DOUBLECLICK |
( |
int |
position, |
|
|
int |
line, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 641 行定义.
641 {
642 if (_sciEventListener != nilptr) {
644 }
645 }
◆ ON_DWELLEND()
void ON_DWELLEND |
( |
int |
position, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
在文件 QObject.xcsm 第 646 行定义.
646 {
647 if (_sciEventListener != nilptr) {
649 }
650 }
◆ ON_DWELLSTART()
void ON_DWELLSTART |
( |
int |
position, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
在文件 QObject.xcsm 第 651 行定义.
651 {
652 if (_sciEventListener != nilptr) {
654 }
655 }
◆ ON_FOCUSIN()
在文件 QObject.xcsm 第 656 行定义.
656 {
657 if (_sciEventListener != nilptr) {
659 }
660 }
◆ ON_FOCUSOUT()
在文件 QObject.xcsm 第 661 行定义.
661 {
662 if (_sciEventListener != nilptr) {
664 }
665 }
◆ ON_HOTSPOTCLICK()
void ON_HOTSPOTCLICK |
( |
int |
position, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 666 行定义.
666 {
667 if (_sciEventListener != nilptr) {
669 }
670 }
◆ ON_HOTSPOTDOUBLECLICK()
void ON_HOTSPOTDOUBLECLICK |
( |
int |
position, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 671 行定义.
671 {
672 if (_sciEventListener != nilptr) {
674 }
675 }
◆ ON_HOTSPOTRELEASECLICK()
void ON_HOTSPOTRELEASECLICK |
( |
int |
position, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 676 行定义.
676 {
677 if (_sciEventListener != nilptr) {
679 }
680 }
◆ ON_INDICATORCLICK()
void ON_INDICATORCLICK |
( |
int |
position, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 681 行定义.
681 {
682 if (_sciEventListener != nilptr) {
684 }
685 }
◆ ON_INDICATORRELEASE()
void ON_INDICATORRELEASE |
( |
int |
position, |
|
|
int |
modifiers |
|
) |
| |
在文件 QObject.xcsm 第 686 行定义.
686 {
687 if (_sciEventListener != nilptr) {
689 }
690 }
◆ ON_MACRORECORD()
void ON_MACRORECORD |
( |
int |
msg, |
|
|
long |
wparam, |
|
|
long |
lparam |
|
) |
| |
在文件 QObject.xcsm 第 691 行定义.
691 {
692 if (_sciEventListener != nilptr) {
694 }
695 }
◆ ON_MARGINCLICK()
void ON_MARGINCLICK |
( |
int |
position, |
|
|
int |
modifiers, |
|
|
int |
margin |
|
) |
| |
在文件 QObject.xcsm 第 696 行定义.
696 {
697 if (_sciEventListener != nilptr) {
699 }
700 }
◆ ON_MARGINRIGHTCLICK()
void ON_MARGINRIGHTCLICK |
( |
int |
position, |
|
|
int |
modifiers, |
|
|
int |
margin |
|
) |
| |
在文件 QObject.xcsm 第 701 行定义.
701 {
702 if (_sciEventListener != nilptr) {
703 _sciEventListener.ON_MARGINRIGHTCLICK((QScintilla)
this, position, modifiers, margin);
704 }
705 }
◆ ON_MODIFIED()
void ON_MODIFIED |
( |
int |
position, |
|
|
int |
modType, |
|
|
String |
text, |
|
|
int |
length, |
|
|
int |
linesAdded, |
|
|
int |
line, |
|
|
int |
foldLevelNow, |
|
|
int |
foldLevelPrev, |
|
|
int |
token, |
|
|
int |
annotationLinesAdded |
|
) |
| |
在文件 QObject.xcsm 第 706 行定义.
706 {
707 if (_sciEventListener != nilptr) {
708 _sciEventListener.ON_MODIFIED((QScintilla)
this, position, modType, text, length, linesAdded, line, foldLevelNow, foldLevelPrev, token, annotationLinesAdded);
709 }
710 }
◆ ON_MODIFYATTEMPTRO()
void ON_MODIFYATTEMPTRO |
( |
| ) |
|
在文件 QObject.xcsm 第 711 行定义.
711 {
712 if (_sciEventListener != nilptr) {
714 }
715 }
◆ ON_NEEDSHOWN()
void ON_NEEDSHOWN |
( |
int |
position, |
|
|
int |
length |
|
) |
| |
在文件 QObject.xcsm 第 716 行定义.
716 {
717 if (_sciEventListener != nilptr) {
719 }
720 }
◆ ON_PAINTED()
在文件 QObject.xcsm 第 721 行定义.
721 {
722 if (_sciEventListener != nilptr) {
724 }
725 }
◆ ON_SAVEPOINTLEFT()
void ON_SAVEPOINTLEFT |
( |
| ) |
|
在文件 QObject.xcsm 第 726 行定义.
726 {
727 if (_sciEventListener != nilptr) {
729 }
730 }
◆ ON_SAVEPOINTREACHED()
void ON_SAVEPOINTREACHED |
( |
| ) |
|
在文件 QObject.xcsm 第 731 行定义.
731 {
732 if (_sciEventListener != nilptr) {
734 }
735 }
◆ ON_STYLENEEDED()
void ON_STYLENEEDED |
( |
int |
position | ) |
|
在文件 QObject.xcsm 第 736 行定义.
736 {
737 if (_sciEventListener != nilptr) {
739 }
740 }
◆ ON_UPDATEUI()
void ON_UPDATEUI |
( |
int |
updated | ) |
|
在文件 QObject.xcsm 第 741 行定义.
741 {
742 if (_sciEventListener != nilptr) {
744 }
745 }
◆ ON_USERLISTSELECTION() [1/2]
void ON_USERLISTSELECTION |
( |
String |
text, |
|
|
int |
wparam |
|
) |
| |
在文件 QObject.xcsm 第 751 行定义.
751 {
752 if (_sciEventListener != nilptr) {
754 }
755 }
◆ ON_USERLISTSELECTION() [2/2]
void ON_USERLISTSELECTION |
( |
String |
text, |
|
|
int |
wparam, |
|
|
int |
ch, |
|
|
int |
listCompletionMethod |
|
) |
| |
在文件 QObject.xcsm 第 746 行定义.
746 {
747 if (_sciEventListener != nilptr) {
748 _sciEventListener.ON_USERLISTSELECTION((QScintilla)
this, text, wparam, ch, listCompletionMethod);
749 }
750 }
◆ ON_ZOOM()
在文件 QObject.xcsm 第 756 行定义.
756 {
757 if (_sciEventListener != nilptr) {
759 }
760 }
◆ onAccept()
◆ onAcceptDropsChange()
void onAcceptDropsChange |
( |
| ) |
|
◆ onActionAdded()
◆ onActionChanged()
◆ onActionRemoved()
◆ onActivateControl()
void onActivateControl |
( |
| ) |
|
◆ onActivated()
void onActivated |
( |
int |
id | ) |
|
在文件 QObject.xcsm 第 804 行定义.
804 {
805 if (_comboboxListener != nilptr) {
807 }
808 }
onComboBoxEventListener _comboboxListener
◆ onActivationChange()
void onActivationChange |
( |
| ) |
|
◆ onApplicationActivate()
void onApplicationActivate |
( |
| ) |
|
◆ onApplicationDeactivate()
void onApplicationDeactivate |
( |
| ) |
|
◆ onApplicationStateChange()
void onApplicationStateChange |
( |
| ) |
|
◆ onAttach()
◆ onCellActived()
void onCellActived |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 878 行定义.
878 {
879 if (_tableenvlis != nilptr) {
880 _tableenvlis.onCellActived((QTableWidget)
this, row, column);
881 }
882 }
TableWidgetEventListener _tableenvlis
◆ onCellChange()
void onCellChange |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 828 行定义.
828 {
829 if (_tableenvlis != nilptr) {
830 _tableenvlis.onCellChange((QTableWidget)
this, row, column);
831 }
832 }
◆ onCellClick()
void onCellClick |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 848 行定义.
848 {
849 if (_tableenvlis != nilptr) {
850 _tableenvlis.onCellClick((QTableWidget)
this, row, column);
851 }
852 }
◆ onCellDBClick()
void onCellDBClick |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 858 行定义.
858 {
859 if (_tableenvlis != nilptr) {
860 _tableenvlis.onCellDBClick((QTableWidget)
this, row, column);
861 }
862 }
◆ onCellEnter()
void onCellEnter |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 868 行定义.
868 {
869 if (_tableenvlis != nilptr) {
870 _tableenvlis.onCellEnter((QTableWidget)
this, row, column);
871 }
872 }
◆ onCellPress()
void onCellPress |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 838 行定义.
838 {
839 if (_tableenvlis != nilptr) {
840 _tableenvlis.onCellPress((QTableWidget)
this, row, column);
841 }
842 }
◆ onClick()
void onClick |
( |
bool |
checked | ) |
|
在文件 QObject.xcsm 第 561 行定义.
561 {
562 if (_clicklistener != nilptr) {
564 }
565 }
onClickListener _clicklistener
◆ onClipboard()
◆ onClose()
被 ProgressView 重载.
在文件 QObject.xcsm 第 309 行定义.
309 {
310 if (_statusEvent != nilptr) {
312 }
313 return true;
314 }
onStatusListener _statusEvent
◆ onCloseSoftwareInputPanel()
void onCloseSoftwareInputPanel |
( |
| ) |
|
◆ onContentsRectChange()
void onContentsRectChange |
( |
| ) |
|
◆ onContextMenu()
void onContextMenu |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
reson |
|
) |
| |
在文件 QObject.xcsm 第 383 行定义.
383 {
384 if (_contextMenuListener != nilptr) {
386 }
387 }
onContextMenuListener _contextMenuListener
◆ onCreate()
在文件 QObject.xcsm 第 289 行定义.
289 {
290 if (_statusEvent != nilptr) {
292 }
293 }
◆ onCurrentItemChanged()
void onCurrentItemChanged |
( |
long |
cur, |
|
|
long |
previous |
|
) |
| |
在文件 QObject.xcsm 第 550 行定义.
550 {
551 if (_treeitemevent != nilptr) {
552 _treeitemevent.onCurrentItemChanged((QTreeWidget)
this, cur, previous);
553 }
554 }
onTreeViewItemEvent _treeitemevent
◆ onCurrentTextChange()
void onCurrentTextChange |
( |
String |
text | ) |
|
在文件 QObject.xcsm 第 798 行定义.
798 {
799 if (_comboboxListener != nilptr) {
801 }
802 }
◆ onCursorChange()
◆ onCursorPositionChanged()
void onCursorPositionChanged |
( |
int |
n, |
|
|
int |
o |
|
) |
| |
在文件 QObject.xcsm 第 774 行定义.
774 {
775 if (_editEventListener != nilptr) {
777 }
778 }
onEditEventListener _editEventListener
◆ onDeactivateControl()
void onDeactivateControl |
( |
| ) |
|
◆ onDeferredDelete()
void onDeferredDelete |
( |
| ) |
|
◆ onDestroy()
在文件 QObject.xcsm 第 294 行定义.
294 {
295 if (_statusEvent != nilptr) {
297 }
298 }
◆ onDirChange()
void onDirChange |
( |
String |
path | ) |
|
在文件 QObject.xcsm 第 823 行定义.
823 {
824 if (_fsweListener != nilptr) {
826 }
827 }
onFileSystemChangeListener _fsweListener
◆ onDragEnter()
bool onDragEnter |
( |
int |
l, |
|
|
int |
t, |
|
|
int |
r, |
|
|
int |
b |
|
) |
| |
在文件 QObject.xcsm 第 349 行定义.
349 {
350 if (_dragListener != nilptr) {
352 }
353 return true;
354 }
onDragListener _dragListener
◆ onDragLeave()
bool onDragLeave |
( |
int |
l, |
|
|
int |
t, |
|
|
int |
r, |
|
|
int |
b |
|
) |
| |
在文件 QObject.xcsm 第 361 行定义.
361 {
362 if (_dragListener != nilptr) {
364 }
365 return true;
366 }
◆ onDragMove()
bool onDragMove |
( |
int |
l, |
|
|
int |
t, |
|
|
int |
r, |
|
|
int |
b |
|
) |
| |
在文件 QObject.xcsm 第 355 行定义.
355 {
356 if (_dragListener != nilptr) {
358 }
359 return true;
360 }
◆ onDragResponse()
◆ onDrop()
在文件 QObject.xcsm 第 367 行定义.
367 {
368 if (_dragListener != nilptr) {
370 }
371 }
◆ onDynamicPropertyChange()
void onDynamicPropertyChange |
( |
| ) |
|
◆ onEditingFinished()
void onEditingFinished |
( |
| ) |
|
在文件 QObject.xcsm 第 786 行定义.
786 {
787 if (_editEventListener != nilptr) {
789 }
790 }
◆ onEmbeddingControl()
void onEmbeddingControl |
( |
| ) |
|
◆ onEnabledChange()
◆ onEnter()
void onEnter |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
在文件 QObject.xcsm 第 264 行定义.
264 {
265 if (_scopeListener != nilptr) {
267 }
268 }
onScopeEventListener _scopeListener
◆ onEnterWhatsThisMode()
void onEnterWhatsThisMode |
( |
| ) |
|
◆ onEnumPropertyValueChanged()
void onEnumPropertyValueChanged |
( |
long |
prop, |
|
|
int |
item |
|
) |
| |
◆ onExpose()
◆ onFileChanged()
void onFileChanged |
( |
String |
path | ) |
|
在文件 QObject.xcsm 第 817 行定义.
817 {
818 if (_fsweListener != nilptr) {
820 }
821 }
◆ onFileOpen()
◆ onFinish()
◆ onFocusAboutToChange()
void onFocusAboutToChange |
( |
bool |
focus, |
|
|
int |
reson |
|
) |
| |
在文件 QObject.xcsm 第 259 行定义.
259 {
260 if (_focusListener != nilptr) {
262 }
263 }
onFocusEventListener _focusListener
◆ onFocusIn()
void onFocusIn |
( |
bool |
focus, |
|
|
int |
reson |
|
) |
| |
在文件 QObject.xcsm 第 249 行定义.
249 {
250 if (_focusListener != nilptr) {
252 }
253 }
◆ onFocusOut()
void onFocusOut |
( |
bool |
focus, |
|
|
int |
reson |
|
) |
| |
在文件 QObject.xcsm 第 254 行定义.
254 {
255 if (_focusListener != nilptr) {
257 }
258 }
◆ onFontChange()
◆ onFutureCallOut()
◆ onGesture()
◆ onGestureOverride()
void onGestureOverride |
( |
| ) |
|
◆ onGrabKeyboard()
◆ onGrabMouse()
◆ onGraphicsSceneContextMenu()
void onGraphicsSceneContextMenu |
( |
| ) |
|
◆ onGraphicsSceneDragEnter()
void onGraphicsSceneDragEnter |
( |
| ) |
|
◆ onGraphicsSceneDragLeave()
void onGraphicsSceneDragLeave |
( |
| ) |
|
◆ onGraphicsSceneDragMove()
void onGraphicsSceneDragMove |
( |
| ) |
|
◆ onGraphicsSceneDrop()
void onGraphicsSceneDrop |
( |
| ) |
|
◆ onGraphicsSceneHelp()
void onGraphicsSceneHelp |
( |
| ) |
|
◆ onGraphicsSceneHoverEnter()
void onGraphicsSceneHoverEnter |
( |
| ) |
|
◆ onGraphicsSceneHoverLeave()
void onGraphicsSceneHoverLeave |
( |
| ) |
|
◆ onGraphicsSceneHoverMove()
void onGraphicsSceneHoverMove |
( |
| ) |
|
◆ onGraphicsSceneMouseDoubleClick()
void onGraphicsSceneMouseDoubleClick |
( |
| ) |
|
◆ onGraphicsSceneMouseMove()
void onGraphicsSceneMouseMove |
( |
| ) |
|
◆ onGraphicsSceneMousePress()
void onGraphicsSceneMousePress |
( |
| ) |
|
◆ onGraphicsSceneMouseRelease()
void onGraphicsSceneMouseRelease |
( |
| ) |
|
◆ onGraphicsSceneMove()
void onGraphicsSceneMove |
( |
| ) |
|
◆ onGraphicsSceneResize()
void onGraphicsSceneResize |
( |
| ) |
|
◆ onGraphicsSceneWheel()
void onGraphicsSceneWheel |
( |
| ) |
|
◆ onHelpRequest()
void onHelpRequest |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onHide()
在文件 QObject.xcsm 第 304 行定义.
304 {
305 if (_statusEvent != nilptr) {
307 }
308 }
◆ onHideToParent()
◆ onHoverEnter()
void onHoverEnter |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onHoverLeave()
void onHoverLeave |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onHoverMove()
void onHoverMove |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onIconDrag()
◆ onIconTextChange()
void onIconTextChange |
( |
| ) |
|
◆ onInputMethod()
◆ onInputMethodQuery()
void onInputMethodQuery |
( |
| ) |
|
◆ onItemActived() [1/2]
void onItemActived |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 883 行定义.
883 {
884 if (_tableenvlis != nilptr) {
886 }
887 }
◆ onItemActived() [2/2]
void onItemActived |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 525 行定义.
525 {
526 if (_treeitemevent != nilptr) {
528 }
529 }
◆ onItemChange()
void onItemChange |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 833 行定义.
833 {
834 if (_tableenvlis != nilptr) {
836 }
837 }
◆ onItemChanged()
void onItemChanged |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 535 行定义.
535 {
536 if (_treeitemevent != nilptr) {
538 }
539 }
◆ onItemClick()
void onItemClick |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 853 行定义.
853 {
854 if (_tableenvlis != nilptr) {
856 }
857 }
◆ onItemClicked()
void onItemClicked |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 515 行定义.
515 {
516 if (_treeitemevent != nilptr) {
518 }
519 }
◆ onItemCollapsed()
void onItemCollapsed |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 545 行定义.
545 {
546 if (_treeitemevent != nilptr) {
548 }
549 }
◆ onItemDBClick()
void onItemDBClick |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 863 行定义.
863 {
864 if (_tableenvlis != nilptr) {
866 }
867 }
◆ onItemDoubleClicked()
void onItemDoubleClicked |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 520 行定义.
520 {
521 if (_treeitemevent != nilptr) {
522 _treeitemevent.onItemDoubleClicked((QTreeWidget)
this, item, column);
523 }
524 }
◆ onItemEnter()
void onItemEnter |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 873 行定义.
873 {
874 if (_tableenvlis != nilptr) {
876 }
877 }
◆ onItemEntered()
void onItemEntered |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 530 行定义.
530 {
531 if (_treeitemevent != nilptr) {
533 }
534 }
◆ onItemExpanded()
void onItemExpanded |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 540 行定义.
540 {
541 if (_treeitemevent != nilptr) {
543 }
544 }
◆ onItemPress()
void onItemPress |
( |
long |
item | ) |
|
在文件 QObject.xcsm 第 843 行定义.
843 {
844 if (_tableenvlis != nilptr) {
846 }
847 }
◆ onItemPressed()
void onItemPressed |
( |
long |
item, |
|
|
int |
column |
|
) |
| |
在文件 QObject.xcsm 第 510 行定义.
510 {
511 if (_treeitemevent != nilptr) {
513 }
514 }
◆ onItemSelected()
void onItemSelected |
( |
int |
id | ) |
|
在文件 QObject.xcsm 第 810 行定义.
810 {
811 if (_comboboxListener != nilptr) {
813 }
814 }
◆ onItemSelectionChanged()
void onItemSelectionChanged |
( |
| ) |
|
在文件 QObject.xcsm 第 555 行定义.
555 {
556 if (_treeitemevent != nilptr) {
558 }
559 }
◆ onKeyboardLayoutChange()
void onKeyboardLayoutChange |
( |
| ) |
|
◆ onKeyPress()
bool onKeyPress |
( |
int |
key, |
|
|
bool |
repeat, |
|
|
int |
count, |
|
|
String |
text, |
|
|
int |
scanCode, |
|
|
int |
virtualKey, |
|
|
int |
modifier |
|
) |
| |
在文件 QObject.xcsm 第 237 行定义.
237 {
238 if (_keyListener != nilptr) {
239 return _keyListener.onKeyPress(
this, key, repeat, count, text, scanCode, virtualKey, modifier);
240 }
241 return true;
242 }
onKeyEventListener _keyListener
◆ onKeyRelease()
bool onKeyRelease |
( |
int |
key, |
|
|
bool |
repeat, |
|
|
int |
count, |
|
|
String |
text, |
|
|
int |
scanCode, |
|
|
int |
virtualKey, |
|
|
int |
modifier |
|
) |
| |
在文件 QObject.xcsm 第 243 行定义.
243 {
244 if (_keyListener != nilptr) {
245 return _keyListener.onKeyRelease(
this, key, repeat, count, text, scanCode, virtualKey, modifier);
246 }
247 return true;
248 }
◆ onLanguageChange()
void onLanguageChange |
( |
| ) |
|
◆ onLayoutDirectionChange()
void onLayoutDirectionChange |
( |
| ) |
|
◆ onLayoutRequest()
◆ onLeave()
在文件 QObject.xcsm 第 269 行定义.
269 {
270 if (_scopeListener != nilptr) {
272 }
273 }
◆ onLeaveWhatsThisMode()
void onLeaveWhatsThisMode |
( |
| ) |
|
◆ onLocaleChange()
◆ onMacGLClearDrawable()
void onMacGLClearDrawable |
( |
| ) |
|
◆ onMacGLWindowChange()
void onMacGLWindowChange |
( |
| ) |
|
◆ onMacSizeChange()
◆ onMaxUser()
◆ onModifiedChange()
void onModifiedChange |
( |
| ) |
|
◆ onMouseButtonDblClick()
void onMouseButtonDblClick |
( |
int |
Button, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
flags, |
|
|
int |
source |
|
) |
| |
在文件 QObject.xcsm 第 220 行定义.
220 {
221 if (_mouseListener != nilptr) {
222 _mouseListener.onMouseButtonDblClick(
this, Button, x, y, flags, source);
223 }
224 }
onMouseEventListener _mouseListener
◆ onMouseButtonPress()
void onMouseButtonPress |
( |
int |
Button, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
flags, |
|
|
int |
source |
|
) |
| |
◆ onMouseButtonRelease()
void onMouseButtonRelease |
( |
int |
Button, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
flags, |
|
|
int |
source |
|
) |
| |
在文件 QObject.xcsm 第 214 行定义.
214 {
215 if (_mouseListener != nilptr) {
216 _mouseListener.onMouseButtonRelease(
this, Button, x, y, flags, source);
217 }
218 }
◆ onMouseMove()
void onMouseMove |
( |
int |
Button, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
flags, |
|
|
int |
source |
|
) |
| |
在文件 QObject.xcsm 第 226 行定义.
226 {
227 if (_mouseListener != nilptr) {
229 }
230 }
◆ onMouseTrackingChange()
void onMouseTrackingChange |
( |
| ) |
|
◆ onMove()
void onMove |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
oldx, |
|
|
int |
oldy |
|
) |
| |
在文件 QObject.xcsm 第 279 行定义.
279 {
280 if (_layoutEvent != nilptr) {
282 }
283 }
onLayoutEventListener _layoutEvent
◆ onNativeGesture()
◆ onNetworkReplyUpdated()
void onNetworkReplyUpdated |
( |
| ) |
|
◆ onNonClientAreaMouseButtonDblClick()
void onNonClientAreaMouseButtonDblClick |
( |
| ) |
|
◆ onNonClientAreaMouseButtonPress()
void onNonClientAreaMouseButtonPress |
( |
| ) |
|
◆ onNonClientAreaMouseButtonRelease()
void onNonClientAreaMouseButtonRelease |
( |
| ) |
|
◆ onNonClientAreaMouseMove()
void onNonClientAreaMouseMove |
( |
| ) |
|
◆ onNotification()
void onNotification |
( |
long |
eventid | ) |
|
在文件 QObject.xcsm 第 64 行定义.
64 {
65 if (_notifyListener != nilptr) {
67 }
68 }
onNotifyListener _notifyListener
◆ onNotify()
final void onNotify |
( |
long |
eventid | ) |
|
|
private |
在文件 QObject.xcsm 第 34 行定义.
34 {
35 if (eventid == Constant.NEW_UI_TASK_NID) {
36 if (_ui_loop_busy == false){
39 Runnable r;
42 try{
45
46 }
47 }
48 }
49 if (r != nilptr) {
50 r.run();
51 }
52 }
54 }
55 } else {
57 }
58 if (_notifyListener != nilptr) {
60 }
61 }
void onNotification(long eventid)
static bool _ui_loop_busy
static List<Runnable> _uiloop_list
引用了 List<_V>.pollHead() , 以及 List<_V>.size().
◆ onOkRequest()
◆ onOrientationChange()
void onOrientationChange |
( |
| ) |
|
◆ onPaint()
void onPaint |
( |
int |
l, |
|
|
int |
t, |
|
|
int |
r, |
|
|
int |
b, |
|
|
long |
hpaint |
|
) |
| |
◆ onParentAboutToChange()
void onParentAboutToChange |
( |
| ) |
|
◆ onParentChange()
在文件 QObject.xcsm 第 320 行定义.
320 {
321 if (_statusEvent != nilptr) {
323 }
324 }
◆ onPlatformPanel()
◆ onPlatformSurface()
void onPlatformSurface |
( |
| ) |
|
◆ onPointer()
◆ onPress()
在文件 QObject.xcsm 第 571 行定义.
571 {
572 if (_clicklistener != nilptr) {
574 }
575 }
◆ onQueryWhatsThis()
void onQueryWhatsThis |
( |
| ) |
|
◆ onQuit()
在文件 QObject.xcsm 第 315 行定义.
315 {
316 if (_statusEvent != nilptr) {
318 }
319 }
◆ onReadOnlyChange()
void onReadOnlyChange |
( |
| ) |
|
◆ onReject()
◆ onRelease()
在文件 QObject.xcsm 第 576 行定义.
576 {
577 if (_clicklistener != nilptr) {
579 }
580 }
◆ onRequestSoftwareInputPanel()
void onRequestSoftwareInputPanel |
( |
| ) |
|
◆ onResize()
void onResize |
( |
int |
w, |
|
|
int |
h, |
|
|
int |
oldw, |
|
|
int |
oldh |
|
) |
| |
在文件 QObject.xcsm 第 284 行定义.
284 {
285 if (_layoutEvent != nilptr) {
287 }
288 }
◆ onReturnPressed()
在文件 QObject.xcsm 第 780 行定义.
780 {
781 if (_editEventListener != nilptr) {
783 }
784 }
◆ onScreenChangeInternal()
void onScreenChangeInternal |
( |
| ) |
|
◆ onScroll()
◆ onScrollPrepare()
◆ onSelectionChanged()
void onSelectionChanged |
( |
| ) |
|
◆ onShortcut()
void onShortcut |
( |
int |
key, |
|
|
int |
shortcutId, |
|
|
bool |
ambig |
|
) |
| |
◆ onShortcutOverride()
void onShortcutOverride |
( |
| ) |
|
◆ onShow()
在文件 QObject.xcsm 第 299 行定义.
299 {
300 if (_statusEvent != nilptr) {
302 }
303 }
◆ onShowToParent()
◆ onSockClose()
◆ onStateMachineSignal()
void onStateMachineSignal |
( |
| ) |
|
◆ onStateMachineWrapped()
void onStateMachineWrapped |
( |
| ) |
|
◆ onStatusTip()
void onStatusTip |
( |
String |
tips | ) |
|
◆ onStyle()
◆ onStyleAnimationUpdate()
void onStyleAnimationUpdate |
( |
| ) |
|
◆ onStyleChange()
◆ onTabletEnterProximity()
void onTabletEnterProximity |
( |
| ) |
|
◆ onTabletLeaveProximity()
void onTabletLeaveProximity |
( |
| ) |
|
◆ onTabletMove()
◆ onTabletPress()
◆ onTabletRelease()
◆ onTabletTrackingChange()
void onTabletTrackingChange |
( |
| ) |
|
◆ onTextChanged()
void onTextChanged |
( |
String |
text | ) |
|
在文件 QObject.xcsm 第 762 行定义.
762 {
763 if (_editEventListener != nilptr) {
765 }
766 }
◆ onTextEdited()
void onTextEdited |
( |
String |
text | ) |
|
在文件 QObject.xcsm 第 768 行定义.
768 {
769 if (_editEventListener != nilptr) {
771 }
772 }
◆ onThemeChange()
◆ onThreadChange()
◆ onTimer()
void onTimer |
( |
int |
timeId | ) |
|
◆ onToggle()
void onToggle |
( |
bool |
checked | ) |
|
在文件 QObject.xcsm 第 566 行定义.
566 {
567 if (_clicklistener != nilptr) {
569 }
570 }
◆ onToolBarChange()
◆ onToolTip()
void onToolTip |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onToolTipChange()
◆ onTouchBegin()
◆ onTouchCancel()
◆ onTouchEnd()
◆ onTouchUpdate()
◆ onTrigger()
在文件 QObject.xcsm 第 326 行定义.
326 {
327 if (_eventListener != nilptr) {
329 }
330 }
onEventListener _eventListener
◆ onUngrabKeyboard()
void onUngrabKeyboard |
( |
| ) |
|
◆ onUngrabMouse()
◆ onUpdateLater()
◆ onUpdateRequest()
在文件 QObject.xcsm 第 374 行定义.
374 {
375 if (_updateListener != nilptr) {
377 }
378 }
onUpdateListener _updateListener
◆ onUser()
◆ onVariantPropertyAttributeChanged()
void onVariantPropertyAttributeChanged |
( |
long |
prop, |
|
|
String |
strAttributr, |
|
|
int |
dataType, |
|
|
String |
stringValue |
|
) |
| |
◆ onVariantPropertyValueChanged()
void onVariantPropertyValueChanged |
( |
long |
prop, |
|
|
int |
dataType, |
|
|
String |
stringValue |
|
) |
| |
◆ onWhatsThis()
void onWhatsThis |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ onWhatsThisClicked()
void onWhatsThisClicked |
( |
| ) |
|
◆ onWheel()
void onWheel |
( |
int |
button, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
Orientation, |
|
|
int |
delta, |
|
|
bool |
inverted |
|
) |
| |
在文件 QObject.xcsm 第 231 行定义.
231 {
232 if (_mouseListener != nilptr) {
233 _mouseListener.onWheel(
this, button, x, y, Orientation, delta, inverted);
234 }
235 }
◆ onWindowActivate()
void onWindowActivate |
( |
| ) |
|
在文件 QObject.xcsm 第 334 行定义.
334 {
335 if (_activateListener != nilptr) {
337 }
338 }
onActivateListener _activateListener
◆ onWindowBlocked()
◆ onWindowChangeInternal()
void onWindowChangeInternal |
( |
| ) |
|
◆ onWindowDeactivate()
void onWindowDeactivate |
( |
| ) |
|
在文件 QObject.xcsm 第 339 行定义.
339 {
340 if (_activateListener != nilptr) {
342 }
343 }
◆ onWindowStateChange()
void onWindowStateChange |
( |
int |
oldstate, |
|
|
int |
state |
|
) |
| |
在文件 QObject.xcsm 第 409 行定义.
409 {
410 if (_statusEvent != nilptr) {
411 _statusEvent.onWindowStateChange(
this, oldstate, state);
412 }
413 }
◆ onWindowUnblocked()
void onWindowUnblocked |
( |
| ) |
|
◆ onWinEventAct()
◆ onWinIdChange()
◆ onZeroTimerEvent()
void onZeroTimerEvent |
( |
| ) |
|
◆ onZOrderChange()
◆ QON_SELCHANGED()
void QON_SELCHANGED |
( |
bool |
yes | ) |
|
在文件 QObject.xcsm 第 596 行定义.
596 {
597 if (_sciEventListener != nilptr) {
599 }
600 }
◆ runOnThread()
static void runOnThread |
( |
Runnable |
task | ) |
|
|
static |
在文件 QObject.xcsm 第 25 行定义.
25 {
26 new QThread() {
27 void run()override {
28 task.run();
29 super.run();
30 }
31 } .start();
32 }
◆ runOnUi()
void runOnUi |
( |
Runnable |
task | ) |
|
◆ SCEN_CHANGE()
在文件 QObject.xcsm 第 626 行定义.
626 {
627 if (_sciEventListener != nilptr) {
629 }
630 }
◆ setName()
◆ setOnActivateListener()
void setOnActivateListener |
( |
onActivateListener |
l | ) |
|
◆ setOnClickListener()
void setOnClickListener |
( |
onClickListener |
l | ) |
|
◆ setOnComboBoxEventListener()
void setOnComboBoxEventListener |
( |
onComboBoxEventListener |
l | ) |
|
◆ setOnContextMenuListener()
void setOnContextMenuListener |
( |
onContextMenuListener |
l | ) |
|
◆ setOnDragListener()
void setOnDragListener |
( |
onDragListener |
l | ) |
|
◆ setOnEditEventListener()
void setOnEditEventListener |
( |
onEditEventListener |
l | ) |
|
◆ setOnEventListener()
void setOnEventListener |
( |
onEventListener |
l | ) |
|
◆ setOnFileSystemChangeListener()
void setOnFileSystemChangeListener |
( |
onFileSystemChangeListener |
l | ) |
|
◆ setOnFocusEventListener()
void setOnFocusEventListener |
( |
onFocusEventListener |
l | ) |
|
◆ setOnKeyEventListener()
void setOnKeyEventListener |
( |
onKeyEventListener |
l | ) |
|
◆ setOnLayoutEventListener()
void setOnLayoutEventListener |
( |
onLayoutEventListener |
l | ) |
|
◆ setOnMouseEventListener()
void setOnMouseEventListener |
( |
onMouseEventListener |
l | ) |
|
◆ setOnNotifyListener()
void setOnNotifyListener |
( |
onNotifyListener |
l | ) |
|
◆ setOnPaintListener()
void setOnPaintListener |
( |
onPaintListener |
l | ) |
|
◆ setOnSciEventListener()
void setOnSciEventListener |
( |
SciEventListener |
l | ) |
|
◆ setOnScopeEventListener()
void setOnScopeEventListener |
( |
onScopeEventListener |
l | ) |
|
◆ setOnStatusListener()
void setOnStatusListener |
( |
onStatusListener |
l | ) |
|
◆ setOnTableWidgetEventListener()
void setOnTableWidgetEventListener |
( |
TableWidgetEventListener |
l | ) |
|
◆ setOnTreeViewItemEvent()
void setOnTreeViewItemEvent |
( |
onTreeViewItemEvent |
l | ) |
|
◆ setOnUpdateListener()
void setOnUpdateListener |
( |
onUpdateListener |
l | ) |
|
◆ setTag()
在文件 QObject.xcsm 第 503 行定义.
503 {
504 QtXnl.widget_set_object_value(nativehandle, Constant.SETTAG, obj);
505 }
◆ _activateListener
onActivateListener _activateListener = nilptr |
◆ _clicklistener
onClickListener _clicklistener = nilptr |
◆ _comboboxListener
onComboBoxEventListener _comboboxListener = nilptr |
◆ _contextMenuListener
onContextMenuListener _contextMenuListener = nilptr |
◆ _dragListener
onDragListener _dragListener = nilptr |
◆ _editEventListener
onEditEventListener _editEventListener = nilptr |
◆ _eventListener
onEventListener _eventListener = nilptr |
◆ _focusListener
onFocusEventListener _focusListener = nilptr |
◆ _fsweListener
onFileSystemChangeListener _fsweListener = nilptr |
◆ _keyListener
onKeyEventListener _keyListener = nilptr |
◆ _layoutEvent
onLayoutEventListener _layoutEvent = nilptr |
◆ _mouseListener
onMouseEventListener _mouseListener = nilptr |
◆ _notifyListener
onNotifyListener _notifyListener = nilptr |
◆ _paintEvent
onPaintListener _paintEvent = nilptr |
◆ _sciEventListener
SciEventListener _sciEventListener = nilptr |
◆ _scopeListener
onScopeEventListener _scopeListener = nilptr |
◆ _statusEvent
onStatusListener _statusEvent = nilptr |
◆ _tableenvlis
TableWidgetEventListener _tableenvlis = nilptr |
◆ _treeitemevent
onTreeViewItemEvent _treeitemevent = nilptr |
◆ _ui_loop_busy
bool _ui_loop_busy = false |
|
static |
◆ _uiloop_list
List<Runnable> _uiloop_list = new List<Runnable>() |
|
static |
◆ _updateListener
onUpdateListener _updateListener = nilptr |