Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Control - CListBodyC
 

  PUBLIC
CListBodyC::CListBodyC(const DListC &,GtkSelectionMode)
CListBodyC::CListBodyC(const char *,int *,GtkSelectionMode)
CListBodyC::Create(void)
CListBodyC::GUIAppendLine(int &,SArray1dC &)
CListBodyC::GUIAppendCLine(int &,SArray1dC &)
CListBodyC::AppendLine(int &,SArray1dC &)
CListBodyC::AppendLine(int &,SArray1dC &)
CListBodyC::GUIRemoveLine(int &)
CListBodyC::RemoveLine(int &)
CListBodyC::GUISelect(int &)
CListBodyC::GUIUnselect(int &)
CListBodyC::GUIUnselectAll(void)
CListBodyC::GUISelectAll(void)
CListBodyC::Select(int &)
CListBodyC::SelectAll(void)
CListBodyC::Unselect(int &)
CListBodyC::UnselectAll(void)
CListBodyC::Cols(void) const
CListBodyC::Selection(void)
CListBodyC::GUIMoveID2Row(int &,int &)
CListBodyC::MoveID2Row(int,int)
CListBodyC::Freeze(void)
CListBodyC::GUIFreeze(void)
CListBodyC::Thaw(void)
CListBodyC::GUIThaw(void)
CListBodyC::Clear(void)
CListBodyC::GUIClear(void)
CListBodyC::GUIFindRowID(const Index2dC &)
CListBodyC::Destroy(void)
CListBodyC::GUIRowUnselected(CListEventC &)
CListBodyC::GUIRowSelected(CListEventC &)
WidgetBodyC::Create(void)
WidgetBodyC::Widget(void)
WidgetBodyC::WidgetID(void) const
WidgetBodyC::WidgetName(void) const
WidgetBodyC::Name(void) const
WidgetBodyC::GUIShow(void)
WidgetBodyC::GUIHide(void)
WidgetBodyC::Show(void)
WidgetBodyC::Hide(void)
WidgetBodyC::Position(void) const
WidgetBodyC::Size(void) const
WidgetBodyC::GUISetUSize(IntT,IntT)
WidgetBodyC::Rectangle(void) const
WidgetBodyC::SetState(GtkStateType)
WidgetBodyC::WidgetDestroy(void)
WidgetBodyC::Signal(const char *)
WidgetBodyC::SetToolTip(const char *,const char *)
WidgetBodyC::AddEventMask(IntT)
WidgetBodyC::DelEventMask(IntT)
WidgetBodyC::ShapeCombineMask(GdkBitmap *,int,int)
WidgetBodyC::GUIGrabFocus(void)
WidgetBodyC::GUIDNDSource(ModifierTypeT,const SArray1dC &,DragActionT)
WidgetBodyC::GUIDNDSourceDisable(void)
WidgetBodyC::GUIDNDTarget(DestDefaultsT,const SArray1dC &,DragActionT)
WidgetBodyC::GUIDNDTargetDisable(void)
WidgetBodyC::CommonTargetEntries(void)
WidgetBodyC::GUISetState(GtkStateType &)
WidgetBodyC::Destroy(void)
WidgetBodyC::ConnectSignals(void)
WidgetBodyC::ConnectUp(const char *,Signal0C &)
WidgetBodyC::SigInfo(const char *)
WidgetBodyC::gtkDestroy(GtkWidget *,WidgetBodyC *)
WidgetBodyC::gtkEvent(GtkWidget *,GdkEvent *,Signal0C *)
WidgetBodyC::gtkEventMouseButton(GtkWidget *,GdkEvent *,Signal0C *)
WidgetBodyC::gtkEventMouseMotion(GtkWidget *,GdkEvent *,Signal0C *)
WidgetBodyC::gtkEventKeyboard(GtkWidget *,GdkEvent *,Signal0C *)
WidgetBodyC::gtkGeneric(GtkWidget *,Signal0C *)
WidgetBodyC::gtkString(GtkWidget *,Signal0C *)
WidgetBodyC::gtkCListSelect(GtkWidget *,IntT,IntT,GdkEventButton *,Signal0C *)
WidgetBodyC::gtkCListCol(GtkWidget *,IntT,Signal0C *)
WidgetBodyC::gtkDNDContext(GtkWidget *,GdkDragContext *,Signal0C *)
WidgetBodyC::gtkDNDContextTime(GtkWidget *,GdkDragContext *,unsigned int,Signal0C *)
WidgetBodyC::gtkDNDPosition(GtkWidget *,GdkDragContext *,int,int,unsigned int,Signal0C *)
WidgetBodyC::gtkDNDDataGet(GtkWidget *,GdkDragContext *,GtkSelectionData *,unsigned int,unsigned int,Signal0C *)
WidgetBodyC::gtkDNDDataRecieved(GtkWidget *,GdkDragContext *,int,int,GtkSelectionData *,unsigned int,unsigned int,Signal0C *)
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)

   CListBodyC   
 
