|
|
| typedef void (*cepDatasetProgressCB) (int plane, long lineno) | (*cepDatasetProgressCB) |
#include <gdms/cepDataset.h>
DOCBOOK START
FUNCTION cepDatasetProgressCB PURPOSE report progress on dataset parsing to the calling method
SYNOPSIS START typedef void (*cepDatasetProgressCB) (int plane, long lineno); SYNOPSIS END
DESCRIPTION START
This type is used to define a callback function which will be called whenever a line has been read from the dataset files.
SEEALSO cepDataset DOCBOOK END ****************************************************************************
| typedef struct cep_internal_datarow | cep_internal_datarow |
#include <gdms/cepDataset.h>
| typedef vector < cep_datarow > cep_datacol | cep_datacol |
#include <gdms/cepDataset.h>
| void ds_progressCallback (int plane, long line)
| ds_progressCallback |
#include <gdms/cepDoc.h>
| extern cepFrame * GetMainFrame (void)
| GetMainFrame |
#include <gdms/cepUI.h>
| string cepToString (int number)
| cepToString |
#include <gdms/cepUtility.h>
Utility methods for CEP Copyright (C) Michael Still 2002
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ****************************************************************************
| string cepToString (long number)
| cepToString |
#include <gdms/cepUtility.h>
| string cepToString (double number)
| cepToString |
#include <gdms/cepUtility.h>
| string cepToString (float number)
| cepToString |
#include <gdms/cepUtility.h>
| bool cepIsBlank (char chr)
| cepIsBlank |
#include <gdms/cepUtility.h>
| Generated by: pob on trillian on Sat Aug 10 17:26:42 2002, using kdoc 2.0a53. |