COOPY » Guide
version 0.6.5
|
#include <stdio.h>
#include <getopt.h>
#include <coopy/Dbg.h>
#include <string>
#include "WideSheetManager.h"
Go to the source code of this file.
Functions | |
void | showStatus (WideSheetManager &ws, const char *key) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 21 of file widesheet.cpp.
References WideSheetManager::acceptSheet(), coopy_set_verbose(), WideSheetManager::diffSheet(), WideSheetManager::exportSheet(), WideSheetManager::isValid(), optind, WideSheetManager::setProperty(), and showStatus().
void showStatus | ( | WideSheetManager & | ws, |
const char * | key | ||
) |
Definition at line 12 of file widesheet.cpp.
References WideSheetManager::getPropertyWithDefault().
Referenced by main().