Related Overviews: Drag and Drop Overview.
クラス | |
class | wxClipboard |
A class for manipulating the clipboard. More... | |
class | wxDataFormat |
A wxDataFormat is an encapsulation of a platform-specific format handle which is used by the system for the clipboard and drag and drop operations. More... | |
class | wxDataObject |
A wxDataObject represents data that can be copied to or from the clipboard, or dragged and dropped. More... | |
class | wxCustomDataObject |
wxCustomDataObject is a specialization of wxDataObjectSimple for some application-specific data in arbitrary (either custom or one of the standard ones). More... | |
class | wxDataObjectComposite |
wxDataObjectComposite is the simplest wxDataObject derivation which may be used to support multiple formats. More... | |
class | wxDataObjectSimple |
This is the simplest possible implementation of the wxDataObject class. More... | |
class | wxBitmapDataObject |
wxBitmapDataObject is a specialization of wxDataObject for bitmap data. More... | |
class | wxURLDataObject |
wxURLDataObject is a wxDataObject containing an URL and can be used e.g. More... | |
class | wxTextDataObject |
wxTextDataObject is a specialization of wxDataObjectSimple for text data. More... | |
class | wxFileDataObject |
wxFileDataObject is a specialization of wxDataObject for file names. More... | |
class | wxHTMLDataObject |
wxHTMLDataObject is used for working with HTML-formatted text. More... | |
class | wxDropTarget |
このクラスはドラッグ・アンド・ドロップ操作におけるドロップ先を表しています。More... | |
class | wxDropSource |
このクラスはドラッグ・アンド・ドロップ操作におけるドラッグ元を表しています。More... | |
class | wxTextDropTarget |
テキストデータに特化した、定義済みのドロップ先。More... | |
class | wxFileDropTarget |
これは (ファイルマネージャやエクスプローラからドラッグされた) ファイルを受け付けるドロップ先です。More... | |
class | wxDragImage |
This class is used when you wish to drag an object on the screen, and a simple cursor is not enough. More... |