home *** CD-ROM | disk | FTP | other *** search
- //
- //VBBeginPartInfo: DrawingArea, "IBM sample drawing area control"
- //VBParent: ICanvas
- //VBIncludes: <darea.hpp> _DAREA_
- //VBPartDataFile: 'DAREA.VBB'
- //VBLibFile: 'darea.lib'
- //VBComposerInfo: visual, 4050, cppwv53r, USERPRIMITIVE
- //VBGeneratorClass: AvlVisualPartCodeGenerator
- //VBConstructor: DrawingArea (
- //VB: unsigned long id
- //VB: , IWindow* parent
- //VB: , IWindow* owner
- //VB: , const IRectangle& rect=IRectangle()
- //VB: , const ICanvas::Style& style=ICanvas::defaultStyle ( )
- //VB: )
- //VBAttribute: drawObject,
- //VB: "Returns the current draw object.",
- //VB: DrawingArea::DrawObject,
- //VB: drawObject(),
- //VB: setDrawObject(const DrawingArea::DrawObject drawObject)
- //VB: ,,
- //VBAttribute: enabled,
- //VB: "If the window is sent mouse and keyboard input, true is returned.",
- //VB: Boolean,
- //VB: Boolean ICanvas::isEnabled() const,
- //VB: virtual IWindow& ICanvas::enable(Boolean enabled = true),
- //VB: enableId
- //
- //VBAction: setArrow
- //VB: ,"Set drawing object to arrow.",,
- //VB: setDrawObject(=DrawingArea::move)
- //VBAction: setStyleCan
- //VB: ,"Set drawing object to arrow.",,
- //VB: setDrawObject(=DrawingArea::stylecan)
- //VBAction: setErase
- //VB: ,"Set drawing object to eraser.",,
- //VB: setDrawObject(=DrawingArea::eraser)
- //VBAction: setRectangle
- //VB: ,"Set drawing object to rectangle.",,
- //VB: setDrawObject(=DrawingArea::rectangle)
- //VBAction: setEllipse
- //VB: ,"Set drawing object to ellipse.",,
- //VB: setDrawObject(=DrawingArea::ellipse)
- //VBAction: setLine
- //VB: ,"Set drawing object to line.",,
- //VB: setDrawObject(=DrawingArea::line)
- //VBAction: setFreeHand
- //VB: ,"Set drawing object to freehand.",,
- //VB: setDrawObject(=DrawingArea::freehand)
- //VBAction: setPolyline
- //VB: ,"Set drawing object to polyline.",,
- //VB: setDrawObject(=DrawingArea::polyline)
- //VBAction: setPolygon
- //VB: ,"Set drawing object to polygon.",,
- //VB: setDrawObject(=DrawingArea::polygon)
- //VBAction: setArc
- //VB: ,"Set drawing object to arc.",,
- //VB: setDrawObject(=DrawingArea::arc)
- //VBAction: setPie
- //VB: ,"Set drawing object to pie.",,
- //VB: setDrawObject(=DrawingArea::pie)
- //VBAction: setChord
- //VB: ,"Set drawing object to chord.",,
- //VB: setDrawObject(=DrawingArea::chord)
- //VBAction: setText
- //VB: ,"Set drawing object to text.",,
- //VB: setDrawObject(=DrawingArea::text)
- //VBAction: setBitmap
- //VB: ,"Set drawing object to bitmap.",,
- //VB: setDrawObject(=DrawingArea::bitmap)
- //
- //VBAction: setColor
- //VB: ,"Set the color",,
- //VB: setColor(const IColor* color)
- //VBAction: setPenColor
- //VB: ,"Set the pen color",,
- //VB: setPenColor(const IColor* color)
- //VBAction: setWidth
- //VB: ,"Set the pen width",,
- //VB: setWidth(const unsigned long width)
- //VBAction: setDrawStyle
- //VB: ,"Set the drawn object fill/frame style",,
- //VB: setDrawStyle(short value = 0)
- //VBAction: setFlyOverHandler
- //VB: ,"Set the FlyOverHelpHandler for the DrawingArea",,
- //VB: setFlyOverHandler(IFlyOverHelpHandler* handler)
- //
- //VBPreferredFeatures: this, menu, drawObject, setColor, setWidth, setDrawStyle, setPenColor
- //VBEndPartInfo: DrawingArea
- //
- //VBBeginEnumInfo: DrawingArea::DrawObject
- //VBIncludes: <darea.hpp> _DAREA_
- //VBPartDataFile: 'DAREA.VBB'
- //VBEnumerators: move
- //VB: ,line
- //VB: ,freehand
- //VB: ,rectangle
- //VB: ,ellipse
- //VB: ,polyline
- //VB: ,polygon
- //VB: ,arc
- //VB: ,pie
- //VB: ,chord
- //VB: ,text
- //VB: ,bitmap
- //VB: ,stylecan
- //VB: ,eraser
- //VBEndEnumInfo: DrawingArea::DrawObject
- //