QAbstractButton:clicked(Checked As Boolean)
QAbstractButton:pressed()
QAbstractButton:released()
QAbstractButton:toggled(Checked As Boolean)
QAbstractItemModel:columnsAboutToBeInserted(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:columnsAboutToBeMoved(SourceParent As QModelIndex, SourceStart As Integer, SourceEnd As Integer, DestinationParent As QModelIndex, DestinationColumn As Integer)
QAbstractItemModel:columnsAboutToBeRemoved(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:columnsInserted(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:columnsMoved(SourceParent As QModelIndex, SourceStart As Integer, SourceEnd As Integer, DestinationParent As QModelIndex, DestinationColumn As Integer)
QAbstractItemModel:columnsRemoved(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:dataChanged(TopLeft As QModelIndex, BottomRight As QModelIndex)
QAbstractItemModel:headerDataChanged(Orientation As Qt::Orientation, First As Integer, Last As Integer)
QAbstractItemModel:layoutAboutToBeChanged()
QAbstractItemModel:layoutChanged()
QAbstractItemModel:modelAboutToBeReset()
QAbstractItemModel:modelReset()
QAbstractItemModel:rowsAboutToBeInserted(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:rowsAboutToBeMoved(SourceParent As QModelIndex, SourceStart As Integer, SourceEnd As Integer, DestinationParent As QModelIndex, DestinationRow As Integer)
QAbstractItemModel:rowsAboutToBeRemoved(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:rowsInserted(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemModel:rowsMoved(SourceParent As QModelIndex, SourceStart As Integer, SourceEnd As Integer, DestinationParent As QModelIndex, DestinationRow As Integer)
QAbstractItemModel:rowsRemoved(Parent As QModelIndex, Start As Integer, End As Integer)
QAbstractItemView:activated(Index As QModelIndex)
QAbstractItemView:clicked(Index As QModelIndex)
QAbstractItemView:doubleClicked(Index As QModelIndex)
QAbstractItemView:entered(Index As QModelIndex)
QAbstractItemView:pressed(Index As QModelIndex)
QAbstractItemView:viewportEntered()
QAbstractSlider:actionTriggered(Action As Integer)
QAbstractSlider:rangeChanged(Min As Integer, Max As Integer)
QAbstractSlider:sliderMoved(Value As Integer)
QAbstractSlider:sliderPressed()
QAbstractSlider:sliderReleased()
QAbstractSlider:valueChanged(Value As Integer)
QAbstractSpinBox:editingFinished()
QAction:triggered(Checked As Boolean)
QAction:triggeredAction(Action As QAction)
QActionGroup:hovered(Action As QAction)
QActionGroup:triggered(Action As QAction)
QApplication:commitDataRequest()
QApplication:focusChanged(OldOne As QWidget, NewOne As QWidget)
QApplication:fontDatabaseChanged()
QApplication:lastWindowClosed()
QApplication:saveStateRequest(Manager As QSessionManager)
QButtonGroup:buttonClicked(theButton As QAbstractButton)
QButtonGroup:buttonPressed(theButton As QAbstractButton)
QButtonGroup:buttonReleased(theButton As QAbstractButton)
QCalendarWidget:activated(Date As QDate)
QCalendarWidget:clicked(Date As QDate)
QCalendarWidget:currentPageChanged(Year As Integer, Month As Integer)
QCalendarWidget:selectionChanged()
QCheckBox:stateChanged(State As Integer)
QClipboard:changed(Mode As QClipboard::Mode)
QClipboard:dataChanged()
QClipboard:findBufferChanged()
QClipboard:selectionChanged()
QColumnView:updatePreviewWidget(Index As QModelIndex)
QComboBox:activated(Text As String)
QComboBox:activated2(Index As Integer)
QComboBox:currentIndexChanged(Text As String)
QComboBox:currentIndexChanged2(Index As Integer)
QComboBox:editTextChanged(Text As String)
QComboBox:highlighted(Text As String)
QComboBox:highlighted2(Index As Integer)
QCompleter:activated(Text As String)
QCompleter:activated2(Index As QModelIndex)
QCompleter:highlighted(Text As String)
QCompleter:highlighted2(Index As QModelIndex)
QCoreApplication:aboutToQuit()
QDateTimeEdit:dateChanged(Date As QDate)
QDateTimeEdit:dateTimeChanged(DateTime As QDateTime)
QDateTimeEdit:timeChanged(Time As QTime)
QDeclarativeView:sceneResized(Size As QSize)
QDeclarativeView:statusChanged(Status As QDeclarativeView::Status)
QDialog:accepted()
QDialog:finished(Result As Integer)
QDialog:rejected()
QDialogButtonBox:accepted()
QDialogButtonBox:clicked(Button As QAbstractButton)
QDialogButtonBox:helpRequested()
QDialogButtonBox:rejected()
QDockWidget:allowedAreasChanged(AllowedAreas As Qt.DockWidgetAreas)
QDockWidget:dockLocationChanged(Area As Qt.DockWidgetArea)
QDockWidget:featuresChanged(Features As QDockWidget.DockWidgetFeatures)
QDockWidget:topLevelChanged(TopLevel As Boolean)
QDockWidget:visibilityChanged(Visible As Boolean)
QDrag:actionChanged(Action As Qt::DropAction)
QDrag:targetChanged(NewTarget As QWidget)
QFileSystemWatcher:directoryChanged(Path As String)
QFileSystemWatcher:fileChanged(Path As String)
QFontComboBox:currentFontChanged(Font As QFont)
QFtp:commandFinished(Id As Integer, Error As Boolean)
QFtp:commandStarted(Id As Integer)
QFtp:dataTransferProgress(Done As Integer, Total As Integer)
QFtp:done(Error As Boolean)
QFtp:listInfo(I As QUrlInfo)
QFtp:rawCommandReply(RepyCode As Integer, Detail As String)
QFtp:stateChanged(State As Integer)
QGroupBox:clicked(Checked As Boolean)
QGroupBox:toggled(On As Boolean)
QHeaderView:geometriesChanged()
QHeaderView:sectionAutoResize(LogicalIndex As Integer, Mode As QHeaderView::ResizeMode)
QHeaderView:sectionClicked(LogicalIndex As Integer)
QHeaderView:sectionCountChanged(OldCount As Integer, NewCount As Integer)
QHeaderView:sectionDoubleClicked(LogicalIndex As Integer)
QHeaderView:sectionEntered(LogicalIndex As Integer)
QHeaderView:sectionHandleDoubleClicked(LogicalIndex As Integer)
QHeaderView:sectionMoved(LogicalIndex As Integer, OldVisualIndex As Integer, NewVisualIndex As Integer)
QHeaderView:sectionPressed(LogicalIndex As Integer)
QHeaderView:sectionResized(LogicalIndex As Integer, OldSize As Integer, NewSize As Integer)
QHeaderView:sortIndicatorChanged(LogicalIndex As Integer, Order As Qt::SortOrder)
QInputDialog:doubleValueChanged(Value As Double)
QInputDialog:doubleValueSelected(Value As Double)
QInputDialog:intValueChanged(Value As Integer)
QInputDialog:intValueSelected(Value As Integer)
QInputDialog:textValueChanged(Text As String)
QInputDialog:textValueSelected(Text As String)
QItemSelectionModel:currentChanged(Current As QModelIndex, Previous As QModelIndex)
QItemSelectionModel:currentColumnChanged(Current As QModelIndex, Previous As QModelIndex)
QItemSelectionModel:currentRowChanged(Current As QModelIndex, Previous As QModelIndex)
QItemSelectionModel:selectionChanged(Selected As QItemSelection, Deselected As QItemSelection)
QLCDNumber:overflow()
QLabel:linkActivated(Link As String)
QLabel:linkHovered(Link As String)
QLineEdit:cursorPositionChanged(OldPosition As Integer, NewPosition As Integer)
QLineEdit:editingFinished()
QLineEdit:returnPressed()
QLineEdit:selectionChanged()
QLineEdit:textChanged(Text As String)
QLineEdit:textEdited(Text As String)
QListWidget:currentItemChanged(Current As QListWidgetItem, Previous As QListWidgetItem)
QListWidget:currentRowChanged(CurrentRow As Integer)
QListWidget:currentTextChanged(CurrentText As String)
QListWidget:itemActivated(Item As QListWidgetItem)
QListWidget:itemChanged(Item As QListWidgetItem)
QListWidget:itemClicked(Item As QListWidgetItem)
QListWidget:itemDoubleClicked(Item As QListWidgetItem)
QListWidget:itemEntered(Item As QListWidgetItem)
QListWidget:itemPressed(Item As QListWidgetItem)
QListWidget:itemSelectionChanged()
QLocalSocket:connected()
QLocalSocket:disconnected()
QLocalSocket:error(SocketError As QLocalSocket::LocalSocketError)
QLocalSocket:stateChanged(SocketState As QLocalSocket::LocalSocketState)
QMainWindow:iconSizeChanged(IconSize As QSize)
QMainWindow:toolButtonStyleChanged(ToolButtonStyle As Qt.ToolButtonStyle)
QMdiArea:GotFocusMDI(theWidget As QWidget)
QMdiArea:subWindowActivated(Window As QMdiSubWindow)
QMdiSubWindow:aboutToActivate()
QMdiSubWindow:windowStateChanged(OldState As Qt.WindowStates, NewState As Qt.WindowStates)
QMenu:aboutToShow()
QMenu:triggered(Action As QAction)
QMenuBar:hovered(action As QAction)
QMenuBar:triggered(action As QAction)
QMovie:error(Error As QImageReader.ImageReaderError)
QMovie:finished()
QMovie:frameChanged(FrameNumber As Integer)
QMovie:resized(Size As QSize)
QMovie:started()
QMovie:stateChanged(State As QMovie.MovieState)
QMovie:updated(Rect As QRect)
QNetworkSession:closed()
QNetworkSession:error(Error As QNetworkSession::SessionError)
QNetworkSession:newConfigurationActivated()
QNetworkSession:opened()
QNetworkSession:preferredConfigurationChanged(Config As QNetworkConfiguration, IsSeamless As Boolean)
QNetworkSession:stateChanged(State As QNetworkSession::State)
QPlainTextEdit:blockCountChanged(NewBlockCount As Integer)
QPlainTextEdit:copyAvailable(Yes As Boolean)
QPlainTextEdit:cursorPositionChanged()
QPlainTextEdit:modificationChanged(Changed As Boolean)
QPlainTextEdit:redoAvailable(Available As Boolean)
QPlainTextEdit:selectionChanged()
QPlainTextEdit:textChanged()
QPlainTextEdit:undoAvailable(Available As Boolean)
QPlainTextEdit:updateRequest(Rect As QRect, Dy As Integer)
QPrintPreviewDialog:paintRequested(Printer As QPrinter)
QProcess:error(Error As QProcess.ProcessError)
QProcess:finished()
QProcess:readyReadStandardError()
QProcess:readyReadStandardOutput()
QProcess:started()
QProcess:stateChanged()
QProgressBar:valueChanged(Value As Integer)
QProgressDialog:canceled()
QSignalMapper:mapped(theId As Integer)
QSignalMapper:mapped2(Text As String)
QSignalMapper:mapped3(Widget As QWidget)
QSignalMapper:mapped4(theObject As QObject)
QSpinBox:valueChanged(Value As Integer)
QSpinBox:valueChanged2(Text As String)
QSplashScreen:messageChanged(Message As String)
QSplitter:splitterMoved(Pos As Integer, Index As Integer)
QStackedWidget:currentChanged(Index As Integer)
QStackedWidget:widgetRemoved(Index As Integer)
QStatusBar:messageChanged(Message As String)
QTabBar:currentChanged(Index As Integer)
QTabBar:tabCloseRequested(Index As Integer)
QTabBar:tabMoved(From As Integer, ToTab As Integer)
QTabWidget:currentChanged(Index As Integer)
QTabWidget:tabCloseRequested(Index As Integer)
QTableWidget:cellActivated(Row As Integer, Column As Integer)
QTableWidget:cellChanged(Row As Integer, Column As Integer)
QTableWidget:cellClicked(Row As Integer, Column As Integer)
QTableWidget:cellDoubleClicked(Row As Integer, Column As Integer)
QTableWidget:cellEntered(Row As Integer, Column As Integer)
QTableWidget:cellPressed(Row As Integer, Column As Integer)
QTableWidget:currentCellChanged(CurrentRow As Integer, CurrentColumn As Integer, PreviousRow As Integer, PreviousColumn As Integer)
QTableWidget:currentItemChanged(Current As QTableWidgetItem, Previous As QTableWidgetItem)
QTableWidget:itemActivated(Item As QTableWidgetItem)
QTableWidget:itemChanged(Item As QTableWidgetItem)
QTableWidget:itemClicked(Item As QTableWidgetItem)
QTableWidget:itemDoubleClicked(Item As QTableWidgetItem)
QTableWidget:itemEntered(Item As QTableWidgetItem)
QTableWidget:itemPressed(Item As QTableWidgetItem)
QTableWidget:itemSelectionChanged()
QTextBrowser:anchorClicked(Link As QUrl)
QTextBrowser:backwardAvailable(Available As Boolean)
QTextBrowser:forwardAvailable(Available As Boolean)
QTextBrowser:highlighted(Link As String)
QTextBrowser:highlighted2(Link As QUrl)
QTextBrowser:historyChanged()
QTextBrowser:sourceChanged(Src As QUrl)
QTextDocument:blockCountChanged(NewBlockCount As Integer)
QTextDocument:contentsChange(Position As Integer, CharsRemoved As Integer, CharsAdded As Integer)
QTextDocument:contentsChanged()
QTextDocument:cursorPositionChanged(Cursor As QTextCursor)
QTextDocument:documentLayoutChanged()
QTextDocument:modificationChanged(Changed As Boolean)
QTextDocument:redoAvailable(Available As Boolean)
QTextDocument:undoAvailable(Available As Boolean)
QTextDocument:undoCommandAdded()
QTextEdit:copyAvailable(Yes As Boolean)
QTextEdit:cursorPositionChanged()
QTextEdit:redoAvailable(Available As Boolean)
QTextEdit:selectionChanged()
QTextEdit:textChanged()
QTextEdit:undoAvailable(Available As Boolean)
QThread:finished()
QThread:started()
QThread:terminated()
QTimer:timeout()
QToolBar:actionTriggered(Action As QAction)
QToolBar:allowedAreasChanged(AllowedAreas As Qt.ToolBarAreas)
QToolBar:iconSizeChanged(IconSize As QSize)
QToolBar:movableChanged(Movable As Boolean)
QToolBar:orientationChanged(Orientation As Qt.Orientation)
QToolBar:toolButtonStyleChanged(ToolButtonStyle As Qt.ToolButtonStyle)
QToolBar:topLevelChanged(TopLevel As Boolean)
QToolBar:visibilityChanged(Visible As Boolean)
QToolBox:currentChanged(Index As Integer)
QToolButton:triggered(Action As QAction)
QTreeView:collapsed(Index As QModelIndex)
QTreeView:expanded(Index As QModelIndex)
QTreeWidget:currentItemChanged(CurrentItemId As Integer, PreviousItemId As Integer)
QTreeWidget:itemActivated(ItemId As Integer, Column As Integer)
QTreeWidget:itemChanged(ItemId As Integer, Column As Integer)
QTreeWidget:itemClicked(ItemId As Integer, Column As Integer)
QTreeWidget:itemCollapsed(ItemId As Integer, Column As Integer)
QTreeWidget:itemDoubleClicked(ItemId As Integer, Column As Integer)
QTreeWidget:itemEntered(ItemId As Integer, Column As Integer)
QTreeWidget:itemExpanded(ItemId As Integer, Column As Integer)
QTreeWidget:itemPressed(ItemId As Integer, Column As Integer)
QTreeWidget:selectionChanged()
QWebPage:contentsChanged()
QWebPage:databaseQuotaExceeded(Frame As QWebFrame, DataBaseName As String)
QWebPage:downloadRequested(Resquest As QNetworkRequest)
QWebPage:frameCreated(Frame As QWebFrame)
QWebPage:geometryChangeRequested(Geom As QRect)
QWebPage:linkClicked(Url As QUrl)
QWebPage:linkHovered(Link As String, Title As String, TextContent As String)
QWebPage:loadFinished(Ok As Boolean)
QWebPage:loadProgress(Progress As Integer)
QWebPage:loadStarted()
QWebPage:menuBarVisibilityChangeRequested(Visible As Boolean)
QWebPage:microFocusChanged()
QWebPage:printRequested(Frame As QWebFrame)
QWebPage:repaintRequested(DirtyRect As QRect)
QWebPage:restoreFrameStateRequested(Frame As QWebFrame)
QWebPage:saveFrameStateRequested(Frame As QWebFrame, Item As QWebHistoryItem)
QWebPage:scrollRequested(Dx As Integer, Dy As Integer, RectToScroll As QRect)
QWebPage:selectionChanged()
QWebPage:statusBarMessage(Text As String)
QWebPage:statusBarVisibilityChangeRequested(Visible As Boolean)
QWebPage:toolBarVisibilityChangeRequested(Visible As Boolean)
QWebPage:unsupportedContent(Reply As QNetworkReply)
QWebPage:windowCloseRequested()
QWebView:iconChanged()
QWebView:linkClicked(Url As QUrl)
QWebView:loadFinished(Ok As Bool)
QWebView:loadProgress(Progress As Integer)
QWebView:loadStarted()
QWebView:selectionChanged()
QWebView:statusBarMessage(Text As String)
QWebView:titleChanged(Title As String)
QWebView:urlChanged(Url As QUrl)
QWebView:urlChangedAsString(URL As String)
QWidget:customContextMenuRequested(Pos As QPoint)
CheckBox:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CheckBox:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CheckBox:Enter()
CheckBox:Event()
CheckBox:Exit()
CheckBox:GotFocus()
CheckBox:LostFocus()
CheckBox:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CheckBox:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CheckBox:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
CommandButton:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandButton:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandButton:Enter()
CommandButton:Event()
CommandButton:Exit()
CommandButton:GotFocus()
CommandButton:LostFocus()
CommandButton:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandButton:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandButton:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
CommandLinkButton:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandLinkButton:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandLinkButton:Enter()
CommandLinkButton:Event()
CommandLinkButton:Exit()
CommandLinkButton:GotFocus()
CommandLinkButton:LostFocus()
CommandLinkButton:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandLinkButton:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
CommandLinkButton:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
Frame:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Frame:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Frame:Enter()
Frame:Exit()
Frame:GotFocus()
Frame:LostFocus()
Frame:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Frame:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Frame:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
ImageBox:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageBox:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageBox:Enter()
ImageBox:Exit()
ImageBox:GotFocus()
ImageBox:LostFocus()
ImageBox:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageBox:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageBox:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
ImageButton:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageButton:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageButton:Enter()
ImageButton:Event()
ImageButton:Exit()
ImageButton:GotFocus()
ImageButton:LostFocus()
ImageButton:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageButton:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ImageButton:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
Label:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Label:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Label:Enter()
Label:Exit()
Label:GotFocus()
Label:LostFocus()
Label:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Label:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Label:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
RadioButton:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
RadioButton:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
RadioButton:Enter()
RadioButton:Event()
RadioButton:Exit()
RadioButton:GotFocus()
RadioButton:LostFocus()
RadioButton:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
RadioButton:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
RadioButton:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
TextBox:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
TextBox:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
TextBox:Enter()
TextBox:Event()
TextBox:Exit()
TextBox:GotFocus()
TextBox:LostFocus()
TextBox:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
TextBox:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
TextBox:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
Timer:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Timer:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Timer:Enter()
Timer:Event()
Timer:Exit()
Timer:GotFocus()
Timer:LostFocus()
Timer:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Timer:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
Timer:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
ToolButton:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ToolButton:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ToolButton:Enter()
ToolButton:Event()
ToolButton:Exit()
ToolButton:GotFocus()
ToolButton:LostFocus()
ToolButton:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ToolButton:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
ToolButton:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
UdpSocket:Click(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
UdpSocket:Close()
UdpSocket:DblClick(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
UdpSocket:Enter()
UdpSocket:Error()
UdpSocket:Event()
UdpSocket:Exit()
UdpSocket:GotFocus()
UdpSocket:LostFocus()
UdpSocket:MouseDown(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
UdpSocket:MouseUp(X As Integer, Y As Integer, GlobalX As Integer, GlobalY As Integer, LeftButton As Boolean, RightButton As Boolean, MidButton As Boolean)
UdpSocket:Open()
UdpSocket:Resize(Width As Integer, Height As Integer, OldWidth As Integer, OldHeight As Integer)
Application:lastWindowClosed()
SystemTrayIcon:activated(Text As String)
SystemTrayIcon:messageClicked()
