Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Data Display - DPWindowBodyC
 

  PUBLIC
DPWindowBodyC::DPWindowBodyC(const StringC &,const IndexRange2dC &)
DPWindowBodyC::Name(void) const
DPWindowBodyC::Init(const IndexRange2dC &)
DPWindowBodyC::AddObject(const DPDisplayObjC &)
DPWindowBodyC::ReplaceObject(const DPDisplayObjC &)
DPWindowBodyC::Clear(void)
DPWindowBodyC::Refresh(void)
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)

   DPWindowBodyC   
 
DP Window base.
 
include "Ravl/GUI/DPWindow.hh"
Source file:Ravl/GUI/DPDisplay/DPWindow.hh
User Level:Develop
Library:RavlDPDisplay
In Scope:RavlGUIN

Parent Classes: Variables:
StringC name;

MutexC setupMutex;
Make sure window is only setup once.

WindowC win;

IndexRange2dC winSize;

DPDisplayViewC view;

Methods:
DPWindowBodyC(const StringC & nname,const IndexRange2dC & nWinSize = IndexRange2dC (IndexC))
Default constructor.

const StringC & Name() const
Access window name.

void Init(const IndexRange2dC & size)
Construct widgets.

bool AddObject(const DPDisplayObjC & obj)
Add object to the display list.

bool ReplaceObject(const DPDisplayObjC & obj)
This clears the display list then adds 'obj'.

bool Clear()
Clear the display list.

bool Refresh()
Refresh the display.

#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, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002