MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoUtils/SoFocusElement.h File Reference

Administrates the current focus state. More...

#include "SoUtilsSystem.h"
#include <Inventor/elements/SoReplacedElement.h>
#include <Inventor/events/SoEvent.h>

Go to the source code of this file.

Classes

class  SbFocusInfo
 Class transporting focus information for one sub graph. More...
class  SoFocusElement
 Open Inventor Element defining if the currently rendered Graph has the focus. More...

Enumerations

enum  FocusState { FS_FOCUS, FS_NO_FOCUS }
 Focus state. More...

Detailed Description

Administrates the current focus state.

Author:
Christian Schumann
Date:
04/2007

General facility to detect focus changes

Definition in file SoFocusElement.h.


Enumeration Type Documentation

enum FocusState

Focus state.

Enumerator:
FS_FOCUS 
FS_NO_FOCUS 

Definition at line 24 of file SoFocusElement.h.