*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Vk/VkDeck (3)              
Title
Content
Arch
Section
 

Contents


VkDeck(3x)							    VkDeck(3x)


NAME    [Toc]    [Back]

     VkDeck - Container	that makes one child at	a time visible

INHERITS FROM    [Toc]    [Back]

     VkComponent : VkCallbackObject

HEADER FILE    [Toc]    [Back]

     #include <Vk/VkDeck.h>


PUBLIC PROTOCOL	SUMMARY
   Constructor/Destructor
	   VkDeck(const	char*,Widget);
	   virtual ~VkDeck(void);


   Adding Data    [Toc]    [Back]
	   void	addView(Widget);
	   void	addView(VkComponent*);


   Setting Visibility    [Toc]    [Back]
	   void	pop(int);
	   void	pop(Widget,int);
	   void	pop(VkComponent*,int);
	   void	push(int);
	   void	push(Widget,int);
	   void	push(VkComponent*,int);


   Information    [Toc]    [Back]
	   VkComponent*	topComponent(void);
	   Widget topWidget(void);


X RESOURCES ASSOCIATED WITH THIS CLASS    [Toc]    [Back]

	  This class introduces	no new resources.


CLASS DESCRIPTION    [Toc]    [Back]

     This class	is a container to which	children can be	added.	Each child
     will be the size of the deck.  Only one child at a	time will be visible.









									Page 1






VkDeck(3x)							    VkDeck(3x)



FUNCTION DESCRIPTIONS
   VkDeck()
	  VkDeck(const char*,Widget);


	  Initialize an	instance of a VkDeck.

   ~VkDeck()
	  virtual ~VkDeck(void);


	  Free all memory allocated by a VkDeck	object.

   addView()
	   void	addView(Widget);
	   void	addView(VkComponent*);


	  Adds another child to	the deck.

   pop()
	   void	pop(enum TransitionStyle style);
	   void	pop(Widget, enum TransitionStyle style);
	   void	pop(VkComponent*, enum TransitionStyle style);


	  Makes	the named widget current (visible).  If	there is no named
	  widget, the next one becomes current.	 The only style	currently
	  implemented is POP.

   push()
	   void	push(enum TransitionStyle style);
	   void	push(Widget,enum TransitionStyle style);
	   void	push(VkComponent*,enum TransitionStyle style);


	  Makes	the named widget current (visible).  If	there is no named
	  widget, the previous one becomes current.  The only style currently
	  implemented is POP.

   topComponent()
	  VkComponent* topComponent(void);


	  Returns the current component.

   topWidget()
	  Widget topWidget(void);







									Page 2






VkDeck(3x)							    VkDeck(3x)



	  Returns the current widget.

DATA MEMBER DESCRIPTIONS    [Toc]    [Back]

   VkWidgetList* _children;
	  VkWidgetList*	_children;


	  Ordered list of child	windows	to be pushed/popped.

   int _current;
	  int _current;


	  Index	of the child that is currently on top of the stack.

INHERITED MEMBER FUNCTIONS    [Toc]    [Back]

   Inherited from VkComponent
	  _baseWidget, _extension, _name, _w

	  attributeList(), baseWidget(), deleteCallback, getAttribute(),
	  getResources(), hide(), installDestroyHandler(), isComponent(),
	  loadObject(),	manage(), name(), okToQuit(), realize(),
	  removeDestroyHandler(), setAttribute(), setDefaultResources(),
	  show(), unmanage(), Widget(),	widgetDestroyed()


   Inherited from VkCallbackObject    [Toc]    [Back]
	  addCallback(), callCallbacks(), cloneCallback(), cloneCallbacks(),
	  getMethodArgType(), getMethods(), hasCallbacks(), invokeMethod(),
	  loadObject(),	registerLoadedObject(),	removeAllCallbacks(),
	  removeCallback()


KNOWN DERIVED CLASSES    [Toc]    [Back]

     There are no known	derived	classes.


CLASSES	USED BY	THIS CLASS
     VkComponent, VkWidgetList

KNOWN CLASSES THAT USE THIS CLASS    [Toc]    [Back]

     VkTabbedDeck

SEE ALSO    [Toc]    [Back]

      
      
     VkCallbackObject, VkComponent, VkTabbedDeck, VkWidgetList


									PPPPaaaaggggeeee 3333
[ Back ]
 Similar pages
Name OS Title
XmScrollVisible Tru64 A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
XmScrollVisible HP-UX A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
XmScrollVisible IRIX A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
XmListSetItem IRIX A List function that makes an existing item the first visible item in the list
XmListSetPos Tru64 A List function that makes the item at the given position the first visible position in the list
XmListSetPos IRIX A List function that makes the item at the given position the first visible position in the list
XmListSetBottomItem IRIX A List function that makes an existing item the last visible item in the list
XmListSetItem Tru64 A List function that makes an existing item the first visible item in the list
XmListSetPos HP-UX A List function that makes the item at the given position the first visible position in the list
XmListSetBottomItem Tru64 A List function that makes an existing item the last visible item in the list
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service