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

VCF::TableModelEvent Class Reference

#include <vcf/ApplicationKit/TableModel.h>

Inheritance diagram for VCF::TableModelEvent:

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

Public Member Functions

 TableModelEvent (Object *source, const uint32 &eventType, const int &startRowVal=-1, const int &rowCountVal=0, const int &startColumnVal=-1, const int &columnCountVal=0)
 TableModelEvent (const TableModelEvent &rhs)
virtual ~TableModelEvent ()
TableModelEventoperator= (const TableModelEvent &rhs)
virtual Objectclone (bool deep=false)

Public Attributes

int startRow
int numberOfRowsAffected
int startColumn
int numberOfColumnsAffected

Constructor & Destructor Documentation

VCF::TableModelEvent::TableModelEvent Object source,
const uint32 eventType,
const int &  startRowVal = -1,
const int &  rowCountVal = 0,
const int &  startColumnVal = -1,
const int &  columnCountVal = 0
[inline]
 

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

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


Member Function Documentation

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

Reimplemented from VCF::ModelEvent.

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


Member Data Documentation

int VCF::TableModelEvent::numberOfColumnsAffected
 

int VCF::TableModelEvent::numberOfRowsAffected
 

int VCF::TableModelEvent::startColumn
 

int VCF::TableModelEvent::startRow
 


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