Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::ColumnModelEvent Class Reference

Class ColumnModelEvent documentation. More...

#include <vcf/ApplicationKit/ColumnModelEvent.h>

Inheritance diagram for VCF::ColumnModelEvent:

VCF::Event VCF::Object List of all members.

Public Member Functions

 ColumnModelEvent (Object *source)
 ColumnModelEvent (Object *source, const uint32 &eventType)
 ColumnModelEvent (Object *source, ColumnItem *item)
 ColumnModelEvent (Object *source, const uint32 &eventType, ColumnItem *item)
virtual ~ColumnModelEvent ()
ColumnItemgetColumnItem ()
void setColumnItem (ColumnItem *item)
 ColumnModelEvent (const ColumnModelEvent &rhs)
ColumnModelEventoperator= (const ColumnModelEvent &rhs)
virtual Objectclone (bool deep=false)
 Makes a complete clone of this object.

Protected Attributes

ColumnItemcolumnItem_

Detailed Description

Class ColumnModelEvent documentation.


Constructor & Destructor Documentation

VCF::ColumnModelEvent::ColumnModelEvent Object source  )  [inline]
 

VCF::ColumnModelEvent::ColumnModelEvent Object source,
const uint32 eventType
[inline]
 

VCF::ColumnModelEvent::ColumnModelEvent Object source,
ColumnItem item
[inline]
 

VCF::ColumnModelEvent::ColumnModelEvent Object source,
const uint32 eventType,
ColumnItem item
[inline]
 

virtual VCF::ColumnModelEvent::~ColumnModelEvent  )  [inline, virtual]
 

VCF::ColumnModelEvent::ColumnModelEvent const ColumnModelEvent rhs  )  [inline]
 


Member Function Documentation

virtual Object* VCF::ColumnModelEvent::clone bool  deep = false  )  [inline, virtual]
 

Makes a complete clone of this object.

A typical implementation might be:

    virtual Object* clone( bool deep ) {
        return new MyObject( this );
    }
In which the implementer simply creates a new instance on the heap and calls the copy constructor. Objects which support cloning should also have a copy constructor defined as well.

Parameters:
bool deep if deep is true then any object instances that this object owns should probably be cloned as well, with full new copies made. Otherwise it would be acceptable to simply copy the pointer values. The default value is for deep cloning to be false.
Returns:
Object a new instance that should be an copy of this. If the object doesn't support cloning the return will value will be NULL.

Reimplemented from VCF::Event.

ColumnItem* VCF::ColumnModelEvent::getColumnItem  )  [inline]
 

ColumnModelEvent& VCF::ColumnModelEvent::operator= const ColumnModelEvent rhs  )  [inline]
 

void VCF::ColumnModelEvent::setColumnItem ColumnItem item  )  [inline]
 


Member Data Documentation

ColumnItem* VCF::ColumnModelEvent::columnItem_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information