COOPY » Guide
version 0.6.5
|
Store the appearance of a cell, row, or column. More...
#include <Appearance.h>
Public Member Functions | |
virtual bool | setForegroundRgb16 (int r, int g, int b, const AppearanceRange &range) |
virtual bool | setBackgroundRgb16 (int r, int g, int b, const AppearanceRange &range) |
virtual bool | setWeightBold (bool flag, const AppearanceRange &range) |
virtual bool | setStrikethrough (bool flag, const AppearanceRange &range) |
virtual bool | begin () |
virtual bool | end () |
int | addReference () |
int | removeReference () |
int | getReferenceCount () |
Store the appearance of a cell, row, or column.
Coopy doesn't concern itself with appearance much, but it is needed for making colorful diffs.
Definition at line 38 of file Appearance.h.
int coopy::store::RefCount::addReference | ( | ) | [inline, inherited] |
Definition at line 30 of file RefCount.h.
Referenced by coopy::store::PolyBook::attach(), coopy::fold::FoldedCell::FoldedCell(), coopy::fold::FoldedCell::getOrCreateSheet(), coopy::store::PolyBook::operator=(), coopy::store::PolyValue::operator=(), coopy::store::PolySheet::operator=(), coopy::fold::FoldedCell::operator=(), coopy::store::PolyBook::PolyBook(), coopy::store::PolySheet::PolySheet(), coopy::store::PolyValue::PolyValue(), coopy::store::PolySheet::setSchema(), and coopy::store::PolyBook::take().
virtual bool coopy::store::Appearance::begin | ( | ) | [inline, virtual] |
Definition at line 58 of file Appearance.h.
virtual bool coopy::store::Appearance::end | ( | ) | [inline, virtual] |
Definition at line 62 of file Appearance.h.
int coopy::store::RefCount::getReferenceCount | ( | ) | [inline, inherited] |
Definition at line 40 of file RefCount.h.
int coopy::store::RefCount::removeReference | ( | ) | [inline, inherited] |
Definition at line 35 of file RefCount.h.
Referenced by coopy::store::PolyBook::clear(), coopy::store::PolyValue::clear(), coopy::store::PolySheet::clearSchema(), coopy::store::PolySheet::clearSheet(), and coopy::store::PolyBook::give().
virtual bool coopy::store::Appearance::setBackgroundRgb16 | ( | int | r, |
int | g, | ||
int | b, | ||
const AppearanceRange & | range | ||
) | [inline, virtual] |
Definition at line 45 of file Appearance.h.
virtual bool coopy::store::Appearance::setForegroundRgb16 | ( | int | r, |
int | g, | ||
int | b, | ||
const AppearanceRange & | range | ||
) | [inline, virtual] |
Definition at line 40 of file Appearance.h.
virtual bool coopy::store::Appearance::setStrikethrough | ( | bool | flag, |
const AppearanceRange & | range | ||
) | [inline, virtual] |
Definition at line 54 of file Appearance.h.
virtual bool coopy::store::Appearance::setWeightBold | ( | bool | flag, |
const AppearanceRange & | range | ||
) | [inline, virtual] |
Definition at line 50 of file Appearance.h.