rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IliDbTreeGadget Class Reference

Gadget class. More...

#include <ilviews/dataccess/gadgets/dbtree.h>

Inheritance diagram for IliDbTreeGadget:
IlvTreeGadget IlvScrolledGadget IlvTreeGadgetItemHolder IlvGadget IlvGadgetItemHolder IlvSimpleGraphic IlvGraphic

List of all members.

Public Member Functions

 IliDbTreeGadget (IlvDisplay *display, const IlvRect &rect, IlUShort thickness=IlvDefaultGadgetThickness, IlvPalette *palette=0)
 This constructor creates a tree gadget that can be connected to a set of data sources.
void addErrorSink (IliErrorSink *sink)
 Adds an error sink.
void dontContinueProcess ()
 Stops the current process (deleting, inserting or editing).
void enableItemDeletion (IlBoolean enable)
 Enables/disables the items deletion.
void enableItemEdition (IlBoolean enable)
 Enables/disables the items editing.
void enableItemInsertion (IlBoolean enable)
 Enables/disables the items insertion.
const char * getBitmapColumnName (IlInt dsi) const
 Returns the bitmap item column name.
IlInt getDeletedItemDataSourceIndex () const
 Returns the data source index of the deleted item.
const IliValuegetDeletedItemIdentifier () const
 Returns the identifier of the deleted item.
IliErrorReportergetErrorReporter () const
 Returns the error reporter that is used by reportErrors member function.
const IliFormatgetFormat (IlInt dsi=0) const
 Returns the format used to display the item.
const char * getIdentifierColumnName (IlInt dsi) const
 Returns the identifier item column name.
IlInt getItemDataSourceIndex (IlvTreeGadgetItem *) const
 Returns the data source index of the item.
const char * getItemDialogModelName () const
 Returns the model that is used to create the item dialog.
IlInt getItemRowIndex (IlvTreeGadgetItem *) const
 Returns the row index of the item.
const char * getLabelColumnName (IlInt dsi) const
 Returns the label item column name.
const char * getModel () const
 Returns the model that is used to build the tree gadget data.
const char * getModelName () const
 Returns the model that is used to build the tree gadget data.
const char * getNewItemBitmap () const
 Returns the bitmap of the new item.
IlInt getNewItemDataSourceIndex () const
 Returns the data source index of the new item.
const IliValuegetNewItemIdentifier () const
 Returns the identifier of the new item.
const char * getNewItemLabel () const
 Returns the label of the new item.
const IliValuegetNewItemParent () const
 Returns the parent identifier of the new item.
const char * getParentColumnName (IlInt dsi) const
 Returns the parent item column name.
const char * getPopupMenuModelName () const
 Returns the model that is used to create the item popup menu.
IlInt getSelectedItemDataSourceIndex () const
 Returns the data source index of the selected item.
const IliValuegetSelectedItemIdentifier () const
 Returns the identifier of the selected item.
IliDataSourcegetTreeDataSource (IlInt dsi) const
 Returns the data source for a tree.
IlInt getTreeDataSourceCount () const
 Returns the data source count for a tree.
const char * getTreeDataSourceName (IlInt dsi) const
 Returns the data source name for a tree.
IlBoolean isConfirmOnDeleteRequired () const
 Returns IlTrue if the confirmation deletion is enabled.
IlBoolean isItemDeletionEnabled () const
 Returns IlTrue if the items deletion is enabled.
IlBoolean isItemDialogUsed () const
 Returns IlTrue if the item dialog is enabled.
IlBoolean isItemEditionEnabled () const
 Returns IlTrue if the items editing is enabled.
IlBoolean isItemInsertionEnabled () const
 Returns IlTrue if the items insertion is enabled.
IlBoolean isItemPopupMenuUsed () const
 Returns IlTrue if the items popup menu is enabled.
IlBoolean isItemsSorted () const
 Returns IlTrue if the items are sorted.
IlBoolean isRecursiveDeletion () const
 Returns IlTrue if the recursive deletion is enabled.
virtual IlBoolean onDeleteItem ()
 Called when an item is deleted.
virtual IlBoolean onEditItem ()
 Called when an item is deleted.
virtual void onIncoherentTreeData ()
 Called when an error occurs during the building of the tree.
virtual IlBoolean onInsertChildItem ()
 Called when an child item is inserted.
virtual IlBoolean onInsertSiblingItem ()
 Called when a sibling item is inserted.
virtual void refreshAll ()
 Called to build and to display the tree.
void removeErrorSink (IliErrorSink *sink)
 Removes an error sink from the tree gadget.
