|
Rebel Fork Framework
|
Drag&drop payload containing reference to a resource or directory. More...
#include <Urho3D/SystemUI/DragDropPayload.h>
Public Member Functions | |
| ea::string | GetDisplayString () const override |
| Format string to display while dragging. | |
Public Member Functions inherited from Urho3D::RefCounted | |
| RefCounted () | |
| Construct. Allocate the reference count structure and set an initial self weak reference. | |
| virtual | ~RefCounted () |
| Destruct. Mark as expired and also delete the reference count structure if no outside weak references exist. | |
| RefCounted (const RefCounted &rhs)=delete | |
| Prevent copy construction. | |
| RefCounted & | operator= (const RefCounted &rhs)=delete |
| Prevent assignment. | |
| int | AddRef () |
| int | ReleaseRef () |
| int | Refs () const |
| int | WeakRefs () const |
| RefCount * | RefCountPtr () const |
| Return pointer to the reference count structure. | |
| bool | HasScriptObject () const |
| Return true if script runtime object wrapping this native object exists. | |
| bool | IsScriptStrongRef () const |
| Return true if script reference is strong. | |
Public Attributes | |
| ea::vector< ResourceFileDescriptor > | resources_ |
Additional Inherited Members | |
Public Types inherited from Urho3D::DragDropPayload | |
| using | CreateCallback = ea::function< SharedPtr< DragDropPayload >()> |
Static Public Member Functions inherited from Urho3D::DragDropPayload | |
| static void | Set (const SharedPtr< DragDropPayload > &payload) |
| static DragDropPayload * | Get () |
| static void | UpdateSource (const CreateCallback &createPayload) |
| Call this function on every frame from drag source. | |
Drag&drop payload containing reference to a resource or directory.
|
overridevirtual |
Format string to display while dragging.
Reimplemented from Urho3D::DragDropPayload.