User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Layout - ToolTipsBodyC
 

  PUBLIC
ToolTipsBodyC::ToolTipsBodyC(void)
ToolTipsBodyC::Enable(void)
ToolTipsBodyC::Disable(void)
ToolTipsBodyC::GUIEnable(void)
ToolTipsBodyC::GUIDisable(void)
ToolTipsBodyC::SetDelay(RealT)
ToolTipsBodyC::GUISetDelay(RealT)
ToolTipsBodyC::AddToolTip(WidgetC &,const char *,const char *)
ToolTipsBodyC::GUIAddToolTip(WidgetC &,const char *,const char *)
ToolTipsBodyC::IsEnabled(void) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   ToolTipsBodyC   
 
Tool tip set body.
 
include "Ravl/GUI/ToolTips.hh"
Created:11/10/99 
User Level:Develop
Library:RavlGUI
In Scope:RavlGUIN

Parent Classes: Variables:
Methods:
ToolTipsBodyC()
Constructor.

void Enable()
Enable tool tips.
Thread safe.

void Disable()
Disable tool tips.
Thread safe.

bool GUIEnable()
Enable tool tips.
GUI Thread only.

bool GUIDisable()
Disable tool tips.
GUI Thread only.

void SetDelay(RealT secs)
Set tips delay.
Thread safe.

bool GUISetDelay(RealT secs)
Set tips delay.
GUI Thread only.

void AddToolTip(WidgetC & widge,const char * text,const char * context = 0)
Set tips delay.
Thread safe.

bool GUIAddToolTip(WidgetC & widge,const char * text,const char * context = 0)
Set tips delay.
GUI Thread only.

bool IsEnabled() const
Is this group of tool tips enabled ?

#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: 11/10/99, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002