Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::ToolTipEvent Class Reference

The tooltip event is fired when tooltip text is being requested and/or just before the tooltip is ready to be shown, allowing the handler to customize the tooltip's data or presentation. More...

#include <vcf/ApplicationKit/ToolTipEvent.h>

Inheritance diagram for VCF::ToolTipEvent:

VCF::Event VCF::Object List of all members.

Public Member Functions

 ToolTipEvent (Object *source, const uint32 &type)
 ToolTipEvent (const ToolTipEvent &rhs)
virtual ~ToolTipEvent ()
ToolTipEventoperator= (const ToolTipEvent &rhs)
virtual Objectclone (bool deep=false)

Public Attributes

String tooltipString
Point tooltipLocation
Size tooltipSize
ControlembeddedControl
bool autoDestroyEmbeddedControl
Color backgroundColor

Detailed Description

The tooltip event is fired when tooltip text is being requested and/or just before the tooltip is ready to be shown, allowing the handler to customize the tooltip's data or presentation.


Constructor & Destructor Documentation

VCF::ToolTipEvent::ToolTipEvent Object source,
const uint32 type
[inline]
 

VCF::ToolTipEvent::ToolTipEvent const ToolTipEvent rhs  )  [inline]
 

virtual VCF::ToolTipEvent::~ToolTipEvent  )  [inline, virtual]
 


Member Function Documentation

virtual Object* VCF::ToolTipEvent::clone bool  deep = false  )  [inline, virtual]
 

ToolTipEvent& VCF::ToolTipEvent::operator= const ToolTipEvent rhs  )  [inline]
 


Member Data Documentation

bool VCF::ToolTipEvent::autoDestroyEmbeddedControl
 

Color VCF::ToolTipEvent::backgroundColor
 

Control* VCF::ToolTipEvent::embeddedControl
 

Point VCF::ToolTipEvent::tooltipLocation
 

Size VCF::ToolTipEvent::tooltipSize
 

String VCF::ToolTipEvent::tooltipString
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information