Open Inventor Element defining if the currently rendered Graph has the focus.  
 More...
#include <SoFocusElement.h>
 | 
| static const SbFocusInfo &  | get (SoState *state) | 
|   | Returns focus state.  
  | 
|   | 
| static void  | set (SoState *state, SoNode *node, const SbFocusInfo &focusInfo) | 
|   | Set element state. Usually called in action routines of self written inventor nodes.  
  | 
|   | 
| static void  | initClass () | 
|   | Initializes the class.  
  | 
|   | 
Open Inventor Element defining if the currently rendered Graph has the focus. 
Definition at line 62 of file SoFocusElement.h.
 
◆ get()
  
  
      
        
          | static const SbFocusInfo & SoFocusElement::get  | 
          ( | 
          SoState *  | 
          state | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns focus state. 
This is used by subsequent modules to determine if they are in a focused render graph! 
 
 
◆ getDefault()
◆ init()
  
  
      
        
          | void SoFocusElement::init  | 
          ( | 
          SoState *  | 
          state | ) | 
           | 
         
       
   | 
  
override   | 
  
 
See inventor element documentation. Not to be called directly. 
 
 
◆ initClass()
  
  
      
        
          | static void SoFocusElement::initClass  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ set()
  
  
      
        
          | static void SoFocusElement::set  | 
          ( | 
          SoState *  | 
          state,  | 
         
        
           | 
           | 
          SoNode *  | 
          node,  | 
         
        
           | 
           | 
          const SbFocusInfo &  | 
          focusInfo  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Set element state. Usually called in action routines of self written inventor nodes. 
 
 
◆ _focusInfo
The documentation for this class was generated from the following file: