|
Vk/VkNameList(3) -- A class that supports and manipulates lists of strings
|
VkNameList provides a convenient way to maintain a list of character strings. Strings can be added or removed individually, the list can be sorted or reversed, duplications can be removed, the best completion of a substring can be found, the most common occurrence can be computed, and so on. The list can also be automatically converted to a XmStringTable, making this a useful class for use with Motif widgets that require a list of compound strings. Some of the VkNameList operators allocate memor... |
Vk/VkNLS(3) -- Network Licensing support
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkNLS(char* vendorID, long key, int productID, char* version, NLSCallback loseLicenseCallback = NULL, void *clientData=NULL); void ~VkNLS(void); |
|
Vk/VkNode(3) -- Base node class used by VkGraph
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkNode(void); VkNode(const char *name,const char *label); VkNode(const char *name, VkNode *parent, const char *label); virtual void ~VkNode(void); |
Vk/VkOlNode(3) -- A utility class used by VkOutline
|
The VkOlNode is an utility class for VkOutline, VkOutlineASB components. In addition to being helpful as a node in the outline tree, it provides ways for outline components to manage opening, closing, display attribute setting and searching. Some public methods documented here can be used by derived class implementors for VkOutline, VkOutlineASB. They can also be helpful to users of VkOutline::walkAllKeywords. A VkOlNode has a display string (name), a key used in searching and a hook - user defi... |
Vk/VkOptionMenu(3) -- An option menu for use with ViewKit menu items
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkOptionMenu(VkMenuDesc *desc, XtPointer defaultClientData = NULL); VkOptionMenu(const char *name = "optionMenu", VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); VkOptionMenu(Widget parent, VkMenuDesc *desc, XtPointer defaultClientData = NULL); VkOptionMenu(Widget parent, const char *name = "optionMenu", VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); ~VkOptionMenu();... |
Vk/VkOutline(3) -- A simple outliner
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkOutline (const char *name, Widget parent); virtual void ~VkOutline(void); |
Vk/VkOutlineASB(3) -- An outliner that uses the annotated scrollbar
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkOutlineASB& VkOutlineASB(const char* name, Widget parent); virtual void ~VkOutlineASB(void); |
Vk/VkPeriodic(3) -- Support for performing actions at regular periodic intervals
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPeriodic(int interval); virtual void ~VkPeriodic(void); Starting and Stopping void start(void); void stop(void); |
Vk/VkPie(3) -- A simple pie chart component
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPie(const char *name, Widget parent) virtual void ~VkPie(void); |
Vk/VkPipe(3) -- Object-oriented interface to Unix pipes
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPipe(int& fd); void ~VkPipe(void); |
Vk/VkPixmap(3) -- Convenience functions that work with libXpm
|
Widget w -- used by libXpm to derive necessary visual information. char **xpmPixmapDesc, **xpmInsensitivePixmapDesc -- is an xpm programmatic description. char *xpmBufferOrFile, *xpmInsensitiveBufferOrFile -- is a character string that is an xpm description in a buffer, or else a file name. char **resources -- specifies the resource to be set, such as XmNlabelPixmap or XmNselectPixmap. The default is XmNlabelPixmap.... |
Vk/VkPopupMenu(3) -- A Popup menu class
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPopupMenu(VkMenuDesc *desc, XtPointer defaultClientData = NULL); VkPopupMenu(const char *name = "popupMenu", VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); VkPopupMenu(Widget parent, VkMenuDesc *desc, XtPointer defaultClientData = NULL); VkPopupMenu(Widget parent, const char *name = "popupMenu", VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); ~VkPopupMenu(); Displaying Menus" virtual vo... |
Vk/VkPrefCustom(3) -- Custom widget holder for preference package
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPrefCustom(const char* name); virtual void ~VkPrefCustom(void); |
Vk/VkPrefDialog(3) -- Preference dialog interface for preference package
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPrefDialog(const char* name, VkPrefItem* item = NULL); virtual void ~VkPrefDialog(void); |
Vk/VkPrefEmpty(3) -- Empty place holder for preference package (decorative)
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkPrefEmpty(void); virtual void ~VkPrefEmpty(void); |