Detailed Description
- See also:
- Class
DragAndDropHandler
- Description:
- This class is available in release 4.0 and later only.
The URLTab class is a
Tab<MCHAR*> utility class
that is used by certain components in the Drag and Drop manager to
hold and pass around modules of file URLs. The class manages its
own local copies of URL strings. This class represents the
additional API support by URLTab, over-and-above that provided by
any Tab<> template
instantiation.
- Data Members:
- protected:
BOOL downloaded;
This flag is set to indicate the URL module has been downloaded and
names will reflect local copies.
#include <idraganddrop.h>
List of all
members.
Constructor & Destructor Documentation
- Default Implementation:
- { downloaded = FALSE; }
- Default Implementation:
- { Clear();
}
Member Function Documentation
CoreExport URLTab& operator= |
( |
const Tab< MCHAR * > & |
tb |
) |
|
CoreExport void Add |
( |
MCHAR * |
url |
) |
|
- Parameters:
- MCHAR* url
The URL string to add.
CoreExport void Change |
( |
int |
i, |
|
|
MCHAR * |
url |
|
) |
|
|
- Parameters:
- int i
The index of the URL to replace.
MCHAR* url
The new URL string.
CoreExport void Clear |
( |
|
) |
|
Member Data Documentation