]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
More warning and error fixes (work in progress with Tinderbox).
[wxWidgets.git] / docs / latex / wx / variant.tex
index 3bdde7a28e5eff104c36803f7608490997d10e06..e1c3d5602a70bbd812e07a2b74596781085f0c4c 100644 (file)
@@ -65,12 +65,6 @@ Construction from a list of wxVariant objects. This constructor
 copies {\it value}, the application is still responsible for
 deleting {\it value} and its contents.
 
-\func{}{wxVariant}{\param{const wxStringList\&}{ value}, \param{const wxString\& }{name = ``"}}
-
-Construction from a list of strings. This constructor
-copies {\it value}, the application is still responsible for
-deleting {\it value} and its contents.
-
 \func{}{wxVariant}{\param{void*}{ value}, \param{const wxString\& }{name = ``"}}
 
 Construction from a void pointer.
@@ -125,17 +119,17 @@ Deletes the contents of the list.
 
 \membersection{wxVariant::Convert}\label{wxvariantconvert}
 
-\constfunc{bool}{Convert}{long* value}
+\constfunc{bool}{Convert}{\param{long*}{ value}}
 
-\constfunc{bool}{Convert}{bool* value}
+\constfunc{bool}{Convert}{\param{bool*}{ value}}
 
-\constfunc{bool}{Convert}{double* value}
+\constfunc{bool}{Convert}{\param{double*}{ value}}
 
-\constfunc{bool}{Convert}{wxString* value}
+\constfunc{bool}{Convert}{\param{wxString*}{ value}}
 
-\constfunc{bool}{Convert}{char* value}
+\constfunc{bool}{Convert}{\param{char*}{ value}}
 
-\constfunc{bool}{Convert}{wxDateTime* value}
+\constfunc{bool}{Convert}{\param{wxDateTime*}{ value}}
 
 Retrieves and converts the value of this variant to the type that {\it value} is.
 
@@ -303,8 +297,6 @@ Sets the internal variant data, deleting the existing data if there is any.
 
 \func{void}{operator $=$}{\param{const wxList\& }{value}}
 
-\func{void}{operator $=$}{\param{const wxStringList\& }{value}}
-
 \func{void}{operator $=$}{\param{const wxDateTime\& }{value}}
 
 \func{void}{operator $=$}{\param{const wxArrayString\& }{value}}
@@ -337,8 +329,6 @@ Assignment operators.
 
 \constfunc{bool}{operator $==$}{\param{const wxList\& }{value}}
 
-\constfunc{bool}{operator $==$}{\param{const wxStringList\& }{value}}
-
 \constfunc{bool}{operator $==$}{\param{const wxArrayString\& }{value}}
 
 \constfunc{bool}{operator $==$}{\param{const wxDateTime\& }{value}}
@@ -365,8 +355,6 @@ Equality test operators.
 
 \constfunc{bool}{operator $!=$}{\param{const wxList\& }{value}}
 
-\constfunc{bool}{operator $!=$}{\param{const wxStringList\& }{value}}
-
 \constfunc{bool}{operator $!=$}{\param{const wxArrayString\& }{value}}
 
 \constfunc{bool}{operator $!=$}{\param{const wxDateTime\& }{value}}