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

VCF::CellID Class Reference

#include <vcf/ApplicationKit/TableModel.h>

List of all members.

Public Types

enum  { Invalid = (uint32)-1 }

Public Member Functions

 CellID ()
 CellID (uint32 r, uint32 c)
bool isValid () const
 operator bool () const
bool operator== (const CellID &rhs) const
bool operator!= (const CellID &rhs) const

Public Attributes

uint32 row
uint32 column


Member Enumeration Documentation

anonymous enum
 

Enumerator:
Invalid 


Constructor & Destructor Documentation

VCF::CellID::CellID  )  [inline]
 

VCF::CellID::CellID uint32  r,
uint32  c
[inline]
 


Member Function Documentation

bool VCF::CellID::isValid  )  const [inline]
 

VCF::CellID::operator bool  )  const [inline]
 

bool VCF::CellID::operator!= const CellID rhs  )  const [inline]
 

bool VCF::CellID::operator== const CellID rhs  )  const [inline]
 


Member Data Documentation

uint32 VCF::CellID::column
 

uint32 VCF::CellID::row
 


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