Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoWinClipboard.h File Reference

Go to the source code of this file.

Classes

class  SoWinClipboard
  VSG extension Supports copy/paste for Open Inventor using the Windows clipboard. More...
 

Macros

#define _XA_CLIPBOARD_   ((Atom) 0)
 
#define XA_STRING   ((Atom) 1)
 

Typedefs

typedef void SoWinClipboardPasteCB(void *userData, SoPathList *pathList)
 

Macro Definition Documentation

◆ _XA_CLIPBOARD_

#define _XA_CLIPBOARD_   ((Atom) 0)

Definition at line 56 of file SoWinClipboard.h.

◆ XA_STRING

#define XA_STRING   ((Atom) 1)

Definition at line 58 of file SoWinClipboard.h.

Typedef Documentation

◆ SoWinClipboardPasteCB

typedef void SoWinClipboardPasteCB(void *userData, SoPathList *pathList)

Definition at line 48 of file SoWinClipboard.h.