]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxPrivateDropTarget class skeleton.
authorJulian Smart <julian@anthemion.co.uk>
Fri, 15 Jan 1999 13:24:42 +0000 (13:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 15 Jan 1999 13:24:42 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/classes.tex
docs/latex/wx/prvdatob.tex
docs/latex/wx/prvtdrpt.tex [new file with mode: 0644]

index d4cb0135867514dc8aa089b694773b69dca72070..2b754604af6c76c0169bf33659c9e28ecb0e8d07 100644 (file)
@@ -147,6 +147,8 @@ $$\image{14cm;0cm}{wxclass.ps}$$
 \input postscpt.tex
 \input prevwin.tex
 \input print.tex
 \input postscpt.tex
 \input prevwin.tex
 \input print.tex
+\input prvdatob.tex
+\input prvtdrpt.tex
 \input process.tex
 \input procevt.tex
 \input protocol.tex
 \input process.tex
 \input procevt.tex
 \input protocol.tex
index 43892a08f0aabec7af0d4825a551aea1d3868a01..7278405313b9114854939971d4b86c476d48df4b 100644 (file)
@@ -1,26 +1,24 @@
-automatically generated by HelpGen from privatedataobject.tex at 13/Jan/99 12:50:12
 \section{\class{wxPrivateDataObject}}\label{wxprivatedataobject}
 
 \section{\class{wxPrivateDataObject}}\label{wxprivatedataobject}
 
-
- ----------------------------------------------------------------------------
- wxPrivateDataObject is a specialization of wxDataObject for app specific data
- ----------------------------------------------------------------------------
+ wxPrivateDataObject is a specialization of wxDataObject for application-specific data.
 
 \wxheading{Derived from}
 
 \helpref{wxDataObject}{wxdataobject}
 
 
 \wxheading{Derived from}
 
 \helpref{wxDataObject}{wxdataobject}
 
-\wxheading{Data structures}
+\wxheading{See also}
+
+\helpref{wxDataObject}{wxdataobject}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPrivateDataObject::wxPrivateDataObject}\label{wxprivatedataobjectwxprivatedataobject}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPrivateDataObject::wxPrivateDataObject}\label{wxprivatedataobjectwxprivatedataobject}
 
-\constfunc{virtual }{wxPrivateDataObject}{\void}
+\func{}{wxPrivateDataObject}{\void}
 
 \membersection{wxPrivateDataObject::\destruct{wxPrivateDataObject}}\label{wxprivatedataobjectdtor}
 
 
 \membersection{wxPrivateDataObject::\destruct{wxPrivateDataObject}}\label{wxprivatedataobjectdtor}
 
-\constfunc{virtual }{\destruct{wxPrivateDataObject}}{\void}
+\func{}{\destruct{wxPrivateDataObject}}{\void}
 
 \membersection{wxPrivateDataObject::GetFormat}\label{wxprivatedataobjectgetformat}
 
 
 \membersection{wxPrivateDataObject::GetFormat}\label{wxprivatedataobjectgetformat}
 
@@ -28,27 +26,33 @@ automatically generated by HelpGen from privatedataobject.tex at 13/Jan/99 12:50
 
 \membersection{wxPrivateDataObject::SetId}\label{wxprivatedataobjectsetid}
 
 
 \membersection{wxPrivateDataObject::SetId}\label{wxprivatedataobjectsetid}
 
-\constfunc{virtual void}{SetId}{\param{const wxString\& }{id}}
+\func{virtual void}{SetId}{\param{const wxString\& }{id}}
 
 
- the string ID identifies the format of clipboard or DnD data. a word
- processor would e.g. add a wxTextDataObject and a wxPrivateDataObject
- to the clipboard - the latter with the Id "WXWORD\_FORMAT".
+The string ID identifies the format of clipboard or DnD data. A word
+processor would e.g. add a wxTextDataObject and a wxPrivateDataObject
+to the clipboard - the latter with the Id "WXWORD\_FORMAT".
 
 \membersection{wxPrivateDataObject::GetId}\label{wxprivatedataobjectgetid}
 
 \constfunc{virtual wxString}{GetId}{\void}
 
 
 \membersection{wxPrivateDataObject::GetId}\label{wxprivatedataobjectgetid}
 
 \constfunc{virtual wxString}{GetId}{\void}
 
+Returns the ID of the clipboard or DnD data format.
+
 \membersection{wxPrivateDataObject::SetData}\label{wxprivatedataobjectsetdata}
 
 \membersection{wxPrivateDataObject::SetData}\label{wxprivatedataobjectsetdata}
 
-\constfunc{virtual void}{SetData}{\param{const char }{*data}, \param{size\_t }{size}}
+\func{virtual void}{SetData}{\param{const char }{*data}, \param{size\_t }{size}}
 
 
- will make internal copy
+Set the data. The data object will make internal copy.
 
 \membersection{wxPrivateDataObject::GetDataSize}\label{wxprivatedataobjectgetdatasize}
 
 \constfunc{virtual size\_t}{GetDataSize}{\void}
 
 
 \membersection{wxPrivateDataObject::GetDataSize}\label{wxprivatedataobjectgetdatasize}
 
 \constfunc{virtual size\_t}{GetDataSize}{\void}
 
+Returns the data size.
+
 \membersection{wxPrivateDataObject::GetData}\label{wxprivatedataobjectgetdata}
 
 \membersection{wxPrivateDataObject::GetData}\label{wxprivatedataobjectgetdata}
 
-\constfunc{virtual char*}{GetData}{\void}
+\func{virtual char*}{GetData}{\void}
+
+Returns the data.
 
 
diff --git a/docs/latex/wx/prvtdrpt.tex b/docs/latex/wx/prvtdrpt.tex
new file mode 100644 (file)
index 0000000..21e6ddd
--- /dev/null
@@ -0,0 +1,31 @@
+\section{\class{wxPrivateDropTarget}}\label{wxprivatedroptarget}
+
+wxPrivateDropTarget is for...
+
+\wxheading{Derived from}
+
+\helpref{wxDropTarget}{wxdroptarget}
+
+\wxheading{See also}
+
+\helpref{wxDropTarget}{wxdroptarget}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxPrivateDropTarget::wxPrivateDropTarget}\label{wxprivatedroptargetwxprivatedroptarget}
+
+\func{}{wxPrivateDropTarget}{\void}
+
+\membersection{wxPrivateDropTarget::SetId}\label{wxprivatedroptargetsetid}
+
+\func{void}{SetId}{\param{const wxString\& }{id}}
+
+Yu have to override OnDrop to get at the data.
+The string ID identifies the format of clipboard or DnD data. A word
+rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
+to the clipboard - the latter with the Id "WXWORD\_FORMAT".
+
+\membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}
+
+\constfunc{virtual wxString}{GetId}{\void}
+