|
|
|
video/videolibrary(3d) -- IRIS Video Library for SGI workstations
|
|
The IRIS Video Library (VL) provides a software interface for working with video devices and image data. It provides a programming interface to the various SGI video products. |
|
video/videosync(3d) -- information about USTs and video timing on SGI systems
|
|
In various libraries on SGI systems such as the Video Library (VL), Unadjusted System Times (USTs) are used to indicate the time at which video fields or frames cross a jack (electrical input or output of the machine). Those USTs label a single point in time, yet the video field or frame occupies a sizeable range of time. Therefore, we must define a point, within the video waveform, which a video UST labels. This point is known as the video "synchronization point." The following rules define t... |
|
|
Vk/ViewKit(3) -- A class library that makes it easier to use Motif
|
|
VkAction VkMsgService VkAlignmentGroup VkMsgWindow VkApp VkNLS VkBackground VkNameList VkBusyDialog VkNode VkCallbackObject VkOptionMenu VkCheckBox VkOutline VkCompletionField VkOutlineASB VkComponent VkPeriodic VkComponentList VkPie VkDialogManager VkPipe VkDoubleBuffer VkPopupMenu VkErrorDialog VkPrefCustom VkFatalErrorDialog VkPrefDialog VkFileSelectionDialog VkPrefEmpty VkForkIO VkPrefGroup VkGangedGroup VkPrefItem VkGenericDialog VkPrefLabel VkGetResource VkPrefList VkGraph VkPrefOption VkH... |
|
standard/viewport(3) -- allocates a rectangular area of the window for an image
|
|
left is the x coordinate of the viewport left side. right is the x coordinate of the viewport right side. bottom is the y coordinate of the viewport bottom. top is the y coordinate of the viewport top. |
|
Vk/VkAction(3) -- Supports encapsulation of a command that can be undone
|
|
Specifying do/undo Behavior virtual void doit(void); virtual void undoit(void); |
|
Vk/VkAlignmentGroup(3) -- Support for aligning widgets by size or position
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkAlignmentGroup(void); virtual void ~VkAlignmentGroup(void); |
|
Vk/VkApp(3) -- Class used by all ViewKit applications to handle initialization
|
|
#include PUBLIC PROTOCOL SUMMARY Constructors VkApp(char *appClassName, int *arg_c, char **arg_v, XrmOptionDescRec *optionList = NULL, int sizeOfOptionList = 0 ) VkApp(char *appClassName, int *arg_c, char **arg_v, ArgList argList, Cardinal argCount, void (*preRealizeFunction)(Widget w), XrmOptionDescRec *optionList, int sizeOfOptionList) |
|
Vk/VkBackground(3) -- Support for simple work procedure-based background tasks
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkBackground(void); void ~VkBackground(void); Starting and Stopping void start(void); void stop(void); |
|
Vk/VkBusyDialog(3) -- Manage and display busy dialogs
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkBusyDialog(const char* name); virtual void ~VkBusyDialog(void); |
|
Vk/VkCallbackObject(3) -- An abstract class that supports classes that use C++ member function callbacks
|
|
Invoking Callbacks void callCallbacks(const char* const name, void *callData); |
|
Vk/VkCheckBox(3) -- A simple interface to a multi-choice preference panel
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkCheckBox(const char* name, Widget parent); virtual void ~VkCheckBox(void); |
|
Vk/VkCmd(3) -- the simplest command class
|
|
#include |
|
Vk/VkCmdFactory(3) -- produces VkCmd objects
|
|
#include |
|
Vk/VkCmdManager(3) -- execute commands
|
|
#include |
|
Vk/VkCmdRegistry(3) -- registry for named command classes
|
|
#include |