| MC API | Subsystem list | Top level |
QAnyWin - replacement for AnyWin
QCheckBox - replacement for CheckBox
QChildWin - replacement for ChildWin
QCustomWin - replacement for CustomWin
QDialogBox - replacement for DialogBox
QListBox - replacement for ListBox
QListView - replacement for ListView
QMainWin - replacement for MainWin
QMenu - replacement for Menu
QMenuItem - replacement for MenuItem
QPopupList - replacement for PopupList
QPushButton - replacement for PushButton
QRadioButton - replacement for RadioButton
QScrollBar - replacement for ScrollBar
QStaticText - replacement for StaticText
QTextField - replacement for TextField
QToolBar - replacement for ToolBar
QPushButtonWithMenu - for when QAP sees a popup menu as a PushButton
QFloatingWin - for floating windows
AnyWin.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QAnyWin : AnyWin
void
| DragMouse2
| (integer iFromX, integer iFromY, integer iToX, integer iToY,
integer iSteps optional)
|
window
| GetMoveableWindow
| ()
|
window
| GetDeclaredParent
| ()
|
MainWin.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QMainWin : MainWin
real
| WaitForIdle
| (number iMinSeconds, number iMaxSeconds, string sWaitingFor)
|
ChildWin.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QChildWin : ChildWin
boolean
| MoveToMakeVisible
| ()
|
void
| DragMouse2
| (integer iFromX, integer iFromY, integer iToX, integer iToY,
integer iSteps optional)
|
void
| LocalToGlobal
| (integer iLocalX, integer iLocalY,
out integer iGlobalX, out integer iGlobalY)
|
void
| GlobalToLocal
| (integer iGlobalX, integer iGlobalY,
out integer iLocalX, out integer iLocalY)
|
window
| GetMoveableWindow
| ()
|
boolean
| IsPointVisible
| (integer iX, integer iY, out string sWhatsInTheWay optional)
|
void
| VerifyPointVisible
| (integer iX, integer iY)
|
void
| MoveProportionate
| (real rXpos, real rYpos, real rXsize optional NULL, real rYsize optional NULL, RECT rSpace optional)
|
void
| SizeProportionate
| (real rXsize, real rYsize, RECT rSpace optional)
|
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
string
| GetUIshellClass
| ()
|
string
| GetMainPaneID
| ()
|
void
| Invoke
| ()
|
CustomWin.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QCustomWin : CustomWin
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
boolean
| IsPointVisible
| (integer iX, integer iY, out string sWhatsInTheWay optional)
|
void
| VerifyPointVisible
| (integer iX, integer iY)
|
window
| GetUIshellClass
| ()
|
string
| GetMainPaneID
| ()
|
DialogBox.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QDialogBox : DialogBox
window
| GetMoveableWindow
| ()
|
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetUIshellClass
| ()
|
string
| GetMainPaneID
| ()
|
CheckBox.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QCheckBox : CheckBox
window
| GetMoveableWindow
| ()
|
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
ListBox.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QListBox : ListBox
window
| GetMoveableWindow
| ()
|
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
ListView.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QListView : ListView
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
PopupList.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QPopupList : PopupList
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
PushButton.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QPushButton : PushButton
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
RadioButton.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QRadioButton : RadioButton
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
ScrollBar.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QScrollBar : ScrollBar
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
TextField.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QTextField : TextField
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
ToolBar.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QToolBar : ToolBar
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
Menu.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QMenu : Menu
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
MenuItem.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QMenuItem : MenuItem
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
StaticText.
You should use it in place of the built-in class,
because it adds functionality that is needed by the PRODUCT scripts.
winclass QStaticText : StaticText
window
| GetDeclaredParent
| ()
|
string
| GetNameForLog
| (integer iX optional, integer iYoptional)
|
window
| GetMoveableWindow
| ()
|
Select method works just like the Select
method for PopupList.
winclass QPushButtonWithMenu : QPushButton
void
| Select
| (LISTITEM lItem)
|
| NT: | winclass QFloatingWin : QCustomWin
|
| Mac: | winclass QFloatingWin : QChildWin
|
Last updated 15 February 2000.