SimCenterCommon
Common functionality used within different SimCenter projects
Cell Class Reference

#include <Cell.h>

Inheritance diagram for Cell:
Collaboration diagram for Cell:

Public Member Functions

 Cell ()
 
QTableWidgetItem * clone () const
 
void setData (int role, const QVariant &value)
 
QVariant data (int role) const
 
void setFormula (const QString &formula)
 
QString formula () const
 
void setDirty ()
 

Detailed Description

Definition at line 9 of file Cell.h.

Constructor & Destructor Documentation

Cell::Cell ( )

Definition at line 5 of file Cell.cpp.

Member Function Documentation

QTableWidgetItem * Cell::clone ( ) const

Definition at line 10 of file Cell.cpp.

QVariant Cell::data ( int  role) const

Definition at line 22 of file Cell.cpp.

QString Cell::formula ( ) const

Definition at line 46 of file Cell.cpp.

void Cell::setData ( int  role,
const QVariant &  value 
)

Definition at line 15 of file Cell.cpp.

void Cell::setDirty ( )

Definition at line 51 of file Cell.cpp.

void Cell::setFormula ( const QString &  formula)

Definition at line 41 of file Cell.cpp.


The documentation for this class was generated from the following files: