rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
splitgad.h File Reference
#include <ilviews/base/gadget.h>
#include <ilviews/gadgets/macrosadv.h>

Classes

class  IlvDefaultSplitterGadgetLFHandler
 Object look-and-feel class. More...
 
class  IlvSplitterGadget
 Gadget class. More...
 
class  IlvSplitterGadgetLFHandler
 Object Look-and-Feel class. More...
 

Functions

IlvSplitterGadgetIlvMakeSplitterGadget (IlvGadgetContainer *container, IlvDirection direction, IlUInt index, IlUInt from=0, IlUInt to=(IlUInt)-1, IlvDim size=6)
 Creates a new instance of the IlvSplitterGadget class connected to the specified guide. More...
 

Detailed Description

Library: ilvadvgdt Declaration of the IlvSplitterGadget class.

Function Documentation

IlvSplitterGadget* IlvMakeSplitterGadget ( IlvGadgetContainer container,
IlvDirection  direction,
IlUInt  index,
IlUInt  from = 0,
IlUInt  to = (IlUInt)-1,
IlvDim  size = 6 
)

Creates a new instance of the IlvSplitterGadget class connected to the specified guide.

Parameters
containerThe container to which the splitter gadget will be added.
directionThe direction of the splitter gadget.
indexThe index of the guide to be associated with the splitter gadget. The first guide is assigned to the index 0.
fromThe index of the guide that is orthogonal to the splitter gadget whose direction is specified and from which the splitter gadget will be visible.
toThe index of the guide that is orthogonal to the splitter gadget whose direction is specified and to which the splitter gadget will be visible.
sizeThe size of the splitter gadget that has the specified direction.
Returns
A Pointer to the created splitter gadget.
See Also
IlvSplitterGadget.

© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.