|
Public Types |
| enum | { class_ID = 'GrWn'
} |
Public Member Functions |
| | oofGraphWindow (LStream *inStream) |
| virtual | ~oofGraphWindow () |
| virtual Boolean | ObeyCommand (CommandT inCommand, void *ioParam=nil) |
| virtual void | FindCommandStatus (CommandT inCommand, Boolean &outEnabled, Boolean &outUsesMark, UInt16 &outMark, Str255 outName) |
Static Public Member Functions |
| oofGraphWindow * | CreateFromStream (LStream *) |
| void | RegisterClass () |
| oofGraphWindow * | CreateWindow (LCommander *inSuperCommander, oofGraph *inGraphPtr, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateBarGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateStackedBarGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateStackedBarGraphWindowWithOverlay (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long NumOverlaid, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateStackedBarGraphWindowWithOverlayView (LCommander *inSuperCommander, dbView *theView, const char *theTitle, dbView *overlayView, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateOrdinalStackedBarGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateColumnGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreatePointGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateLineGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreateXYGraphWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle, unsigned long AxisLength=0) |
| oofGraphWindow * | CreatePieChartWindow (LCommander *inSuperCommander, dbView *theView, const char *theTitle) |
Protected Member Functions |
| void | DoPageSetup () |
| void | DoPrint () |
| void | CopyToScrap () |
| | Put graph in clipboard as PICT.
|
Protected Attributes |
| oofGraph * | mGraphPtr |