Removed obsolete wxDate and wxTime classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-23 20:14:19 +00:00
parent 621b931778
commit 2ab25aca26
20 changed files with 3 additions and 1660 deletions

View File

@@ -82,14 +82,6 @@ deleting {\it value} and its contents.
%Note: this constructor is currently disabled because it causes a C++ ambiguity.
\func{}{wxVariant}{\param{const wxTime\&}{ value}, \param{const wxString\& }{name = ``"}}
Construction from a time.
\func{}{wxVariant}{\param{const wxDate\&}{ value}, \param{const wxString\& }{name = ``"}}
Construction from a date.
\func{}{wxVariant}{\param{void*}{ value}, \param{const wxString\& }{name = ``"}}
Construction from a void pointer.
@@ -146,12 +138,6 @@ Returns the character value.
Returns a pointer to the internal variant data.
\membersection{wxVariant::GetDate}\label{wxvariantgetdate}
\constfunc{wxDate}{GetDate}{\void}
Gets the date value.
\membersection{wxVariant::GetDouble}\label{wxvariantgetdouble}
\constfunc{double}{GetDouble}{\void}
@@ -176,12 +162,6 @@ Returns a constant reference to the variant name.
Gets the string value.
\membersection{wxVariant::GetTime}\label{wxvariantgettime}
\constfunc{wxTime}{GetTime}{\void}
Gets the time value.
\membersection{wxVariant::GetType}\label{wxvariantgettype}
\constfunc{wxString}{GetType}{\void}
@@ -263,10 +243,6 @@ Sets the internal variant data, deleting the existing data if there is any.
\func{void}{operator $=$}{\param{const double }{value}}
\func{void}{operator $=$}{\param{const wxDate\& }{value}}
\func{void}{operator $=$}{\param{const wxTime\& }{value}}
\func{void}{operator $=$}{\param{void* }{value}}
\func{void}{operator $=$}{\param{const wxList\& }{value}}
@@ -291,10 +267,6 @@ Assignment operators.
\func{bool}{operator $==$}{\param{const double }{value}}
\func{bool}{operator $==$}{\param{const wxDate\& }{value}}
\func{bool}{operator $==$}{\param{const wxTime\& }{value}}
\func{bool}{operator $==$}{\param{void* }{value}}
\func{bool}{operator $==$}{\param{const wxList\& }{value}}
@@ -319,10 +291,6 @@ Equality test operators.
\func{bool}{operator $!=$}{\param{const double }{value}}
\func{bool}{operator $!=$}{\param{const wxDate\& }{value}}
\func{bool}{operator $!=$}{\param{const wxTime\& }{value}}
\func{bool}{operator $!=$}{\param{void* }{value}}
\func{bool}{operator $!=$}{\param{const wxList\& }{value}}
@@ -358,24 +326,12 @@ Operator for implicit conversion to a double, using \helpref{wxVariant::GetDoubl
Operator for implicit conversion to a long, using \helpref{wxVariant::GetLong}{wxvariantgetlong}.
\membersection{wxVariant::operator wxDate}\label{wxvariantwxdate}
\constfunc{wxDate}{operator wxDate}{\void}
Operator for implicit conversion to a wxDate, using \helpref{wxVariant::GetDate}{wxvariantgetdate}.
\membersection{wxVariant::operator wxString}\label{wxvariantwxstring}
\constfunc{wxString}{operator wxString}{\void}
Operator for implicit conversion to a string, using \helpref{wxVariant::MakeString}{wxvariantmakestring}.
\membersection{wxVariant::operator wxTime}\label{wxvariantwxtime}
\constfunc{wxTime}{operator wxTime}{\void}
Operator for implicit conversion to a wxTime, using \helpref{wxVariant::GetTime}{wxvariantgettime}.
\membersection{wxVariant::operator void*}\label{wxvariantvoid}
\constfunc{void*}{operator void*}{\void}