|
COOPY » Guide
version 0.6.5
|
#include <coopy/JsWrap.h>#include <stdio.h>#include <coopy/SocialCalcSheet.h>#include <coopy/SocialCalcTextBook.h>Go to the source code of this file.
Functions | |
| std::string | socialcalc_3 () |
| std::string | socialcalcconstants () |
| std::string | socialcalctableeditor () |
| std::string | socialcalcspreadsheetcontrol () |
| std::string | socialcalcwrap () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 18 of file SocialCalc.cpp.
References coopy::js::JsWrap::apply(), coopy::store::PolySheet::cellString(), coopy::store::PolySheet::insertColumn(), coopy::store::PolySheet::insertRow(), coopy::store::PolySheet::isValid(), coopy::store::PolySheet::moveColumn(), coopy::store::Property::put(), socialcalc_3(), socialcalcconstants(), socialcalcspreadsheetcontrol(), socialcalctableeditor(), socialcalcwrap(), coopy::store::DataSheet::toString(), and write().
| std::string socialcalc_3 | ( | ) |
Referenced by coopy::store::socialcalc::SocialCalcSheet::jsSetup(), and main().
| std::string socialcalcconstants | ( | ) |
Referenced by coopy::store::socialcalc::SocialCalcSheet::jsSetup(), and main().
| std::string socialcalcspreadsheetcontrol | ( | ) |
Referenced by coopy::store::socialcalc::SocialCalcSheet::jsSetup(), and main().
| std::string socialcalctableeditor | ( | ) |
Referenced by coopy::store::socialcalc::SocialCalcSheet::jsSetup(), and main().
| std::string socialcalcwrap | ( | ) |
Referenced by coopy::store::socialcalc::SocialCalcSheet::jsSetup(), and main().
1.7.4