CList widget body.
 
include "Ravl/GUI/CList.hh"
Created:13/12/2000 
Source file:Ravl/GUI/GTK/CList.hh
User Level:Develop
Library:RavlGUI
Example:exCList.cc
In Scope:RavlGUIN

Parent Classes: Variables:
GtkSelectionMode selMode;

RWLockC access;

IntT cols;

DListC titles;

SArray1dC widths;

DListC>> data;

HSetC selection;
current selection.

Methods:
CListBodyC(const DListC<StringC> & titles,GtkSelectionMode nselMode = GTK_SELECTION_SINGLE)
Constructor

CListBodyC(const char * titles[],int * colWidths = 0,GtkSelectionMode nselMode = GTK_SELECTION_SINGLE)
Constructor

bool Create()
Create the widget.

bool GUIAppendLine(int & id,SArray1dC<StringC> & line)
Append a line entry.
GUI thread only.

bool GUIAppendCLine(int & id,SArray1dC<CListCellC> & line)
Append a line entry.
GUI thread only.

void AppendLine(int & id,SArray1dC<CListCellC> & line)
Append a line entry.
GUI thread only.

void AppendLine(int & id,SArray1dC<StringC> & line)
Append a line entry.
GUI thread only.

bool GUIRemoveLine(int & id)
Remove a line entry.
GUI thread only.

void RemoveLine(int & id)
Remove a line entry.

bool GUISelect(int & id)
Force an item to be selected.
Use from the GUI thread only.

bool GUIUnselect(int & id)
Force an item to be unselected.
Use from the GUI thread only.

bool GUIUnselectAll()
Remove all entries from the selection.
Use from the GUI thread only.

bool GUISelectAll()
Remove all entries from the selection.
Use from the GUI thread only.

bool Select(int & id)
Force an item to be selected.

bool SelectAll()
Force all items to be selected.

bool Unselect(int & id)
Force an item to be unselected.

bool UnselectAll()
Remove all entries from the selection.

IntT Cols() const
Get the number of cols in the clist.

DListC<IntT> Selection()
Access current selection.

bool GUIMoveID2Row(int & id,int & rowNo)
Move the row with the given id to the rowNo .
Use from the GUI thread only.

bool MoveID2Row(int id,int rowNo)
Move the row with the given id to the rowNo .

bool Freeze()
Stop rendering updates to CList.
Calling this before doing many changes to the list and then calling Thaw() will speed up the updates.

bool GUIFreeze()
Stop rendering updates to CList.
Calling this before doing many changes to the list and then calling Thaw() will speed up the updates.

Use from the GUI thread only.


bool Thaw()
Start rendering updates to CList.

bool GUIThaw()
Start rendering updates to CList.
Use from the GUI thread only.

bool Clear()
Clear all entries from the list.

bool GUIClear()
Clear all entries from the list.
Use from the GUI thread only.

IntT GUIFindRowID(const Index2dC & at)
Find row ID at position.

void Destroy()
Undo all references.

bool GUIRowUnselected(CListEventC &)
Called when row is unselected.

bool GUIRowSelected(CListEventC &)
Called when row is selected.

#include "Ravl/GUI/Widget.hh"
bool Create()
Create the widget.

GtkWidget * Widget()
Access widget.

int WidgetID() const
Get widget id.

StringC WidgetName() const
Get widget's name.
Call only from GUI thread.

StringC Name() const
Get name of widget.
Defaults to WidgetName(), but may be differnt for Lables etc.

bool GUIShow()
Show widget to the world.
Call only from GUI thread.

bool GUIHide()
Hide widget from the world.
Call only from GUI thread.

bool Show()
Show widget to the world.
Thread safe.

bool Hide()
Hide widget from the world.
Thread safe.

Index2dC Position() const
Widget position within its parent window.

Index2dC Size() const
Access Size of wiget.

bool GUISetUSize(IntT x,IntT y)
Set size of widget.
GUI thread only.

IndexRange2dC Rectangle() const
Widget position and extent within its parent window.

void SetState(GtkStateType state)
Set state
One of: GTK_STATE_NORMAL GTK_STATE_ACTIVE GTK_STATE_PRELIGHT, GTK_STATE_SELECTED GTK_STATE_INSENSITIVE

void WidgetDestroy()
Called when the underlying widget it destroyed.
The default version of this method simpily 0's the widget ptr.

Signal0C & Signal(const char *)
Get handle for named signal.
See handle class for description.

void SetToolTip(const char * text,const char * ctxt = 0)
Set the tool tip for the widget.
NB. Not all widgets can display tooltips.

void AddEventMask(IntT event)
Add to the event mask.

void DelEventMask(IntT event)
Remove from the event mask.

void ShapeCombineMask(GdkBitmap * mask,int off_x = 0,int off_y = 0)
Make a shape mask for the widget.

void GUIGrabFocus()
Grab keyboard focus.

bool GUIDNDSource(ModifierTypeT flags,const SArray1dC<GtkTargetEntry> & entries,DragActionT actions)
Setup widget as drag and drop source.

bool GUIDNDSourceDisable()
Disable widget as a drag and drop source.

bool GUIDNDTarget(DestDefaultsT flags,const SArray1dC<GtkTargetEntry> & entries,DragActionT actions)
Setup widget as drag and drop target.

bool GUIDNDTargetDisable()
Disable widget as a drag and drop source.

static SArray1dC<GtkTargetEntry> CommonTargetEntries()
Get a list of common target entries.
name="text/plain" info=0
name="text/uri-list" info=1
name="STRING" info=2


bool GUISetState(GtkStateType & state)
Set state of widget.

void Destroy()
Undo all references.
Used to avoid problems with circluar references. This should undo all references to RAVL and GUI objects which are not in the destroy tree. The function is called by the root window in its destructor.

void ConnectSignals()
Connect the default signals to the underly widget.

void ConnectUp(const char * nm,Signal0C & sig)
Connect up a signal.

static GTKSignalInfoC & SigInfo(const char * nm)
Get information about a named signal.

static int gtkDestroy(GtkWidget * widget,WidgetBodyC * data)

static int gtkEvent(GtkWidget * widget,GdkEvent * event,Signal0C * data)

static int gtkEventMouseButton(GtkWidget * widget,GdkEvent * event,Signal0C * data)

static int gtkEventMouseMotion(GtkWidget * widget,GdkEvent * event,Signal0C * data)

static int gtkEventKeyboard(GtkWidget * widget,GdkEvent * event,Signal0C * data)

static int gtkGeneric(GtkWidget * widget,Signal0C * data)

static int gtkString(GtkWidget * widget,Signal0C * data)

static int gtkCListSelect(GtkWidget * widget,IntT row,IntT column,GdkEventButton * event,Signal0C * data)

static int gtkCListCol(GtkWidget * widget,IntT column,Signal0C * data)

static int gtkDNDContext(GtkWidget * widget,GdkDragContext * context,Signal0C * data)

static int gtkDNDContextTime(GtkWidget * widget,GdkDragContext * context,unsigned int time,Signal0C * data)

static int gtkDNDPosition(GtkWidget * widget,GdkDragContext * context,int x,int y,unsigned int time,Signal0C * data)

static int gtkDNDDataGet(GtkWidget * widget,GdkDragContext * context,GtkSelectionData * sel,unsigned int info,unsigned int time,Signal0C * data)

static int gtkDNDDataRecieved(GtkWidget * widget,GdkDragContext * context,int x,int y,GtkSelectionData * sel,unsigned int info,unsigned int time,Signal0C * data)

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