void reportErrors (const IliErrorList &list) const
 Reports the errors that are contained in a list.
void requireConfirmOnDelete (IlBoolean require)
 Enables/disables the deletion confirmation.
void setBitmapColumnName (IlInt dsi, const char *name)
 Sets the bitmap item column name.
void setErrorReporter (IliErrorReporter *reporter)
 Sets the error reporter.
void setFormat (const IliFormat &fmt, IlInt dsi=-1)
 Sets the format used to display the item.
void setIdentifierColumnName (IlInt dsi, const char *name)
 Sets the identifier item column name.
void setItemDialogModelName (const char *name)
 Sets the model that is used to create the item dialog.
void setLabelColumnName (IlInt dsi, const char *name)
 Sets the label item column name.
void setModel (const char *name)
 Sets the model that is used to build the tree gadget data.
void setModelName (const char *name)
 Sets the model that is used to build the tree gadget data.
void setNewItemBitmap (const char *bitmap)
 Sets the bitmap of the new item.
void setNewItemDataSourceIndex (IlInt dsi)
 Sets the data source index of the new item.
void setNewItemIdentifier (const IliValue &id)
 Sets the identifier of the new item.
void setNewItemLabel (const char *label)
 Sets the label of the new item.
void setNewItemParent (const IliValue &id)
 Sets the parent identifier of the new item.
void setParentColumnName (IlInt dsi, const char *name)
 Sets the parent item column name.
void setPopupMenuModelName (const char *)
 Sets the model that is used to create the item popup menu.
void setRecursiveDeletion (IlBoolean enable)
 Enables/disables the recursive deletion.
void setTreeDataSource (IlInt dsi, IliDataSource *ds)
 Sets a data source for a tree.
void setTreeDataSourceCount (IlInt count)
 Sets the data source count for a tree.
void setTreeDataSourceName (IlInt dsi, const char *name)
 Sets a data source name for a tree.
void sortItems (IlBoolean enable)
 Enables/disables the items sort.
void thereIsIncoherentTreeData ()
 Called to indicate that the tree is not valid.
virtual void treeRowChanged (IlInt dsi, IlInt rowno)
 Called immediately after a row has been changed.
virtual void treeRowDeleted (IlInt dsi, IlInt rowno)
 Called immediately after a row has been deleted.
virtual void treeRowFetched (IlInt dsi, IlInt rowno)
 Called immediately after a new row has been fetched from a remote database and inserted.
virtual void treeRowInserted (IlInt dsi, IlInt rowno)
 Called immediately after a new row has been inserted.
virtual void treeRowMoved (IlInt dsi, IlInt from, IlInt to)
 Called immediately after a row has been moved.
virtual void treeRowToBeChanged (IlInt dsi, IlInt rowno)
 Called just before a row is changed.
virtual void treeRowToBeDeleted (IlInt dsi, IlInt rowno)
 Called just before a row is deleted.
virtual void treeTableChanged (IlInt dsi)
 Called when the object has undergone a significant number of changes.
virtual void treeTableDeleted (IlInt dsi)
 Called when the schema or the table of the gadget data source is deleted.
void useItemDialog (IlBoolean enable)
 Enables/disables the item dialog.
void useItemPopupMenu (IlBoolean enable)
 Enables/disables the items popup menu.

Static Public Member Functions

static IlvSymbol * DeleteItemSymbol ()
 Returns the name of the callback that will be called by the virtual onDeleteItem function.
static IlvSymbol * EditItemSymbol ()
 Returns the name of the callback that will be called by the virtual onEditItem function.
static IlvSymbol * IncoherentTreeDataSymbol ()
 Returns the name of the callback that will be called by the virtual onIncoherentTreeData function.
static IlvSymbol * InsertChildItemSymbol ()
 Returns the name of the callback that will be called by the virtual onInsertChildItem function.
static IlvSymbol * InsertSiblingItemSymbol ()
 Returns the name of the callback that will be called by the virtual onInsertSiblingItem function.

Friends

class IliDbTreePopupMenuModel

Detailed Description

Gadget class.

Library: dbgadget

The IliDbTreeGadget class defines a tree gadget that works with a data source or several data sources (depending on the model). This gadget displays the links between the children and their parents. Each data source row defines a tree gadget item. To define a tree gadget, you have four columns:

To provide the data to the tree gadget, you can use the following models:

About child - parent Each child has only one parent, but a parent may have several children. If there is not a root parent (a parent that is not in the children list), the tree gadget displays nothing. If there is a circular relation, it is broken. When an error occurs, the callback defined for the IncoherentTreeDataSymbol symbol is called.


Constructor & Destructor Documentation

IliDbTreeGadget::IliDbTreeGadget ( IlvDisplay display,
const IlvRect rect,
IlUShort  thickness = IlvDefaultGadgetThickness,
IlvPalette palette = 0 
)

This constructor creates a tree gadget that can be connected to a set of data sources.

Parameters:
display The display.
rect The location.
thickness The border thickness.
palette The palette.

Member Function Documentation

void IliDbTreeGadget::addErrorSink ( IliErrorSink sink  ) 

Adds an error sink.

All errors that occur on the tree gadget will be forwarded to this error sink. Note that the tree gadget will not delete the error sink at destruction time, so the same error sink can be shared safely by many tree gadgets.

Parameters:
sink The error sink.
static IlvSymbol* IliDbTreeGadget::DeleteItemSymbol (  )  [static]

Returns the name of the callback that will be called by the virtual onDeleteItem function.

Returns:
The callback name.
static IlvSymbol* IliDbTreeGadget::EditItemSymbol (  )  [static]

Returns the name of the callback that will be called by the virtual onEditItem function.

Returns:
The callback name.
void IliDbTreeGadget::enableItemDeletion ( IlBoolean  enable  ) 

Enables/disables the items deletion.

Parameters:
enable If IlTrue the items deletion is enabled.
void IliDbTreeGadget::enableItemEdition ( IlBoolean  enable  ) 

Enables/disables the items editing.

Parameters:
enable If IlTrue the items editing is enabled.
void IliDbTreeGadget::enableItemInsertion ( IlBoolean  enable  ) 

Enables/disables the items insertion.

Parameters:
enable If IlTrue the items insertion is enabled.
const char* IliDbTreeGadget::getBitmapColumnName ( IlInt  dsi  )  const

Returns the bitmap item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The column name.
IlInt IliDbTreeGadget::getDeletedItemDataSourceIndex (  )  const

Returns the data source index of the deleted item.

Returns:
The data source index.
const IliValue& IliDbTreeGadget::getDeletedItemIdentifier (  )  const

Returns the identifier of the deleted item.

Returns:
The identifier.
IliErrorReporter* IliDbTreeGadget::getErrorReporter (  )  const

Returns the error reporter that is used by reportErrors member function.

Initially, this property is NULL.

Returns:
The error reporter. When this property is NULL, a default error reporter is used.
const IliFormat& IliDbTreeGadget::getFormat ( IlInt  dsi = 0  )  const

Returns the format used to display the item.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
Returns:
The format.
const char* IliDbTreeGadget::getIdentifierColumnName ( IlInt  dsi  )  const

Returns the identifier item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The column name.
IlInt IliDbTreeGadget::getItemDataSourceIndex ( IlvTreeGadgetItem  )  const

Returns the data source index of the item.

Returns:
The data source index.
const char* IliDbTreeGadget::getItemDialogModelName (  )  const

Returns the model that is used to create the item dialog.

Returns:
The model name.
IlInt IliDbTreeGadget::getItemRowIndex ( IlvTreeGadgetItem  )  const

Returns the row index of the item.

Returns:
The row index.
const char* IliDbTreeGadget::getLabelColumnName ( IlInt  dsi  )  const

Returns the label item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The column name.
const char* IliDbTreeGadget::getModel (  )  const

Returns the model that is used to build the tree gadget data.

Obsolete function

Returns:
The model that is used to build the tree gadget data.
const char* IliDbTreeGadget::getModelName (  )  const

Returns the model that is used to build the tree gadget data.

Returns:
The model that is used to build the tree gadget data.
const char* IliDbTreeGadget::getNewItemBitmap (  )  const

Returns the bitmap of the new item.

Returns:
The bitmap file name.
IlInt IliDbTreeGadget::getNewItemDataSourceIndex (  )  const

Returns the data source index of the new item.

Returns:
The data source index.
const IliValue& IliDbTreeGadget::getNewItemIdentifier (  )  const

Returns the identifier of the new item.

Returns:
The identifier.
const char* IliDbTreeGadget::getNewItemLabel (  )  const

Returns the label of the new item.

Returns:
The label.
const IliValue& IliDbTreeGadget::getNewItemParent (  )  const

Returns the parent identifier of the new item.

Returns:
The parent identifier.
const char* IliDbTreeGadget::getParentColumnName ( IlInt  dsi  )  const

Returns the parent item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The column name.
const char* IliDbTreeGadget::getPopupMenuModelName (  )  const

Returns the model that is used to create the item popup menu.

Returns:
The model name.
IlInt IliDbTreeGadget::getSelectedItemDataSourceIndex (  )  const

Returns the data source index of the selected item.

Returns:
The data source index.
const IliValue& IliDbTreeGadget::getSelectedItemIdentifier (  )  const

Returns the identifier of the selected item.

Returns:
The identifier.
IliDataSource* IliDbTreeGadget::getTreeDataSource ( IlInt  dsi  )  const

Returns the data source for a tree.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The data source.
IlInt IliDbTreeGadget::getTreeDataSourceCount (  )  const

Returns the data source count for a tree.

Returns:
The count.
const char* IliDbTreeGadget::getTreeDataSourceName ( IlInt  dsi  )  const

Returns the data source name for a tree.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
Returns:
The data source name.
static IlvSymbol* IliDbTreeGadget::IncoherentTreeDataSymbol (  )  [static]

Returns the name of the callback that will be called by the virtual onIncoherentTreeData function.

Returns:
The callback name.
static IlvSymbol* IliDbTreeGadget::InsertChildItemSymbol (  )  [static]

Returns the name of the callback that will be called by the virtual onInsertChildItem function.

Returns:
The callback name.
static IlvSymbol* IliDbTreeGadget::InsertSiblingItemSymbol (  )  [static]

Returns the name of the callback that will be called by the virtual onInsertSiblingItem function.

Returns:
The callback name.
IlBoolean IliDbTreeGadget::isConfirmOnDeleteRequired (  )  const

Returns IlTrue if the confirmation deletion is enabled.

Returns:
IlTrue if the confirmation deletion is enabled.
IlBoolean IliDbTreeGadget::isItemDeletionEnabled (  )  const

Returns IlTrue if the items deletion is enabled.

Returns:
IlTrue if the items deletion is enabled.
IlBoolean IliDbTreeGadget::isItemDialogUsed (  )  const

Returns IlTrue if the item dialog is enabled.

Returns:
IlTrue if the item dialog is enabled.
IlBoolean IliDbTreeGadget::isItemEditionEnabled (  )  const

Returns IlTrue if the items editing is enabled.

Returns:
IlTrue if the items editing is enabled.
IlBoolean IliDbTreeGadget::isItemInsertionEnabled (  )  const

Returns IlTrue if the items insertion is enabled.

Returns:
IlTrue if the items insertion is enabled.
IlBoolean IliDbTreeGadget::isItemPopupMenuUsed (  )  const

Returns IlTrue if the items popup menu is enabled.

Returns:
IlTrue if the items popup menu is enabled.
IlBoolean IliDbTreeGadget::isItemsSorted (  )  const

Returns IlTrue if the items are sorted.

Returns:
IlTrue if the items are sorted.
IlBoolean IliDbTreeGadget::isRecursiveDeletion (  )  const

Returns IlTrue if the recursive deletion is enabled.

Returns:
IlTrue if the recursive deletion is enabled.
virtual void IliDbTreeGadget::refreshAll (  )  [virtual]

Called to build and to display the tree.

If the tree is not valid, it calls the onIncoherentTreeData function.

void IliDbTreeGadget::removeErrorSink ( IliErrorSink sink  ) 

Removes an error sink from the tree gadget.

Parameters:
sink The error sink.
void IliDbTreeGadget::reportErrors ( const IliErrorList list  )  const

Reports the errors that are contained in a list.

This member function makes use of the error reporter returned by getErrorReporter, if any. Otherwise, it uses a default error reporter.

Parameters:
list The error list.
void IliDbTreeGadget::requireConfirmOnDelete ( IlBoolean  require  ) 

Enables/disables the deletion confirmation.

Parameters:
enable If IlTrue the deletion confirmation is enabled.
void IliDbTreeGadget::setBitmapColumnName ( IlInt  dsi,
const char *  name 
)

Sets the bitmap item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
name The column name.
void IliDbTreeGadget::setErrorReporter ( IliErrorReporter reporter  ) 

Sets the error reporter.

Note that the tree gadget will not delete the error reporter at destruction time, so the same error reporter can be shared safely by many tree gadgets.

Parameters:
reporter The error reporter.
void IliDbTreeGadget::setFormat ( const IliFormat fmt,
IlInt  dsi = -1 
)

Sets the format used to display the item.

Parameters:
fmt The format.
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.If the dsi parameter is equal to -1, the format is applied to all levels.
void IliDbTreeGadget::setIdentifierColumnName ( IlInt  dsi,
const char *  name 
)

