]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed m_ variables from the documentation, since they are now protected and should...
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:13:34 +0000 (15:13 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:13:34 +0000 (15:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/activevt.tex
docs/latex/wx/eraseevt.tex
docs/latex/wx/event.tex
docs/latex/wx/menuevt.tex
docs/latex/wx/tchanges.tex
docs/latex/wx/upduievt.tex

index 3b877c7da88ba9318d8090f794d9841209229d58..285ac8fbb0675337252578bac3bd676e5f1e2c52 100644 (file)
@@ -49,12 +49,6 @@ especially on Mac platform.
 
 Constructor.
 
-\membersection{wxActivateEvent::m\_active}\label{wxactivateeventmactive}
-
-\member{bool}{m\_active}
-
-true if the window or application was activated.
-
 \membersection{wxActivateEvent::GetActive}\label{wxactivateeventgetactive}
 
 \constfunc{bool}{GetActive}{\void}
index 46fa06ebca0617b55e2fe8c35d7cc772f2182c68..18dfe5c574a7f37ea9ff0b1f4bd66a7a9607d7a7 100644 (file)
@@ -33,8 +33,8 @@ function that takes a wxEraseEvent argument.
 
 \wxheading{Remarks}
 
-Use the {\bf m\_DC} device context to draw into, don't create wxPaintDC in 
-the event handler.
+Use the device context returned by \helpref{GetDC}{wxeraseeventgetdc} to draw on,
+don't create a wxPaintDC in the event handler.
 
 \wxheading{See also}
 
@@ -49,15 +49,9 @@ the event handler.
 
 Constructor.
 
-\membersection{wxEraseEvent::m\_dc}\label{wxeraseeventmdc}
-
-\member{wxDC*}{m\_dc}
-
-The device context associated with the erase event.
-
 \membersection{wxEraseEvent::GetDC}\label{wxeraseeventgetdc}
 
 \constfunc{wxDC*}{GetDC}{\void}
 
-Returns the device context to draw into.
+Returns the device context associated with the erase event to draw on.
 
index f75d0de957482986db92ec399b537a2ad5051e56..b5e7be46d0f5d564baf29232cd5067bce5bb3e30 100644 (file)
@@ -6,7 +6,7 @@ event object, and is an abstract base class for other event classes (see below).
 
 For more information about events, see the \helpref{Event handling overview}{eventhandlingoverview}.
 
-\perlnote{In wxPerl custome event classes should be derived from
+\perlnote{In wxPerl custom event classes should be derived from
 \texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.}
 
 \wxheading{Derived from}
@@ -30,25 +30,6 @@ For more information about events, see the \helpref{Event handling overview}{eve
 
 Constructor. Should not need to be used directly by an application.
 
-\membersection{wxEvent::m\_eventObject}\label{wxeventmeventobject}
-
-\member{wxObject*}{m\_eventObject}
-
-The object (usually a window) that the event was generated from,
-or should be sent to.
-
-\membersection{wxEvent::m\_eventType}\label{wxeventmeventtype}
-
-\member{WXTYPE}{m\_eventType}
-
-The type of the event, such as wxEVENT\_TYPE\_BUTTON\_COMMAND.
-
-\membersection{wxEvent::m\_id}\label{wxeventmid}
-
-\member{int}{m\_id}
-
-Identifier for the window.
-
 \membersection{wxEvent::m\_propagationLevel}\label{wxeventmpropagationlevel}
 
 \member{int}{m\_propagationLevel}
@@ -68,18 +49,6 @@ Any positive number means that the event should be propagated but no more than
 the given number of times. E.g. the propagation level may be set to $1$ to
 propagate the event to its parent only, but not to its grandparent.
 
-\membersection{wxEvent::m\_skipped}\label{wxeventmskipped}
-
-\member{bool}{m\_skipped}
-
-Set to true by {\bf Skip} if this event should be skipped.
-
-\membersection{wxEvent::m\_timeStamp}\label{wxeventmtimestamp}
-
-\member{long}{m\_timeStamp}
-
-Timestamp for this event.
-
 \membersection{wxEvent::Clone}\label{wxeventclone}
 
 \constfunc{virtual wxEvent*}{Clone}{\void}
@@ -105,7 +74,7 @@ a new event (call it MyEvent) and then define the Clone function like this:
 
 \func{wxObject*}{GetEventObject}{\void}
 
-Returns the object associated with the
+Returns the object (usually a window) associated with the
 event, if any.
 
 \membersection{wxEvent::GetEventType}\label{wxeventgeteventtype}
@@ -174,8 +143,6 @@ Sets the identifier associated with this event, such as a button command id.
 
 Sets the timestamp for the event.
 
-Sets the originating object.
-
 \membersection{wxEvent::ShouldPropagate}\label{wxeventshouldpropagate}
 
 \constfunc{bool}{ShouldPropagate}{\void}
index d2c262e3bf40e15b9c9cb74b8b8d9993baf57429..0f9a238647ba63b14e911376717c4f337d87fe1e 100644 (file)
@@ -48,13 +48,6 @@ highlighted, i.e. the currently selected menu item has changed.}
 Constructor.
 
 
-\membersection{wxMenuEvent::m\_menuId}\label{wxmenueventmmenuid}
-
-\member{int}{m\_menuId}
-
-The relevant menu identifier.
-
-
 \membersection{wxMenuEvent::GetMenu}\label{wxmenueventgetmenu}
 
 \constfunc{wxMenu *}{GetMenu}{\void}
index 31b5acb073a6198644ae3ec19f191d2a28359a59..3d47cc2ea536b0238f76d23f613799d6ccdeea1d 100644 (file)
@@ -8,6 +8,13 @@ For other changes (such as additional features, bug fixes, etc.) see the changes
 
 \subsection{Incompatible changes since 2.4.x}\label{incompatiblesince24}
 
+\subsubsection{wxEvent and its derivatives loosing public variable members}\label{wxeventpublictoprotected}
+
+\helpref{wxEvent}{wxevent} and its \helpref{derivatives}{eventhandlingoverview} do not have their public variable members public anymore.
+Use the Get/Set accessors as you always should have.
+
+
+
 \subsubsection{New window repainting behaviour}\label{newwindowrepainting}
 
 Windows are no longer fully repainted when resized, use new style \windowstyle{wxFULL\_REPAINT\_ON\_RESIZE} to force this (\windowstyle{wxNO\_FULL\_REPAINT\_ON\_RESIZE} still exists but doesn't do anything any more, this behaviour is default now).
index d6aabd751a426e4e3be70821dfe7f7e995244715..1032665247f54a0438e39b6c19c440465227e400 100644 (file)
@@ -81,43 +81,6 @@ to be shown, and not in idle time.
 
 Constructor.
 
-\membersection{wxUpdateUIEvent::m\_checked}\label{wxupdateuieventmchecked}
-
-\member{bool}{m\_checked}
-
-true if the element should be checked, false otherwise.
-
-\membersection{wxUpdateUIEvent::m\_enabled}\label{wxupdateuieventmenabled}
-
-\member{bool}{m\_checked}
-
-true if the element should be enabled, false otherwise.
-
-\membersection{wxUpdateUIEvent::m\_setChecked}\label{wxupdateuieventmsetchecked}
-
-\member{bool}{m\_setChecked}
-
-true if the application has set the {\bf m\_checked} member.
-
-\membersection{wxUpdateUIEvent::m\_setEnabled}\label{wxupdateuieventmsetenabled}
-
-\member{bool}{m\_setEnabled}
-
-true if the application has set the {\bf m\_enabled} member.
-
-\membersection{wxUpdateUIEvent::m\_setText}\label{wxupdateuieventmsettext}
-
-\member{bool}{m\_setText}
-
-true if the application has set the {\bf m\_text} member.
-
-\membersection{wxUpdateUIEvent::m\_text}\label{wxupdateuieventmtext}
-
-\member{wxString}{m\_text}
-
-Holds the text with which the the application wishes to
-update the UI element.
-
 \membersection{wxUpdateUIEvent::CanUpdate}\label{wxupdateuieventcanupdate}
 
 \func{static bool}{CanUpdate}{\param{wxWindow*}{ window}}
@@ -169,19 +132,19 @@ Returns true if the UI element should be enabled.
 
 \constfunc{bool}{GetSetChecked}{\void}
 
-Returns true if the application has called {\bf SetChecked}. For wxWidgets internal use only.
+Returns true if the application has called \helpref{wxUpdateUIEvent::Check}{wxupdateuieventcheck}. For wxWidgets internal use only.
 
 \membersection{wxUpdateUIEvent::GetSetEnabled}\label{wxupdateuieventgetsetenabled}
 
 \constfunc{bool}{GetSetEnabled}{\void}
 
-Returns true if the application has called {\bf SetEnabled}. For wxWidgets internal use only.
+Returns true if the application has called \helpref{wxUpdateUIEvent::Enable}{wxupdateuieventenable}. For wxWidgets internal use only.
 
 \membersection{wxUpdateUIEvent::GetSetText}\label{wxupdateuieventgetsettext}
 
 \constfunc{bool}{GetSetText}{\void}
 
-Returns true if the application has called {\bf SetText}. For wxWidgets internal use only.
+Returns true if the application has called \helpref{wxUpdateUIEvent::SetText}{wxupdateuieventsettext}. For wxWidgets internal use only.
 
 \membersection{wxUpdateUIEvent::GetText}\label{wxupdateuieventgettext}