class
GraphCatalog
: public
OverlayCatalog
(Return to index)
catalog for read/write of graphdraw documents.
Type:
Instantiable
Base Classes:
public
OverlayCatalog
Derived Classes
Include file:
GraphUnidraw/graphcatalog.h
Public:
GraphCatalog
(const char*,
Creator
*)
virtual boolean
Retrieve
(const char* path,
Component
*&)
read component tree from 'path', saving node and edge connectivity information in tables until done, then reconnect graph.
virtual boolean
Save
(
Component
*, const char*)
pass to
OverlayCatalog
::Save.
void
SetImport
(boolean)
set flag that indicates read is for import instead of an open.
Protected:
boolean
_import
(more documentation)