COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::Appearance Class Reference

Store the appearance of a cell, row, or column. More...

#include <Appearance.h>

Inheritance diagram for coopy::store::Appearance:
coopy::store::RefCount

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 ()

Detailed Description

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.


Member Function Documentation

int coopy::store::RefCount::addReference ( ) [inline, inherited]
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]
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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines