This class defines a user interface entity for supporting balloon help
![]() | PBalloon ( PInteractor * parent ) Create a new balloon help interactor. |
![]() | PBalloon ( PInteractor * parent, const PString & text ) Create a new balloon help interactor. |
![]() | GetText () const Get the current balloon help text. |
![]() | SetText ( const PString & text ) Set the current balloon help text. |
![]() | New functions for class |
![]() | balloonText Text contained in the balloon help window. |
![]() | OnRedraw ( PCanvas & canvas ) The system calls this whenever it requires that the interactors usable area needs to be updated and redrawn. |
Overrides from class PObject
System callback functions.
This class defines a user interface entity for supporting balloon help
The canvas is usually a PRedrawCanvas instance with its clip
region set to the current update region as determined by the
PInteractor::Invalidate() and PInteractor::Validate()
functions as well as those areas that were obscured by overlapping
windows.
PBalloon( PInteractor * parent, const PString & text )
text - Resource identifier for loading controls. New functions for class
const PString& GetText() const
void SetText( const PString & text )
virtual void OnRedraw( PCanvas & canvas )
PString balloonText
Alphabetic index HTML hierarchy of classes or Java