#include <JXFileSelection.h>
|
| | JXFileSelection (JXDisplay *display, const JPtrArray< JString > &list) |
| |
| | JXFileSelection (JXDisplay *display, JPtrArray< JString > *list) |
| |
| | JXFileSelection (JXWidget *widget, const JUtf8Byte *id) |
| |
| | ~JXFileSelection () override |
| |
| bool | GetData (const JPtrArray< JString > **list) const |
| |
| void | SetData (const JPtrArray< JString > &list) |
| |
| void | SetData (JPtrArray< JString > *list) |
| |
| | JXSelectionData (JXDisplay *display) |
| |
| | JXSelectionData (JXWidget *widget, const JUtf8Byte *id) |
| |
| | ~JXSelectionData () override |
| |
| JXDisplay * | GetDisplay () const |
| |
| JXSelectionManager * | GetSelectionManager () const |
| |
| JXDNDManager * | GetDNDManager () const |
| |
| Atom | GetDNDSelectionName () const |
| |
| Atom | GetSelectionName () const |
| |
| Time | GetStartTime () const |
| |
| bool | IsCurrent () const |
| |
| bool | GetEndTime (Time *t) const |
| |
| void | SetSelectionInfo (const Atom selectionName, const Time startTime) |
| |
| void | SetEndTime (const Time endTime) |
| |
| const JArray< Atom > & | GetTypeList () const |
| |
| void | Resolve () const |
| |
| bool | Convert (const Atom requestType, Atom *returnType, unsigned char **data, JSize *dataLength, JSize *bitsPerBlock) const |
| |
| | JBroadcaster () |
| |
| virtual | ~JBroadcaster () |
| |
| JBroadcaster & | operator= (const JBroadcaster &source) |
| |
| bool | HasSenders () const |
| |
| JSize | GetSenderCount () const |
| |
| bool | HasRecipients () const |
| |
| JSize | GetRecipientCount () const |
| |
| virtual JString | ToString () const |
| |
| template<class T > |
| void | ListenTo (const JBroadcaster *sender, const std::function< void(const T &)> &f) |
| |
|
| void | AddTypes (const Atom selectionName) override |
| |
| bool | ConvertData (const Atom requestType, Atom *returnType, unsigned char **data, JSize *dataLength, JSize *bitsPerBlock) const override |
| |
| Atom | AddType (const JUtf8Byte *name) |
| |
| void | AddType (const Atom type) |
| |
| void | RemoveType (const Atom type) |
| |
| void | ReceiveGoingAway (JBroadcaster *sender) override |
| |
| | JBroadcaster (const JBroadcaster &source) |
| |
| void | ListenTo (const JBroadcaster *sender) |
| |
| void | StopListening (const JBroadcaster *sender) |
| |
| void | ClearWhenGoingAway (const JBroadcaster *sender, void *pointerToMember) |
| |
| void | StopListening (const JBroadcaster *sender, const std::type_info &messageType) |
| |
| template<class T > |
| void | Send (JBroadcaster *recipient, const T &message) |
| |
| template<class T > |
| void | Broadcast (const T &message) |
| |
| virtual void | Receive (JBroadcaster *sender, const Message &message) |
| |
| void | SendWithFeedback (JBroadcaster *recipient, Message *message) |
| |
| void | BroadcastWithFeedback (Message *message) |
| |
| virtual void | ReceiveWithFeedback (JBroadcaster *sender, Message *message) |
| |
◆ JXFileSelection() [1/3]
◆ JXFileSelection() [2/3]
◆ JXFileSelection() [3/3]
◆ ~JXFileSelection()
| JXFileSelection::~JXFileSelection |
( |
| ) |
|
|
override |
◆ AddTypes()
| void JXFileSelection::AddTypes |
( |
const Atom |
selectionName | ) |
|
|
overrideprotectedvirtual |
◆ ConvertData()
| bool JXFileSelection::ConvertData |
( |
const Atom |
requestType, |
|
|
Atom * |
returnType, |
|
|
unsigned char ** |
data, |
|
|
JSize * |
dataLength, |
|
|
JSize * |
bitsPerBlock |
|
) |
| const |
|
overrideprotectedvirtual |
◆ GetData()
◆ GetFileList() [1/2]
◆ GetFileList() [2/2]
◆ SetData() [1/2]
Makes a copy of the list.
◆ SetData() [2/2]
Takes ownership of the list and its contents.
The documentation for this class was generated from the following files: