#include <Inventor/sys/port.h>
#include <Inventor/Win/SoWin.h>
#include <Inventor/Win/SoWinBeginStrict.h>
#include <Inventor/Win/SoWinEndStrict.h>
Go to the source code of this file.
Classes | |
class | SoWinClipboard |
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) |
#define _XA_CLIPBOARD_ ((Atom) 0) |
Definition at line 56 of file SoWinClipboard.h.
#define XA_STRING ((Atom) 1) |
Definition at line 58 of file SoWinClipboard.h.
typedef void SoWinClipboardPasteCB(void *userData, SoPathList *pathList) |
Definition at line 48 of file SoWinClipboard.h.