Support objects


Classes

class  WT_XAML_Named_View
 An object which defines a rectangular view associated with a string name. More...
class  WT_XAML_UserData
 An object containing user-defined data. More...

Functions

 WT_XAML_Named_View::WT_XAML_Named_View (void)
 Constructs a WT_XAML_Named_View object.
 WT_XAML_Named_View::WT_XAML_Named_View (WT_Named_View const &named_view)
 Constructs a WT_XAML_Named_View object. Copy constructor.
 WT_XAML_Named_View::WT_XAML_Named_View (WT_Logical_Box const &view, const char *name=NULL)
 Constructs a WT_XAML_Named_View object with the given view and name.
 WT_XAML_Named_View::WT_XAML_Named_View (WT_Logical_Box const &view, WT_Unsigned_Integer16 const *name)
 Constructs a WT_XAML_Named_View object with the given view and name.
virtual WT_XAML_Named_View::~WT_XAML_Named_View (void)
 Destroys a WT_XAML_Named_View object.
 WT_XAML_UserData::WT_XAML_UserData ()
 Constructs a WT_XAML_UserData object.
 WT_XAML_UserData::WT_XAML_UserData (const WT_String &data_description)
 Constructs a WT_XAML_UserData object with the given description.
 WT_XAML_UserData::WT_XAML_UserData (const WT_String &data_description, WT_Integer32 data_size, WT_Byte *data, WT_Boolean copy) throw (WT_Result)
 Constructs a WT_XAML_UserData object with the given data.
WT_XAML_UserDataWT_XAML_UserData::operator= (WT_XAML_UserData const &)
virtual WT_XAML_UserData::~WT_XAML_UserData ()
 Destroys a WT_XAML_UserData object.


Function Documentation

WT_XAML_UserData::WT_XAML_UserData const WT_String &  data_description,
WT_Integer32  data_size,
WT_Byte *  data,
WT_Boolean  copy
throw (WT_Result) [inline, protected, inherited]
 

Constructs a WT_XAML_UserData object with the given data.

Parameters:
data_description  Description of the user-defined data.
data_size  Size of the data array in bytes.
data  Byte buffer containing user-defined data.
copy  Whether the data should be copied or if its content should be used directly from the array.

Definition at line 55 of file XamlUserData.h.


Generated on Tue Jan 6 22:40:21 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5