VkCursorList man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



VkCursorList(3x)					      VkCursorList(3x)

NAME
     VkCursorList - Support lists of cursors that can be used for animation

HEADER FILE
     #include <Vk/VkCursorList.h>

PUBLIC PROTOCOL SUMMARY
   Destructor
	   virtual void ~VkCursorList(void);

CLASS DESCRIPTION
	  This abstract base class manages a list of cursors and supports
	  functions for cycling through the list. It is used as the basis of
	  VkBusyCursor, which provides a sequence of animated busy cursors. To
	  add alternate busy cursors to a ViewKit application, one can
	  subclass VkCursorList, provide the desired sequence of Cursors, and
	  install the new class with the VkApp object.

PUBLIC METHOD DESCRIPTIONS
   ~VkCursorList()
	   virtual void ~VkCursorList(void);

	  Frees the storage associated with a VkCursorList object.

   next()
	  Cursor next();

	  Returns the next Cursor in the sequence.

   current()
	  Cursor current();

	  Returns the current cursor in the sequence.

   reset()
	  void reset();

	  Resets a sequence of Cursors to the initial Cursor in the animation
	  sequence.

									Page 1

VkCursorList(3x)					      VkCursorList(3x)

DERIVING SUBCLASSES
	  To use the VkCursorList class, you must create a subclass. The
	  subclass must implement the createCursor() method, which is expected
	  to return a Cursor, given an index into a sequence.

PROTECTED METHOD DESCRIPTIONS
   VkCursorList()
	   VkCursorList(int numCursors);

	  Initializes a VkCursorList object. This constructor must be called
	  from a derived class constructor. The numCursors argument must
	  indicate the number of Cursors in the sequence of animated Cursors
	  this class will create.

   createCursor()
	      virtual void createCursor(int index) = 0;

	  VkCursorList uses a lazy evaluation method for creating Cursors. No
	  Cursors are created initially. VkCursorList maintains a list of
	  cursors that is supplied to clients via calls to next() and
	  current(). When VkCursorList needs a Cursor that has not yet been
	  created, it calls createCursor() with an index that indicates the
	  needed Cursor. Subclasses are expected to implement this function
	  and be able to return the appropriate Cursor.

KNOWN DERIVED CLASSES
     VkBusyCursor

SEE ALSO
     ViewKit Programmer's Guide
     The X Window System, DEC Press, Bob Sheifler and Jim Gettys
     The X Window System Toolkit, DEC Press, Paul Asente and Ralph Swick
     The OSF/Motif Programmers Reference, Prentice Hall, OSF

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net