#include <Flu_Tree_Browser.h>
Inheritance diagram for Flu_Tree_Browser::DND_Object:
Public Member Functions | |
DND_Object () | |
Default constructor. | |
void | grab () |
The descendent should call this when the user grabs the object to start dragging it (e.g. on the FL_PUSH event). | |
virtual const char * | name ()=0 |
Descendents MUST implement this function to return the name of the dropped object. |
When the object is dropped, the tree will name the object according to what the function name() returns