SoEventCallback - Online Linux Manual PageSection : 3
Updated : Mon Jan 25 2021
Source : Version 3.1.3
Note : Coin

NAMESoEventCallback − The SoEventCallback class provides functionality for catching events​.

SYNOPSIS
#include <Inventor/nodes/SoEventCallback​.h> Inherits SoNode​.

Public Member Functionsvirtual SoType getTypeId (void) const
SoEventCallback (void)
void setPath (SoPath *path)
const SoPath * getPath (void)
void addEventCallback (SoType eventtype, SoEventCallbackCB *f, void *userdata=NULL)
void removeEventCallback (SoType eventtype, SoEventCallbackCB *f, void *userdata=NULL)
SoHandleEventAction * getAction (void) const
const SoEvent * getEvent (void) const
const SoPickedPoint * getPickedPoint (void) const
void setHandled (void)
SbBool isHandled (void) const
void grabEvents (void)
void releaseEvents (void)

Static Public Member Functionsstatic SoType getClassTypeId (void)
static void initClass (void)

Protected Member Functionsvirtual const SoFieldData * getFieldData (void) const
virtual ~SoEventCallback ()
virtual void handleEvent (SoHandleEventAction *action)

Static Protected Member Functionsstatic const SoFieldData ** getFieldDataPtr (void)

Additional Inherited Members

Detailed DescriptionThe SoEventCallback class provides functionality for catching events​. Use SoEventCallback nodes in the scenegraph for catching user interaction events with the scenegraph's render canvas​. This is how event handling works in Coin: when the user interacts with the render canvas, for instance by using the mouse pointer or by hitting the keyboard, the GUI interface toolkit (ie SoQt, SoWin, SoXt, Sc21 ​.​.​.) will catch the event and translate it from a windowsystem-specific event to a generic Coin event​. (For the types of generic Coin events, see the classes derived from SoEvent​.) This event will then be wrapped inside a SoHandleEventAction and applied to the scenegraph​. All this happens within the So[Qt|Xt|Win|​.​.​.] toolkit​. The SoHandleEventAction then traverses the scenegraph, delivering the event to any node type which 'is interested' in it​. The SoEventCallback nodetype catches the action and forwards the event to a callback function set up by the application programmer​. Be careful about which position in the scenegraph you insert SoEventCallback nodes if you are also using any of the built-in Coin library elements which are interested in user interaction events (like for instance the dragger and manipulator classes and the SoSelection nodes)​. These Coin elements might catch the event for themselves, short-circuiting the SoHandleEventAction traversal so the event will never reach the SoEventCallback node(s) you insert​. FILE FORMAT/DEFAULTS: EventCallback { }

Constructor & Destructor Documentation

SoEventCallback::SoEventCallback (void)Constructor​.

SoEventCallback::~SoEventCallback () [protected], [virtual]Destructor​.

Member Function Documentation

SoType SoEventCallback::getTypeId (void) const [virtual]Returns the type identification of an object derived from a class inheriting SoBase​. This is used for run-time type checking and 'downward' casting​. Usage example: void foo(SoNode * node) { if (node->getTypeId() == SoFile::getClassTypeId()) { SoFile * filenode = (SoFile *)node; // safe downward cast, knows the type } }For application programmers wanting to extend the library with new nodes, engines, nodekits, draggers or others: this method needs to be overridden in all subclasses​. This is typically done as part of setting up the full type system for extension classes, which is usually accomplished by using the pre-defined macros available through for instance Inventor/nodes/SoSubNode​.h (SO_NODE_INIT_CLASS and SO_NODE_CONSTRUCTOR for node classes), Inventor/engines/SoSubEngine​.h (for engine classes) and so on​. For more information on writing Coin extensions, see the class documentation of the toplevel superclasses for the various class groups​. Implements SoBase​.

const SoFieldData * SoEventCallback::getFieldData (void) const [protected], [virtual]Returns a pointer to the class-wide field data storage object for this instance​. If no fields are present, returns NULL​. Reimplemented from SoFieldContainer​.

void SoEventCallback::setPath (SoPath * pathptr)Sets the path that must be picked before the registered callbacks are invoked​. If NULL, callbacks will be invoked for every event that matches the callback event type​. See also getPath()

const SoPath * SoEventCallback::getPath (void)Returns the path that must be picked before callbacks are invoked​. See also setPath()

void SoEventCallback::addEventCallback (SoType eventtype, SoEventCallbackCB * f, void * userdata = NULL)Set up a callback function f which will be invoked for the given eventtype​. userdata will be given as the first argument to the function​.

void SoEventCallback::removeEventCallback (SoType eventtype, SoEventCallbackCB * f, void * userdata = NULL)Unregister the given callback function f​.

SoHandleEventAction * SoEventCallback::getAction (void) constReturns the SoHandleEventAction instance currently traversing the scene graph with the SoEvent-derived event object​.

const SoEvent * SoEventCallback::getEvent (void) constReturns a pointer to the event object which is currently being sent through the scenegraph​. If your application code handles the event, you probably want to call SoEventCallback::setHandled() to notify the SoHandleEventAction that it should stop traversing the scenegraph with the event​.

const SoPickedPoint * SoEventCallback::getPickedPoint (void) constReturns the picked point for the current handle event traversal​. This is obviously only related to events which can be considered 'pick-style' events, like mousebutton presses​.

void SoEventCallback::setHandled (void)Use this method from a callback function to notify the node that the event has been handled​. The rest of the callbacks registered with the node will still be called, but further SoEventCallback nodes in the scene will not be notified about the event, neither will any other Coin elements in the scenegraph (like for instance SoDragger objects, SoSelection nodes or manipulators)​. Since callbacks registered within the same SoEventCallback node will still be invoked after the event has been handled, it is likely that you should use SoEventCallback::isHandled() to check for this condition from your callback functions​.

SbBool SoEventCallback::isHandled (void) constCheck whether or not the event from the SoHandleEventAction has been handled​.

void SoEventCallback::grabEvents (void)Set up the node so all future events (until releaseEvents() is called) in Coin will be directly forwarded to this node​.

void SoEventCallback::releaseEvents (void)Do not grab event handling any more​. See also grabEvents()

void SoEventCallback::handleEvent (SoHandleEventAction * action) [protected], [virtual]Invokes the registered callback functions​. Reimplemented from SoNode​.

AuthorGenerated automatically by Doxygen for Coin from the source code​.
0
Johanes Gumabo
Data Size   :   31,810 byte
man-SoEventCallback.3coin3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   2 / 189,552
Visitor ID   :     :  
Visitor IP   :   3.12.76.168   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.