Blender  V3.3
Macros | Typedefs
GHOST_DropTargetX11.cpp File Reference
#include "GHOST_DropTargetX11.h"
#include "GHOST_Debug.h"
#include "GHOST_utildefines.h"
#include <cassert>
#include <cctype>
#include <cstdio>
#include <cstring>

Go to the source code of this file.

Macros

#define dndTypeURLID   0
 
#define dndTypeURIListID   1
 
#define dndTypePlainTextID   2
 
#define dndTypeOctetStreamID   3
 
#define dndTypeURL   m_dndTypes[dndTypeURLID]
 
#define dndTypeURIList   m_dndTypes[dndTypeURIListID]
 
#define dndTypePlainText   m_dndTypes[dndTypePlainTextID]
 
#define dndTypeOctetStream   m_dndTypes[dndTypeOctetStreamID]
 

Typedefs

using DecodeState_e = enum DecodeState_e { STATE_SEARCH=0, STATE_CONVERTING }
 

Macro Definition Documentation

◆ dndTypeOctetStream

#define dndTypeOctetStream   m_dndTypes[dndTypeOctetStreamID]

Definition at line 33 of file GHOST_DropTargetX11.cpp.

◆ dndTypeOctetStreamID

#define dndTypeOctetStreamID   3

Definition at line 28 of file GHOST_DropTargetX11.cpp.

◆ dndTypePlainText

#define dndTypePlainText   m_dndTypes[dndTypePlainTextID]

Definition at line 32 of file GHOST_DropTargetX11.cpp.

◆ dndTypePlainTextID

#define dndTypePlainTextID   2

Definition at line 27 of file GHOST_DropTargetX11.cpp.

◆ dndTypeURIList

#define dndTypeURIList   m_dndTypes[dndTypeURIListID]

Definition at line 31 of file GHOST_DropTargetX11.cpp.

◆ dndTypeURIListID

#define dndTypeURIListID   1

Definition at line 26 of file GHOST_DropTargetX11.cpp.

◆ dndTypeURL

#define dndTypeURL   m_dndTypes[dndTypeURLID]

Definition at line 30 of file GHOST_DropTargetX11.cpp.

◆ dndTypeURLID

#define dndTypeURLID   0

Definition at line 25 of file GHOST_DropTargetX11.cpp.

Typedef Documentation

◆ DecodeState_e

using DecodeState_e = enum DecodeState_e { STATE_SEARCH = 0, STATE_CONVERTING }

Definition at line 102 of file GHOST_DropTargetX11.cpp.