AttachDirectly Class Reference

AttachDirectly Class Reference

#include <adskDataAttachDirectly.h>

Class Description

Helper class to provide a simple implementation the the adsk::Data::Attach interface.

Simply stores the metadata directly in the class.

Use this class as a mix-in to any class to which you want metadata added

+ Inheritance diagram for AttachDirectly:

Public Member Functions

 AttachDirectly ()
 Default constructor.
 
virtual ~AttachDirectly ()
 Default destructor.
 
 AttachDirectly (const AttachDirectly &)
 Copy constructor, duplicates the metadata, which is ref-counted. More...
 
virtual adsk::Data::AssociationseditableMetadata ()
 Get the metadata associated with this object in an editable form. More...
 
virtual const adsk::Data::Associationsmetadata () const
 Get the metadata associated with this object. More...
 
virtual bool setMetadata (const adsk::Data::Associations &)
 Replace the object's metadata. More...
 
virtual bool deleteMetadata ()
 Remove the object's metadata. More...
 
- Public Member Functions inherited from Attach
 Attach ()
 Default constructor.
 
virtual ~Attach ()
 Default destructor.
 
 Attach (const Attach &)
 Copy constructor, does nothing since there is no data. More...
 

Protected Attributes

adsk::Data::AssociationsfMetadata
 Metadata stored as a pointer to allow differentiation between "no metadata" and "empty metadata" if necessary.
 

Constructor & Destructor Documentation

AttachDirectly ( const AttachDirectly rhs)

Copy constructor, duplicates the metadata, which is ref-counted.

Parameters
[in]rhsAttachDirectly data to be copied

Member Function Documentation

adsk::Data::Associations * editableMetadata ( )
virtual

Get the metadata associated with this object in an editable form.

Normally you wouldn't use this method to get metadata since modifying it directly bypasses the undo mechanism but sometimes that is the expediant thing to do.

Returns
Pointer to metadata associated with the object, or NULL if there isn't any

Implements Attach.

const adsk::Data::Associations * metadata ( ) const
virtual

Get the metadata associated with this object.

Returns
Pointer to metadata associated with the object, or NULL if there isn't any

Implements Attach.

bool setMetadata ( const adsk::Data::Associations newMetadata)
virtual

Replace the object's metadata.

Parameters
[in]newMetadataNew metadata to be set, replaces existing metadata
Returns
True if the new metadata was successfully set

Implements Attach.

bool deleteMetadata ( )
virtual

Remove the object's metadata.

Returns
True if the new metadata was successfully removed

Implements Attach.


The documentation for this class was generated from the following files:
  • adskDataAttachDirectly.h
  • adskDataAttachDirectly.cpp