Searched refs:decodeDropType (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/ |
H A D | DropSite.h | 84 virtual boolean decodeDropType (int, char *, XtPointer, unsigned long, int, int) = 0;
|
H A D | DropSite.C | 256 if (!ds->decodeDropType (ts->getTag(), cp, value, *length, DropSite::drop_x, DropSite::drop_y)) in DropSite_TransferProc()
|
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/ |
H A D | ControlPanelWorkSpace.h | 101 boolean decodeDropType (int, char *, XtPointer, unsigned long, int, int);
|
H A D | PageTab.h | 79 virtual boolean decodeDropType (int , char *, XtPointer , unsigned long , int , int );
|
H A D | EditorWorkSpace.h | 156 boolean decodeDropType (int, char *, XtPointer, unsigned long, int, int);
|
H A D | PageTab.C | 188 boolean PageTab::decodeDropType in decodeDropType() function
|
H A D | ControlPanelWorkSpace.C | 300 boolean ControlPanelWorkSpace::decodeDropType (int tag, in decodeDropType() function
|
H A D | EditorWorkSpace.C | 279 boolean EditorWorkSpace::decodeDropType (int tag, in decodeDropType() function
|