Searched refs:clipboard (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dclipbrd.tex3 A class for manipulating the clipboard. Note that this is not compatible with the
4 clipboard class from wxWidgets 1.xx, which has the same name but a different implementation.
6 To use the clipboard, you call member functions of the global {\bf wxTheClipboard} object.
10 Call \helpref{wxClipboard::Open}{wxclipboardopen} to get ownership of the clipboard. If this operation returns true, you
11 now own the clipboard. Call \helpref{wxClipboard::SetData}{wxclipboardsetdata} to put data
12 on the clipboard, or \helpref{wxClipboard::GetData}{wxclipboardgetdata} to
13 retrieve data from the clipboard. Call \helpref{wxClipboard::Close}{wxclipboardclose} to close
14 the clipboard and relinquish ownership. You should keep the clipboard open only momentarily.
19 // Write some text to the clipboard
[all...]
H A Dtclipbrd.tex11 This overview discusses data transfer through clipboard or drag and drop. In
16 clipboard support for free and vice versa.
18 At the heart of both clipboard and drag and drop operations lies the
22 clipboard. wxDataObject is a "smart" piece of data because it knows which
28 Both clipboard and drag and drop operations have two sides: the source and
38 transferred. Then it should either pass it to the clipboard using
43 The only (but important) difference is that the object for the clipboard
45 be freed by the clipboard when it is no longer needed (indeed, it is not known
46 in advance when, if ever, the data will be pasted from the clipboard). On the
52 Another small difference is that in the case of clipboard operatio
[all...]
H A Dmetafile.tex5 has been provided for copying a graphic to the clipboard; this may be extended
55 Passes the metafile data to the clipboard. The metafile can no longer be
59 Below is a example of metafile, metafile device context and clipboard use
61 are passed to the clipboard, making use of the device context's ability
84 present is to allow the metafile to be copied to the clipboard (see \helpref{wxMetafile}{wxmetafile}).
H A Dclipevent.tex16 well) when its content gets copied or cut to, or pasted from the clipboard.
23 examine the clipboard contents in the PASTE event handler and transform it in
62 content was copied to the clipboard.}
H A Ddataobj.tex14 A wxDataObject represents data that can be copied to or from the clipboard, or
54 one as soon as you want to transfer data via the clipboard or drag and drop):
72 Please note that the easiest way to use drag and drop and the clipboard with
77 the clipboard and even today's computers are in trouble. For this case, you
81 Note that neither the GTK+ data transfer mechanisms for clipboard and
85 clipboard after having pressed 'Copy' - in reality it is only declared to be
100 and from the clipboard and for drag and drop). Note that the format string
H A Ddataform.tex15 is used by the system for the clipboard and drag and drop operations. The
17 clipboard only if the data is in a format the program understands and a data
49 do clipboard format registration at this time will usually lead to a crash!
H A Durldataob.tex15 clipboard:
H A Dcombobox.tex144 Returns true if the combobox is editable and there is a text selection to copy to the clipboard.
152 Returns true if the combobox is editable and there is a text selection to copy to the clipboard.
160 Returns true if the combobox is editable and there is text on the clipboard that can be pasted into the
184 Copies the selected text to the clipboard.
191 Copies the selected text to the clipboard and removes the selection.
243 Pastes text from the clipboard to the text field.
H A Ddobjcomp.tex72 the clipboard or the DnD operation. You can use this method to find
H A Dtdnd.tex15 It may be noted that data transfer to and from the clipboard is quite
H A Dtext.tex327 Returns {\tt true} if the selection can be copied to the clipboard.
334 Returns {\tt true} if the selection can be cut to the clipboard.
341 Returns {\tt true} if the contents of the clipboard can be pasted into the
376 Copies the selected text to the clipboard under Motif and MS Windows.
394 Copies the selected text to the clipboard and removes the selection.
756 Pastes text from the clipboard to the text item.
H A Dhyperlink.tex45 \twocolitem{\windowstyle{wxHL\_CONTEXTMENU}}{Pop up a context menu when the hyperlink is right-clicked. The context menu contains a \texttt{``Copy URL"} menu item which is automatically handled by the hyperlink and which just copies in the clipboard the URL (not the label) of the control.}
H A Drichtextctrl.tex297 Returns \true if selected content can be copied to the clipboard.
303 Returns \true if selected content can be copied to the clipboard and deleted.
315 Returns \true if the clipboard content can be pasted to the buffer.
361 Copies the selected content (if any) to the clipboard.
375 Copies the selected content (if any) to the clipboard and deletes the selection.
1216 Pastes content from the clipboard to the buffer.
H A Dfunction.tex2698 These clipboard functions are implemented for Windows only. The use of these functions
2711 Returns true if this application has already opened the clipboard.
2718 Closes the clipboard to allow other applications to use it.
2725 Empties the clipboard.
2733 to the clipboard. Each call to this function specifies a known
2740 The return value specifies the next known clipboard data format if the
2742 the last format in the list of available formats, or if the clipboard
2745 Before it enumerates the formats function, an application must open the clipboard by using the
2753 Gets data from the clipboard.
2762 The clipboard mus
[all...]
H A Dtsamples.tex176 This sample shows both clipboard and drag and drop in action. It is quite non
177 trivial and may be safely used as a basis for implementing the clipboard and
193 clipboard (or, in the case of the Windows version, also a metafile) - it will be
500 use the so called PRIMARY SELECTION, which is the pseudo clipboard under X and
H A Dcomboctrl.tex251 Copies the selected text to the clipboard.
258 Copies the selected text to the clipboard and removes the selection.
517 Pastes text from the clipboard to the text field.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dclipbrd.cpp40 #define TRACE_CLIPBOARD _T("clipboard")
76 wxClipboard *clipboard )
87 _T("got unsupported clipboard target") );
89 clipboard->m_waiting = false;
97 wxT("selection received for targets, clipboard %s"),
114 // gdk_atom_name( clipboard->m_targetRequested ) );
116 if (format == clipboard->m_targetRequested)
118 clipboard->m_waiting = false;
119 clipboard->m_formatSupported = true;
125 clipboard
449 GdkAtom clipboard = m_usePrimary ? (GdkAtom)GDK_SELECTION_PRIMARY local
454 clipboard, local
468 clipboard, local
[all...]
H A Dassertdlg_gtk.c204 GtkClipboard *clipboard; local
214 /* copy everything in default clipboard */
215 clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD);
216 gtk_clipboard_set_text (clipboard, str->str, str->len);
218 /* copy everything in primary clipboard too */
219 clipboard = gtk_clipboard_get (GDK_SELECTION_PRIMARY);
220 gtk_clipboard_set_text (clipboard, str->str, str->len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dclipbrd.cpp38 static const wxChar *TRACE_CLIPBOARD = _T("clipboard");
74 wxClipboard *clipboard )
86 _T("got unsupported clipboard target") );
88 clipboard->m_waiting = false;
98 wxT("selection received for targets, clipboard %s"),
115 // gdk_atom_name( clipboard->m_targetRequested ) );
117 if (format == clipboard->m_targetRequested)
119 clipboard->m_waiting = false;
120 clipboard->m_formatSupported = true;
126 clipboard
443 GdkAtom clipboard = m_usePrimary ? (GdkAtom)GDK_SELECTION_PRIMARY local
448 clipboard, local
462 clipboard, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dclipbrd.cpp42 static const wxChar *TRACE_CLIPBOARD = _T("clipboard");
83 wxClipboard *clipboard )
94 _T("got unsupported clipboard target") );
96 clipboard->m_waiting = false;
104 wxT("selection received for targets, clipboard %s"),
119 if (format == clipboard->m_targetRequested)
121 clipboard->m_waiting = false;
122 clipboard->m_formatSupported = true;
128 clipboard->m_waiting = false;
141 wxClipboard *clipboard )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dclipbrd.h3 // Purpose: wxClipboad class and clipboard functions
28 // wxClipboard represents the system clipboard. Normally, you should use
29 // wxTheClipboard which is a global pointer to the (unique) clipboard.
40 // open the clipboard before Add/SetData() and GetData()
43 // close the clipboard after Add/SetData() and GetData()
46 // query whether the clipboard is opened
49 // add to the clipboard data
51 // NB: the clipboard owns the pointer and will delete it, so data must be
55 // set the clipboard data, this is the same as Clear() followed by
62 // fill data with data on the clipboard (i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp420 QClipboard* clipboard = QApplication::clipboard(); local
422 if (!clipboard->text(QClipboard::Clipboard).isEmpty() || !clipboard->text(QClipboard::Selection).isEmpty())
426 if (!clipboard->text(QClipboard::Clipboard).isEmpty())
430 if (!clipboard->text(QClipboard::Selection).isEmpty())
436 if (!clipboard->text(QClipboard::Selection).isEmpty())
445 if (!clipboard->text(QClipboard::Clipboard).isEmpty())
449 if (!clipboard->text(QClipboard::Selection).isEmpty())
455 if (!clipboard
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dclipbrd.cpp5 // Generalized clipboard implementation by Matthew Flatt
40 static const wxChar *TRACE_CLIPBOARD = wxT("clipboard");
46 // the clipboard class
102 PasteboardRef clipboard = 0; local
103 OSStatus err = PasteboardCreate( kPasteboardClipboard, &clipboard );
106 wxLogSysError( wxT("Failed to create the clipboard.") );
108 M_CLIPBOARD->m_pasteboard.reset(clipboard);
128 wxLogSysError( wxT("Failed to empty the clipboard.") );
139 wxCHECK_MSG( !m_open, false, wxT("clipboard already open") );
153 wxCHECK_MSG( m_open, false, wxT("clipboard no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex176 OGL Studio has a diagram clipboard, into which you can copy selections. You can then
177 paste the contents of clipboard into the same or another diagram window.
183 Under Windows, copy and cutting also copies the selection to the Windows clipboard into metafile (vector)
197 \twocolitem{Ctrl-C}{Copy the selection to the clipboard}
242 \twocolitem{{\bf Cut}}{Deletes the current selection and places it on the clipboard.}
243 \twocolitem{{\bf Copy}}{Copies the current selection onto the clipboard, both to the internal
244 diagram clipboard and under Windows, to the Windows clipboard, in metafile and bitmap formats.}
245 \twocolitem{{\bf Paste}}{Pastes from the internal diagram clipboard to the currently active window.}
247 \twocolitem{{\bf Clear}}{Clears the current selection without placing it on the clipboard
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c263 gtr_action_set_sensitive( "copy-magnet-link-to-clipboard", sel_counts.total_count == 1 );
1443 GtkClipboard * clipboard; local
1447 clipboard = gtk_clipboard_get_for_display( display, selection );
1448 gtk_clipboard_set_text( clipboard, magnet, -1 );
1452 clipboard = gtk_clipboard_get_for_display( display, selection );
1453 gtk_clipboard_set_text( clipboard, magnet, -1 );
1493 else if( !strcmp( action_name, "copy-magnet-link-to-clipboard" ) )

Completed in 239 milliseconds

12