Overview | All Modules | Tutorial | User's Guide | Programming Guide
Previous

COVISE Online Documentation

Next

Public Member Functions | List of all members
vrui::coTextureRectBackgroundActor Class Reference

Overwrite the routines of this class to get callback functions for when the pointer intersected the texture and the button was pressed. More...

#include <coTextureRectBackground.h>

Public Member Functions

virtual ~coTextureRectBackgroundActor ()
 
virtual void texturePointerClicked (coTextureRectBackground *, float, float)
 Action listener called when the action button was just clicked. More...
 
virtual void texturePointerReleased (coTextureRectBackground *, float, float)
 Action listener called when the action button was just released. More...
 
virtual void texturePointerDragged (coTextureRectBackground *, float, float)
 Action listener called when the pointer is moved with the action button down. More...
 
virtual void texturePointerMoved (coTextureRectBackground *, float, float)
 Action listener called when the pointer is moved with no button pressed. More...
 
virtual void texturePointerLeft (coTextureRectBackground *)
 Action listener called when the pointer left the textured background. More...
 

Detailed Description

Overwrite the routines of this class to get callback functions for when the pointer intersected the texture and the button was pressed.

Constructor & Destructor Documentation

◆ ~coTextureRectBackgroundActor()

virtual vrui::coTextureRectBackgroundActor::~coTextureRectBackgroundActor ( )
inlinevirtual

Member Function Documentation

◆ texturePointerClicked()

void vrui::coTextureRectBackgroundActor::texturePointerClicked ( coTextureRectBackground ,
float  ,
float   
)
virtual

Action listener called when the action button was just clicked.

Parameters
tbtextured background object which triggered the event
x,yhit location on textured background when button was pressed [0..1]

◆ texturePointerDragged()

void vrui::coTextureRectBackgroundActor::texturePointerDragged ( coTextureRectBackground ,
float  ,
float   
)
virtual

Action listener called when the pointer is moved with the action button down.

Parameters
tbtextured background object which triggered the event
x,yhit location on textured background when button was pressed [0..1]

◆ texturePointerLeft()

void vrui::coTextureRectBackgroundActor::texturePointerLeft ( coTextureRectBackground )
virtual

Action listener called when the pointer left the textured background.

Parameters
tbtextured background object which triggered the event

◆ texturePointerMoved()

void vrui::coTextureRectBackgroundActor::texturePointerMoved ( coTextureRectBackground ,
float  ,
float   
)
virtual

Action listener called when the pointer is moved with no button pressed.

Parameters
tbtextured background object which triggered the event
x,yhit location on textured background when button was pressed [0..1]

◆ texturePointerReleased()

void vrui::coTextureRectBackgroundActor::texturePointerReleased ( coTextureRectBackground ,
float  ,
float   
)
virtual

Action listener called when the action button was just released.

Parameters
tbtextured background object which triggered the event
x,yhit location on textured background when button was pressed [0..1]

The documentation for this class was generated from the following files:
PreviousNext

Authors: Martin Aumüller, Ruth Lang, Daniela Rainer, Jürgen Schulze-Döbold, Andreas Werner, Peter Wolf, Uwe Wössner
Copyright © 1993-2009 HLRS, 2004-2009 RRZK, 2005-2009 Visenso
COVISE Version 6.5 Academic