rllib
1
|
#include <rlspreadsheet.h>
Public Member Functions | |
rlSpreadsheetCell (const char *text=0) | |
virtual | ~rlSpreadsheetCell () |
const char * | text () |
void | setText (const char *text) |
int | printf (const char *format,...) |
void | clear () |
void | setNextCell (rlSpreadsheetCell *next) |
rlSpreadsheetCell * | getNextCell () |
int | exists () |
Private Attributes | |
char * | txt |
rlSpreadsheetCell * | nextCell |
A cell of a spreadsheet.
Definition at line 24 of file rlspreadsheet.h.
rlSpreadsheetCell::rlSpreadsheetCell | ( | const char * | text = 0 | ) |
Definition at line 25 of file rlspreadsheet.cpp.
|
virtual |
Definition at line 39 of file rlspreadsheet.cpp.
void rlSpreadsheetCell::clear | ( | ) |
Definition at line 75 of file rlspreadsheet.cpp.
int rlSpreadsheetCell::exists | ( | ) |
Definition at line 91 of file rlspreadsheet.cpp.
rlSpreadsheetCell * rlSpreadsheetCell::getNextCell | ( | ) |
Definition at line 86 of file rlspreadsheet.cpp.
int rlSpreadsheetCell::printf | ( | const char * | format, |
... | |||
) |
Definition at line 62 of file rlspreadsheet.cpp.
void rlSpreadsheetCell::setNextCell | ( | rlSpreadsheetCell * | next | ) |
Definition at line 81 of file rlspreadsheet.cpp.
void rlSpreadsheetCell::setText | ( | const char * | text | ) |
Definition at line 50 of file rlspreadsheet.cpp.
const char * rlSpreadsheetCell::text | ( | ) |
Definition at line 44 of file rlspreadsheet.cpp.
|
private |
Definition at line 38 of file rlspreadsheet.h.
|
private |
Definition at line 37 of file rlspreadsheet.h.