Sets the identifier item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
name The column name.
void IliDbTreeGadget::setItemDialogModelName ( const char *  name  ) 

Sets the model that is used to create the item dialog.

Parameters:
name The model name.
void IliDbTreeGadget::setLabelColumnName ( IlInt  dsi,
const char *  name 
)

Sets the label item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
name The column name.
void IliDbTreeGadget::setModel ( const char *  name  ) 

Sets the model that is used to build the tree gadget data.

Obsolete function

Parameters:
name The model name, the possible models are:

  • IliDbTreeRecursiveModel
  • IliDbTreeStructuralModel
void IliDbTreeGadget::setModelName ( const char *  name  ) 

Sets the model that is used to build the tree gadget data.

Parameters:
name The model name, the possible models are:

  • IliDbTreeRecursiveModel
  • IliDbTreeStructuralModel
void IliDbTreeGadget::setNewItemBitmap ( const char *  bitmap  ) 

Sets the bitmap of the new item.

Parameters:
bitmap The bitmap file name.
void IliDbTreeGadget::setNewItemDataSourceIndex ( IlInt  dsi  ) 

Sets the data source index of the new item.

Parameters:
dsi The data source index.
void IliDbTreeGadget::setNewItemIdentifier ( const IliValue id  ) 

Sets the identifier of the new item.

Parameters:
id The identifier.
void IliDbTreeGadget::setNewItemLabel ( const char *  label  ) 

Sets the label of the new item.

Parameters:
label The label.
void IliDbTreeGadget::setNewItemParent ( const IliValue id  ) 

Sets the parent identifier of the new item.

Parameters:
id The parent identifier.
void IliDbTreeGadget::setParentColumnName ( IlInt  dsi,
const char *  name 
)

Sets the parent item column name.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
name The column name.
void IliDbTreeGadget::setPopupMenuModelName ( const char *   ) 

Sets the model that is used to create the item popup menu.

Parameters:
name The model name.
void IliDbTreeGadget::setRecursiveDeletion ( IlBoolean  enable  ) 

Enables/disables the recursive deletion.

Parameters:
enable If IlTrue the recursive deletion is enabled.
void IliDbTreeGadget::setTreeDataSource ( IlInt  dsi,
IliDataSource ds 
)

Sets a data source for a tree.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
ds The data source.
void IliDbTreeGadget::setTreeDataSourceCount ( IlInt  count  ) 

Sets the data source count for a tree.

Parameters:
count The data source count.
void IliDbTreeGadget::setTreeDataSourceName ( IlInt  dsi,
const char *  name 
)

Sets a data source name for a tree.

Parameters:
dsi The tree level (starting at 0). If the model is recursive, the value must be 0.
name The data source name.
void IliDbTreeGadget::sortItems ( IlBoolean  enable  ) 

Enables/disables the items sort.

Parameters:
enable If IlTrue the items are sorted.
virtual void IliDbTreeGadget::treeRowChanged ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called immediately after a row has been changed.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeRowDeleted ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called immediately after a row has been deleted.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeRowFetched ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called immediately after a new row has been fetched from a remote database and inserted.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeRowInserted ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called immediately after a new row has been inserted.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeRowMoved ( IlInt  dsi,
IlInt  from,
IlInt  to 
) [virtual]

Called immediately after a row has been moved.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
from The source row position.
from The destination row position.
virtual void IliDbTreeGadget::treeRowToBeChanged ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called just before a row is changed.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeRowToBeDeleted ( IlInt  dsi,
IlInt  rowno 
) [virtual]

Called just before a row is deleted.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
rowno The row position.
virtual void IliDbTreeGadget::treeTableChanged ( IlInt  dsi  )  [virtual]

Called when the object has undergone a significant number of changes.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
virtual void IliDbTreeGadget::treeTableDeleted ( IlInt  dsi  )  [virtual]

Called when the schema or the table of the gadget data source is deleted.

Parameters:
dsi The tree level or data source index (starting at 0). If the model is IliDbTreeRecursiveModel, the value is always 0.
void IliDbTreeGadget::useItemDialog ( IlBoolean  enable  ) 

Enables/disables the item dialog.

Parameters:
enable If IlTrue the item dialog is enabled.
void IliDbTreeGadget::useItemPopupMenu ( IlBoolean  enable  ) 

Enables/disables the items popup menu.

Parameters:
enable If IlTrue the items popup menu is enabled.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright 2012, 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.