Home
last modified time | relevance | path

Searched refs:GHOST_kDragnDropTypeString (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_DropTargetX11.cpp270 m_draggedObjectType = GHOST_kDragnDropTypeString; in getGhostData()
275 m_draggedObjectType = GHOST_kDragnDropTypeString; in getGhostData()
H A DGHOST_EventDragnDrop.h111 case GHOST_kDragnDropTypeString: in ~GHOST_EventDragnDrop()
H A DGHOST_DropTargetWin32.cpp186 return GHOST_kDragnDropTypeString; in getGhostType()
205 case GHOST_kDragnDropTypeString: in getGhostData()
H A DGHOST_EventPrinter.cpp115 case GHOST_kDragnDropTypeString: in processEvent()
H A DGHOST_SystemWayland.cpp405 {mime_text_plain, GHOST_kDragnDropTypeString},
406 {mime_text_utf8, GHOST_kDragnDropTypeString},
H A DGHOST_WindowCocoa.mm192 m_draggedObjectType = GHOST_kDragnDropTypeString;
258 case GHOST_kDragnDropTypeString:
H A DGHOST_SystemCocoa.mm1188 case GHOST_kDragnDropTypeString:
/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_Types.h477 GHOST_kDragnDropTypeString, /* Unformatted text UTF-8 string */ enumerator