COOPY » Guide
version 0.6.5
|
#include <DataColumn.h>
Public Member Functions | |
DataColumn (const coopy::store::DataSheet &owner, int index, int height) | |
void | evaluate () |
void | unevaluate (int top) |
Nature | getNature () |
int | height () |
int | size () |
std::string | cell (int x) |
Definition at line 91 of file DataColumn.h.
coopy::cmp::DataColumn::DataColumn | ( | const coopy::store::DataSheet & | owner, |
int | index, | ||
int | height | ||
) | [inline] |
Definition at line 98 of file DataColumn.h.
References height().
std::string coopy::cmp::DataColumn::cell | ( | int | x | ) | [inline] |
Definition at line 118 of file DataColumn.h.
References coopy::store::DataSheet::cellString().
void DataColumn::evaluate | ( | ) |
Definition at line 178 of file DataColumn.cpp.
Nature coopy::cmp::DataColumn::getNature | ( | ) | [inline] |
Definition at line 108 of file DataColumn.h.
Referenced by coopy::cmp::DataStat::evaluate2().
int coopy::cmp::DataColumn::height | ( | ) | [inline] |
Definition at line 110 of file DataColumn.h.
Referenced by DataColumn().
int coopy::cmp::DataColumn::size | ( | ) | [inline] |
Definition at line 114 of file DataColumn.h.
void DataColumn::unevaluate | ( | int | top | ) |
Definition at line 185 of file DataColumn.cpp.
Referenced by coopy::cmp::DataStat::evaluate2().