User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Applications - VDF - DFObjectBodyC
 

  PUBLIC
DFObjectBodyC::DFObjectBodyC(void)
DFObjectBodyC::DFObjectBodyC(const StringC &)
DFObjectBodyC::DFObjectBodyC(istream &)
DFObjectBodyC::DFObjectBodyC(BinIStreamC &)
DFObjectBodyC::Save(ostream &) const
DFObjectBodyC::Save(BinOStreamC &) const
DFObjectBodyC::Init(FactoryC &)
DFObjectBodyC::Render(GUIViewBodyC &,const Index2dC &,DFRenderModeT)
DFObjectBodyC::MouseClick(GUIViewBodyC &,const MouseEventC &)
DFObjectBodyC::Name(void) const
DFObjectBodyC::RenderSize(void) const
DFObjectBodyC::PackingSize(void) const
DFObjectBodyC::InvolveRenderSize(const IndexRange2dC &)
DFObjectBodyC::Parts(void) const
DFObjectBodyC::LinkTo(const DFObjectC &,DFSystemC &,bool)
DFObjectBodyC::AttachPoint(void) const
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   DFObjectBodyC   
 
Abstract handle for data flow object.
 
include "Ravl/DF/DFObject.hh"
Created:2/8/2002 
User Level:Develop
Library:RavlVDF
In Scope:RavlDFN

Parent Classes: Derived Classes: Variables:
Methods:
DFObjectBodyC()
Default constructor.

DFObjectBodyC(const StringC & nname)
Create named object.

DFObjectBodyC(istream & strm)
Load from stream.

DFObjectBodyC(BinIStreamC & strm)
Load from binary stream.

bool Save(ostream & out) const
Writes object to stream, can be loaded using constructor

bool Save(BinOStreamC & out) const
Writes object to stream, can be loaded using constructor

bool Init(FactoryC & factory)
Initalise with info from a factory.
This is used to setup icons, and default settings..

bool Render(GUIViewBodyC & view,const Index2dC & at,DFRenderModeT mode)
Render object to view.

DFMouseActionT MouseClick(GUIViewBodyC & view,const MouseEventC & me)
Process a mouse click.

const StringC & Name() const
Access name of object.

const IndexRange2dC & RenderSize() const
Get the total size of the object.
This may be larger than the packing size.

const IndexRange2dC & PackingSize() const
This is the size to use for packing the widget.

const IndexRange2dC & InvolveRenderSize(const IndexRange2dC & rect)
Involve in the render rectangle.
NB. This is reset by the render method.

DListC<DFAttachC> Parts() const
Get list of attachment points.

DFObjectC LinkTo(const DFObjectC & obj,DFSystemC & system,bool autoConvert = false)
Attempt to link to another object.

Index2dC AttachPoint() const
Get attachment point.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 2/8/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002