NiXPSObjects::NOXResourceDictionary Class Reference

#include "NOXPrefix.h"

List of all members.

Public Member Functions

NOXImageBrush NOXResourceDictionary::getImageBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumImageBrush ()
NOXImageBrush NOXResourceDictionary::createImageBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteImageBrush (NCommon::UInt32 pIndex)
NOXLinearGradientBrush NOXResourceDictionary::getLinearGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumLinearGradientBrush ()
NOXLinearGradientBrush NOXResourceDictionary::createLinearGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteLinearGradientBrush (NCommon::UInt32 pIndex)
NOXRadialGradientBrush NOXResourceDictionary::getRadialGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumRadialGradientBrush ()
NOXRadialGradientBrush NOXResourceDictionary::createRadialGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteRadialGradientBrush (NCommon::UInt32 pIndex)
NOXVisualBrush NOXResourceDictionary::getVisualBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumVisualBrush ()
NOXVisualBrush NOXResourceDictionary::createVisualBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteVisualBrush (NCommon::UInt32 pIndex)
NOXSolidColorBrush NOXResourceDictionary::getSolidColorBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumSolidColorBrush ()
NOXSolidColorBrush NOXResourceDictionary::createSolidColorBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteSolidColorBrush (NCommon::UInt32 pIndex)
NOXMatrixTransform NOXResourceDictionary::getMatrixTransform (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumMatrixTransform ()
NOXMatrixTransform NOXResourceDictionary::createMatrixTransform (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteMatrixTransform (NCommon::UInt32 pIndex)
NOXPathGeometry NOXResourceDictionary::getPathGeometry (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumPathGeometry ()
NOXPathGeometry NOXResourceDictionary::createPathGeometry (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deletePathGeometry (NCommon::UInt32 pIndex)
NOXPath NOXResourceDictionary::getPath (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumPath ()
NOXPath NOXResourceDictionary::createPath (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deletePath (NCommon::UInt32 pIndex)
NOXGlyphs NOXResourceDictionary::getGlyphs (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumGlyphs ()
NOXGlyphs NOXResourceDictionary::createGlyphs (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteGlyphs (NCommon::UInt32 pIndex)
NOXCanvas NOXResourceDictionary::getCanvas (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumCanvas ()
NOXCanvas NOXResourceDictionary::createCanvas (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::deleteCanvas (NCommon::UInt32 pIndex)
void NOXResourceDictionary::getSource (NOString &pString)
bool NOXResourceDictionary::hasSource ()
bool NOXResourceDictionary::removeSource ()
void NOXResourceDictionary::setSource (NOXUriBase pObject)
void intialize ()
NOXBase NOXResourceDictionary::getChild (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumChilds ()

Detailed Description

Class NOXResourceDictionary


Member Function Documentation

NOXCanvas NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getCanvas ( NCommon::UInt32  pIndex  ) 

Get Canvas element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXBase NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getChild ( NCommon::UInt32  pIndex  ) 

Get child element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXGlyphs NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getGlyphs ( NCommon::UInt32  pIndex  ) 

Get Glyphs element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXImageBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getImageBrush ( NCommon::UInt32  pIndex  ) 

Get ImageBrush element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXLinearGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getLinearGradientBrush ( NCommon::UInt32  pIndex  ) 

Get LinearGradientBrush element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXMatrixTransform NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getMatrixTransform ( NCommon::UInt32  pIndex  ) 

Get MatrixTransform element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXPath NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getPath ( NCommon::UInt32  pIndex  ) 

Get Path element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXPathGeometry NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getPathGeometry ( NCommon::UInt32  pIndex  ) 

Get PathGeometry element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXRadialGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getRadialGradientBrush ( NCommon::UInt32  pIndex  ) 

Get RadialGradientBrush element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXSolidColorBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getSolidColorBrush ( NCommon::UInt32  pIndex  ) 

Get SolidColorBrush element at index pIndex

Parameters:
pIndex index of the element you want to get
NOXVisualBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getVisualBrush ( NCommon::UInt32  pIndex  ) 

Get VisualBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

The documentation for this class was generated from the following file:

Generated on Wed Mar 10 08:54:39 2010 for NiXPS Library SDK by  doxygen 1.6.1