|
COOPY » Guide
version 0.6.5
|
#include <SheetPatcher.h>
Public Member Functions | |
| SheetPatcher (bool descriptive=false, bool forReview=false, bool forMerge=false) | |
| virtual | ~SheetPatcher () |
| virtual bool | setNames (bool forceSheetChange=false) |
| void | clearNames () |
| void | showSummary (Patcher *chain, bool chainOwned=true) |
| int | getChangeCount () |
| virtual bool | changeName (const NameChange &change) |
| virtual bool | changeConfig (const ConfigChange &change) |
| virtual bool | setFlags (const CompareFlags &flags) |
| virtual bool | changeColumn (const OrderChange &change) |
| virtual bool | changeRow (const RowChange &change) |
| virtual bool | declareNames (const std::vector< std::string > &names, bool final) |
| This method is headed toward deprecation in favor of changeName. | |
| virtual bool | changePool (const PoolChange &change) |
| virtual bool | setSheet (const char *name) |
| virtual bool | mergeStart () |
| virtual bool | mergeDone () |
| virtual bool | mergeAllDone () |
| virtual void | setConflicted () |
| virtual bool | wantLinks () |
| virtual bool | declareLink (const LinkDeclare &decl) |
| virtual bool | outputStartsFromInput () |
| virtual bool | needOutputBook () |
| bool | markChanges (const RowChange &change, int r, int width, std::vector< int > &active_val, std::vector< coopy::store::SheetCell > &val, std::vector< coopy::store::SheetCell > &cval, std::vector< coopy::store::SheetCell > &pval) |
| bool | handleConflicts () |
| bool | updateSheet () |
| virtual bool | addSheet (const char *name, const coopy::store::PolySheet &sheet) |
| virtual bool | removeSheet (const char *name) |
| virtual bool | renameSheet (const char *name0, const char *name1) |
| const CompareFlags & | getFlags () const |
| CompareFlags & | getMutableFlags () |
| virtual bool | wantDiff () |
| virtual bool | addRow (const char *tag, const std::vector< coopy::store::SheetCell > &row, const std::string &blank) |
| virtual bool | addRow (const char *tag, const std::vector< std::string > &row, const std::string &blank) |
| virtual bool | addHeader (const char *tag, const std::vector< coopy::store::SheetCell > &row, const std::string &blank) |
| virtual bool | addHeader (const char *tag, const std::vector< std::string > &row, const std::string &blank) |
| virtual bool | stripMarkup () |
| virtual void | attachSheet (coopy::store::PolySheet sheet) |
| void | attachBook (coopy::store::TextBook &book) |
| coopy::store::TextBook * | getBook () |
| virtual bool | startOutput (const std::string &output, CompareFlags &flags) |
| virtual bool | stopOutput (const std::string &output, CompareFlags &flags) |
| void | attachOutputBook (coopy::store::TextBook &book) |
| coopy::store::TextBook * | getOutputBook () |
| virtual bool | isConflicted () const |
| bool | applyPool (const PoolChange &change) |
| bool | addPoolsFromFlags (const coopy::store::DataSheet &sheet, bool msg=true) |
| bool | addPoolsFromSchema (const coopy::store::DataSheet &sheet, const coopy::store::NameSniffer &sniffer, const std::string &sheetName, bool msg=true) |
| virtual coopy::store::PolySheet | getSheet () |
| virtual bool | metaHint (const coopy::store::DataSheet &sheet) |
Static Public Member Functions | |
| static SheetPatcher * | createForApply () |
| static SheetPatcher * | createForMerge () |
| static SheetPatcher * | createForDescription () |
| static SheetPatcher * | createForReview () |
| static Patcher * | createByName (const char *name, const char *version=NULL) |
| static bool | copyFile (const char *src, const char *dest) |
Protected Attributes | |
| CompareFlags | flags |
| FILE * | out |
| coopy::store::PolySheet | patch_sheet |
| coopy::store::PolySheet | active_sheet |
| coopy::store::TextBook * | patch_book |
| coopy::store::TextBook * | output_book |
| bool | conflicted |
| bool | pending |
Definition at line 21 of file SheetPatcher.h.
| coopy::cmp::SheetPatcher::SheetPatcher | ( | bool | descriptive = false, |
| bool | forReview = false, |
||
| bool | forMerge = false |
||
| ) | [inline] |
Definition at line 77 of file SheetPatcher.h.
Referenced by createForApply(), createForDescription(), createForMerge(), and createForReview().
| virtual coopy::cmp::SheetPatcher::~SheetPatcher | ( | ) | [inline, virtual] |
Definition at line 114 of file SheetPatcher.h.
References clearNames().
| virtual bool coopy::cmp::Patcher::addHeader | ( | const char * | tag, |
| const std::vector< coopy::store::SheetCell > & | row, | ||
| const std::string & | blank | ||
| ) | [inline, virtual, inherited] |
Definition at line 420 of file Patcher.h.
References coopy::cmp::Patcher::addRow().
Referenced by coopy::cmp::Patcher::addHeader(), and coopy::cmp::Merger::merge().
| virtual bool coopy::cmp::Patcher::addHeader | ( | const char * | tag, |
| const std::vector< std::string > & | row, | ||
| const std::string & | blank | ||
| ) | [inline, virtual, inherited] |
Definition at line 426 of file Patcher.h.
References coopy::cmp::Patcher::addHeader().
| bool Patcher::addPoolsFromFlags | ( | const coopy::store::DataSheet & | sheet, |
| bool | msg = true |
||
| ) | [inherited] |
Definition at line 255 of file Patcher.cpp.
References coopy::store::SheetSchema::getColumnCount(), coopy::store::SheetSchema::getColumnInfo(), coopy::store::PoolColumnLink::getColumnName(), coopy::store::ColumnInfo::getName(), coopy::store::PoolColumnLink::getPoolName(), coopy::store::DataSheet::getSchema(), coopy::store::SheetSchema::getSheetName(), coopy::store::PoolColumnLink::getTableName(), coopy::store::PoolColumnLink::isInventor(), coopy::store::PoolColumnLink::isValid(), NULL, coopy::cmp::PoolChange::pool, coopy::cmp::PoolChange::poolName, and coopy::cmp::PoolChange::tableName.
Referenced by coopy::cmp::BookCompare::create(), and coopy::cmp::Merger::merge().
| bool Patcher::addPoolsFromSchema | ( | const coopy::store::DataSheet & | sheet, |
| const coopy::store::NameSniffer & | sniffer, | ||
| const std::string & | sheetName, | ||
| bool | msg = true |
||
| ) | [inherited] |
Definition at line 302 of file Patcher.cpp.
References coopy::store::ColumnType::autoIncrement, coopy::store::Pool::create(), coopy::store::ColumnType::foreignKey, coopy::store::ColumnType::foreignTable, coopy::store::PoolColumnLink::getColumnName(), coopy::store::PoolColumnLink::getPoolName(), coopy::store::PoolColumnLink::getTableName(), coopy::store::PoolColumnLink::isInventor(), coopy::store::PoolColumnLink::isValid(), coopy::store::Pool::lookup(), coopy::cmp::PoolChange::pool, coopy::cmp::CompareFlags::pool, coopy::cmp::PoolChange::poolName, coopy::store::NameSniffer::suggestColumnName(), coopy::store::NameSniffer::suggestColumnType(), coopy::cmp::PoolChange::tableName, and coopy::store::DataSheet::width().
Referenced by coopy::cmp::BookCompare::create().
| virtual bool coopy::cmp::Patcher::addRow | ( | const char * | tag, |
| const std::vector< coopy::store::SheetCell > & | row, | ||
| const std::string & | blank | ||
| ) | [inline, virtual, inherited] |
Reimplemented in coopy::cmp::MergeOutputPatch.
Definition at line 406 of file Patcher.h.
Referenced by coopy::cmp::Patcher::addHeader(), and coopy::cmp::Patcher::addRow().
| virtual bool coopy::cmp::Patcher::addRow | ( | const char * | tag, |
| const std::vector< std::string > & | row, | ||
| const std::string & | blank | ||
| ) | [inline, virtual, inherited] |
Definition at line 410 of file Patcher.h.
References coopy::cmp::Patcher::addRow().
| virtual bool coopy::cmp::Patcher::addSheet | ( | const char * | name, |
| const coopy::store::PolySheet & | sheet | ||
| ) | [inline, virtual, inherited] |
Definition at line 379 of file Patcher.h.
Referenced by coopy::cmp::BookCompare::compare().
| bool Patcher::applyPool | ( | const PoolChange & | change | ) | [inherited] |
Definition at line 232 of file Patcher.cpp.
References NULL, coopy::cmp::PoolChange::pool, coopy::cmp::PoolChange::poolName, and coopy::cmp::PoolChange::tableName.
Referenced by changePool(), coopy::cmp::MergeOutputPool::changePool(), and coopy::cmp::MergeOutputFilter::changePool().
| void Patcher::attachBook | ( | coopy::store::TextBook & | book | ) | [inherited] |
Definition at line 156 of file Patcher.cpp.
Referenced by coopy::app::Diff::apply(), csvs_diff(), generateExample(), and WideSheetManager::mergeToLocal().
| void coopy::cmp::Patcher::attachOutputBook | ( | coopy::store::TextBook & | book | ) | [inline, inherited] |
Definition at line 466 of file Patcher.h.
References coopy::cmp::Patcher::output_book.
Referenced by csv_merge(), and csvs_diff().
| virtual void coopy::cmp::Patcher::attachSheet | ( | coopy::store::PolySheet | sheet | ) | [inline, virtual, inherited] |
Definition at line 442 of file Patcher.h.
References coopy::cmp::Patcher::patch_sheet.
| bool SheetPatcher::changeColumn | ( | const OrderChange & | change | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 290 of file SheetPatcher.cpp.
References dbg_printf, coopy::store::PolySheet::deleteColumn(), coopy::store::PolySheet::deleteData(), FULL_COLOR, coopy::store::PolySheet::getColAppearance(), coopy::store::ColumnRef::getIndex(), HALF_COLOR, coopy::cmp::OrderChange::identityToIndex(), coopy::cmp::OrderChange::identityToIndexAfter(), coopy::cmp::OrderChange::indicesAfter, coopy::store::PolySheet::insertColumn(), coopy::store::ColumnRef::isValid(), coopy::store::Poly< T >::isValid(), coopy::store::PolySheet::isValid(), coopy::cmp::OrderChange::mode, coopy::cmp::OrderChange::namesAfter, coopy::cmp::OrderChange::namesBefore, coopy::cmp::ORDER_CHANGE_DELETE, coopy::cmp::ORDER_CHANGE_INSERT, coopy::cmp::ORDER_CHANGE_MOVE, coopy::cmp::ORDER_CHANGE_RENAME, coopy::cmp::OrderChange::subject, coopy::store::DataSheet::toString(), and coopy::store::PolySheet::width().
| virtual bool coopy::cmp::SheetPatcher::changeConfig | ( | const ConfigChange & | change | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 147 of file SheetPatcher.h.
References coopy::cmp::Patcher::changeConfig().
| bool SheetPatcher::changeName | ( | const NameChange & | change | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1415 of file SheetPatcher.cpp.
References coopy::store::PolySheet::deleteColumn(), coopy::cmp::NameChange::names, and coopy::cmp::NameChange::strong.
| virtual bool coopy::cmp::SheetPatcher::changePool | ( | const PoolChange & | change | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 162 of file SheetPatcher.h.
References coopy::cmp::Patcher::applyPool(), and coopy::cmp::Patcher::changePool().
| bool SheetPatcher::changeRow | ( | const RowChange & | change | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 665 of file SheetPatcher.cpp.
References coopy::cmp::RowChange::allNames, coopy::store::PoolRecord::cell, coopy::store::PolySheet::cellString(), coopy::store::PolySheet::cellSummary(), coopy::cmp::RowChange::cond, cond(), coopy::cmp::RowChange::conflicted, coopy::cmp::RowChange::conflictingParentVal, coopy::cmp::RowChange::conflictingVal, coopy_is_verbose(), dbg_printf, coopy::store::PolySheet::deleteRow(), coopy::store::DataSheet::desc(), FULL_COLOR, coopy::store::PoolColumnLink::getColumn(), coopy::store::RowRef::getIndex(), coopy::store::PolySheet::getRowAppearance(), HALF_COLOR, coopy::store::PolySheet::height(), coopy::store::PolySheet::insertRow(), coopy::store::PolySheet::insertRowOrdered(), coopy::store::PoolColumnLink::isInventor(), coopy::store::PolySheet::isSequential(), coopy::store::Poly< T >::isValid(), coopy::store::PoolColumnLink::isValid(), coopy::store::PolySheet::isValid(), coopy::store::PoolRecord::linked, coopy::store::PoolColumn::lookup(), coopy::cmp::RowChange::mode, coopy::store::PolySheet::moveRow(), coopy::cmp::RowChange::names, coopy::cmp::ROW_CHANGE_CONTEXT, coopy::cmp::ROW_CHANGE_DELETE, coopy::cmp::ROW_CHANGE_INSERT, coopy::cmp::ROW_CHANGE_MOVE, coopy::cmp::ROW_CHANGE_UPDATE, coopy::cmp::RowChange::sequential, coopy::cmp::RowChange::show(), coopy::store::SheetCell::toString(), coopy::cmp::RowChange::val, and coopy::store::PolySheet::width().
| void coopy::cmp::SheetPatcher::clearNames | ( | ) | [inline] |
Definition at line 127 of file SheetPatcher.h.
Referenced by ~SheetPatcher().
| bool Patcher::copyFile | ( | const char * | src, |
| const char * | dest | ||
| ) | [static, inherited] |
Definition at line 130 of file Patcher.cpp.
References NULL.
| Patcher * Patcher::createByName | ( | const char * | name, |
| const char * | version = NULL |
||
| ) | [static, inherited] |
Definition at line 54 of file Patcher.cpp.
References NULL.
Referenced by coopy::app::Coopy::setFormat().
| static SheetPatcher* coopy::cmp::SheetPatcher::createForApply | ( | ) | [inline, static] |
Definition at line 98 of file SheetPatcher.h.
References SheetPatcher().
| static SheetPatcher* coopy::cmp::SheetPatcher::createForDescription | ( | ) | [inline, static] |
Definition at line 106 of file SheetPatcher.h.
References SheetPatcher().
| static SheetPatcher* coopy::cmp::SheetPatcher::createForMerge | ( | ) | [inline, static] |
Definition at line 102 of file SheetPatcher.h.
References SheetPatcher().
| static SheetPatcher* coopy::cmp::SheetPatcher::createForReview | ( | ) | [inline, static] |
Definition at line 110 of file SheetPatcher.h.
References SheetPatcher().
| virtual bool coopy::cmp::SheetPatcher::declareLink | ( | const LinkDeclare & | decl | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 187 of file SheetPatcher.h.
References coopy::cmp::Patcher::declareLink().
| bool SheetPatcher::declareNames | ( | const std::vector< std::string > & | names, |
| bool | isFinal | ||
| ) | [virtual] |
This method is headed toward deprecation in favor of changeName.
Called with a sequence of column names. It is called twice. First, with final=false, giving an initial sequence. Then, a series of changeColumn() calls may happen, specifying manipulations of the columns. After all changeColumn() calls have happened, this method is called again, with final=true, giving a final sequence of column names.
Reimplemented from coopy::cmp::Patcher.
Definition at line 1013 of file SheetPatcher.cpp.
References coopy::store::PolySheet::isValid(), and coopy::store::PolySheet::width().
| coopy::store::TextBook* coopy::cmp::Patcher::getBook | ( | ) | [inline, inherited] |
Definition at line 448 of file Patcher.h.
References coopy::cmp::Patcher::patch_book.
| int coopy::cmp::SheetPatcher::getChangeCount | ( | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 141 of file SheetPatcher.h.
Referenced by WideSheetManager::mergeToLocal().
| const CompareFlags& coopy::cmp::Patcher::getFlags | ( | ) | const [inline, inherited] |
Definition at line 394 of file Patcher.h.
References coopy::cmp::Patcher::flags.
Referenced by coopy::cmp::MergeOutputFilter::changePool().
| CompareFlags& coopy::cmp::Patcher::getMutableFlags | ( | ) | [inline, inherited] |
Definition at line 398 of file Patcher.h.
References coopy::cmp::Patcher::flags.
| coopy::store::TextBook* coopy::cmp::Patcher::getOutputBook | ( | ) | [inline, inherited] |
Definition at line 470 of file Patcher.h.
References coopy::cmp::Patcher::output_book.
| coopy::store::PolySheet Patcher::getSheet | ( | ) | [virtual, inherited] |
Definition at line 177 of file Patcher.cpp.
References coopy::store::DataSheet::dataTail(), coopy::store::PolySheet::dataTail(), coopy::store::PolySheet::forbidSchema(), and coopy::store::PolySheet::isValid().
| bool SheetPatcher::handleConflicts | ( | ) |
Definition at line 633 of file SheetPatcher.cpp.
References coopy::store::ColumnRef::getIndex(), coopy::store::ColumnRef::isValid(), coopy::store::PolySheet::isValid(), coopy::store::PolySheet::mustHaveSchema(), and coopy::store::ColumnInfo::setType().
| virtual bool coopy::cmp::Patcher::isConflicted | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::cmp::MergeOutputFilter.
Definition at line 484 of file Patcher.h.
References coopy::cmp::Patcher::conflicted.
Referenced by coopy::cmp::MergeOutputFilter::isConflicted().
| bool SheetPatcher::markChanges | ( | const RowChange & | change, |
| int | r, | ||
| int | width, | ||
| std::vector< int > & | active_val, | ||
| std::vector< coopy::store::SheetCell > & | val, | ||
| std::vector< coopy::store::SheetCell > & | cval, | ||
| std::vector< coopy::store::SheetCell > & | pval | ||
| ) |
Definition at line 440 of file SheetPatcher.cpp.
References coopy::store::PolySheet::cellString(), coopy::store::PolySheet::cellSummary(), colorEncode(), coopy::cmp::RowChange::conflicted, coopy::store::SheetCell::escaped, FULL_COLOR, coopy::store::PolySheet::getCellAppearance(), HALF_COLOR, coopy::store::Poly< T >::isValid(), coopy::store::SheetCell::text, and coopy::store::SheetCell::toString().
| bool SheetPatcher::mergeAllDone | ( | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1135 of file SheetPatcher.cpp.
References dbg_printf.
| bool SheetPatcher::mergeDone | ( | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1142 of file SheetPatcher.cpp.
References coopy::cmp::RowUnit::change, dbg_printf, and coopy::cmp::RowUnit::sheet_name.
| bool SheetPatcher::mergeStart | ( | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1121 of file SheetPatcher.cpp.
| bool Patcher::metaHint | ( | const coopy::store::DataSheet & | sheet | ) | [virtual, inherited] |
Definition at line 193 of file Patcher.cpp.
References coopy::store::SheetSchema::clone(), dbg_printf, coopy::store::DataSheet::getMeta(), coopy::store::DataSheet::hasRowOffset(), and coopy::store::DataSheet::height().
Referenced by coopy::cmp::SheetCompare::compare().
| virtual bool coopy::cmp::SheetPatcher::needOutputBook | ( | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 196 of file SheetPatcher.h.
| virtual bool coopy::cmp::SheetPatcher::outputStartsFromInput | ( | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 192 of file SheetPatcher.h.
| virtual bool coopy::cmp::Patcher::removeSheet | ( | const char * | name | ) | [inline, virtual, inherited] |
Definition at line 384 of file Patcher.h.
Referenced by coopy::cmp::BookCompare::compare().
| virtual bool coopy::cmp::Patcher::renameSheet | ( | const char * | name0, |
| const char * | name1 | ||
| ) | [inline, virtual, inherited] |
| virtual void coopy::cmp::SheetPatcher::setConflicted | ( | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 177 of file SheetPatcher.h.
References coopy::cmp::Patcher::setConflicted().
| virtual bool coopy::cmp::SheetPatcher::setFlags | ( | const CompareFlags & | flags | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 153 of file SheetPatcher.h.
References coopy::cmp::Patcher::setFlags().
Referenced by generateExample().
| bool SheetPatcher::setNames | ( | bool | forceSheetChange = false | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1172 of file SheetPatcher.cpp.
References COOPY_ASSERT, dbg_printf, coopy::store::PolySheet::isValid(), coopy::store::PolySheet::resize(), coopy::store::PolySheet::tail_const(), and coopy::store::PolySheet::width().
| bool SheetPatcher::setSheet | ( | const char * | name | ) | [virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 1065 of file SheetPatcher.cpp.
References dbg_printf, coopy::store::TextBook::getNames(), coopy::store::PolySheet::isValid(), coopy::store::TextBook::namedSheets(), NULL, coopy::store::TextBook::readSheet(), and coopy::store::TextBook::readSheetByIndex().
| void coopy::cmp::SheetPatcher::showSummary | ( | Patcher * | chain, |
| bool | chainOwned = true |
||
| ) | [inline] |
Definition at line 135 of file SheetPatcher.h.
Referenced by coopy::app::Diff::apply(), and WideSheetManager::mergeToLocal().
| bool Patcher::startOutput | ( | const std::string & | output, |
| CompareFlags & | flags | ||
| ) | [virtual, inherited] |
Definition at line 104 of file Patcher.cpp.
References NULL, and coopy::cmp::CompareFlags::out.
Referenced by coopy::app::Diff::apply().
| bool Patcher::stopOutput | ( | const std::string & | output, |
| CompareFlags & | flags | ||
| ) | [virtual, inherited] |
Definition at line 120 of file Patcher.cpp.
References coopy::cmp::CompareFlags::out.
Referenced by coopy::app::Diff::apply().
| virtual bool coopy::cmp::Patcher::stripMarkup | ( | ) | [inline, virtual, inherited] |
Definition at line 436 of file Patcher.h.
Referenced by coopy::cmp::Merger::merge().
| bool SheetPatcher::updateSheet | ( | ) |
Definition at line 1242 of file SheetPatcher.cpp.
References coopy::store::PolySheet::cellString(), clean(), COOPY_ASSERT, dbg_printf, coopy::store::PolySheet::deleteRows(), coopy::store::PolySheet::getCellAppearance(), coopy::store::PolySheet::getRowAppearance(), coopy::store::PolySheet::height(), coopy::store::PolySheet::insertColumn(), coopy::store::PolySheet::insertRow(), coopy::store::Poly< T >::isValid(), coopy::store::PolySheet::isValid(), show(), and coopy::store::PolySheet::width().
| virtual bool coopy::cmp::Patcher::wantDiff | ( | ) | [inline, virtual, inherited] |
Reimplemented in coopy::cmp::MergeOutput, coopy::cmp::MergeOutputCsvDiff, coopy::cmp::MergeOutputCsvDiffV0p2, coopy::cmp::MergeOutputEditList, coopy::cmp::MergeOutputFilter, coopy::cmp::MergeOutputHumanDiff, coopy::cmp::MergeOutputIndex, coopy::cmp::MergeOutputPatch, coopy::cmp::MergeOutputPool, coopy::cmp::MergeOutputRowOps, coopy::cmp::MergeOutputSqlDiff, coopy::cmp::MergeOutputStats, coopy::cmp::MergeOutputTdiff, and coopy::cmp::MergeOutputVerboseDiff.
Definition at line 404 of file Patcher.h.
Referenced by coopy::cmp::Merger::merge(), and coopy::cmp::Merger::mergeRow().
| virtual bool coopy::cmp::SheetPatcher::wantLinks | ( | ) | [inline, virtual] |
Reimplemented from coopy::cmp::Patcher.
Definition at line 182 of file SheetPatcher.h.
References coopy::cmp::Patcher::wantLinks().
coopy::store::PolySheet coopy::cmp::Patcher::active_sheet [protected, inherited] |
bool coopy::cmp::Patcher::conflicted [protected, inherited] |
Definition at line 313 of file Patcher.h.
Referenced by coopy::cmp::Patcher::isConflicted(), coopy::cmp::Patcher::Patcher(), and coopy::cmp::Patcher::setConflicted().
CompareFlags coopy::cmp::Patcher::flags [protected, inherited] |
Definition at line 307 of file Patcher.h.
Referenced by coopy::cmp::Patcher::getFlags(), and coopy::cmp::Patcher::getMutableFlags().
FILE* coopy::cmp::Patcher::out [protected, inherited] |
Definition at line 308 of file Patcher.h.
Referenced by coopy::cmp::Patcher::Patcher().
coopy::store::TextBook* coopy::cmp::Patcher::output_book [protected, inherited] |
Definition at line 312 of file Patcher.h.
Referenced by coopy::cmp::Patcher::attachOutputBook(), coopy::cmp::Patcher::getOutputBook(), and coopy::cmp::Patcher::Patcher().
coopy::store::TextBook* coopy::cmp::Patcher::patch_book [protected, inherited] |
Definition at line 311 of file Patcher.h.
Referenced by coopy::cmp::Patcher::getBook(), and coopy::cmp::Patcher::Patcher().
coopy::store::PolySheet coopy::cmp::Patcher::patch_sheet [protected, inherited] |
Definition at line 309 of file Patcher.h.
Referenced by coopy::cmp::Patcher::attachSheet().
bool coopy::cmp::Patcher::pending [protected, inherited] |
Definition at line 314 of file Patcher.h.
Referenced by coopy::cmp::Patcher::Patcher().
1.7.4