TQ3ViewerDrawCallbackMethod |
typedef Q3_CALLBACK_API_C (TQ3Status, TQ3ViewerDrawCallbackMethod) (
TQ3ViewerObject theViewer,
const void *userData
);
Callback which is invoked by the viewer after it draws any part of itself,
including the control strip.
- theViewer
- Viewer object.
- userData
- User supplied data parameter.
TQ3ViewerDrawingCallbackMethod |
typedef Q3_CALLBACK_API_C (OSErr, TQ3ViewerDrawingCallbackMethod) (
TQ3ViewerObject theViewer,
const void *userData
);
Callback which is invoked by the viewer after it draws any part of itself,
including the control strip.
- theViewer
- Viewer object.
- userData
- User supplied data parameter.
TQ3ViewerDrawingCallbackMethod |
typedef TQ3ViewerDrawCallbackMethod TQ3ViewerDrawingCallbackMethod;
Callback which is invoked by the viewer after it draws any part of itself,
including the control strip.
- theViewer
- Viewer object.
- userData
- User supplied data parameter.
TQ3ViewerPaneResizeNotifyCallbackMethod |
typedef Q3_CALLBACK_API_C (TQ3Status, TQ3ViewerPaneResizeNotifyCallbackMethod) (
TQ3ViewerObject theViewer,
const void *userData
);
Callback which is invoked by the viewer when its window is resized.
- theViewer
- Viewer object.
- userData
- User supplied data parameter.
TQ3ViewerWindowResizeCallbackMethod |
typedef Q3_CALLBACK_API_C (TQ3Status, TQ3ViewerWindowResizeCallbackMethod) (
TQ3ViewerObject theViewer,
const void *userData
);
Callback which is invoked by the viewer when the user clicks and drags
in the resize region for its window. By default, the viewer will handle
this operation and resize the window, however this callback can be used
to override this behaviour.
The callback should handle all mouse tracking, resizing, and invalidating
of the viewer window.
- theViewer
- Viewer object.
- userData
- User supplied data parameter.
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)