• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:wxAccessible

6 \section{\class{wxAccessible}}\label{wxaccessible}
8 The wxAccessible class allows wxWidgets applications, and
16 To use this class, derive from wxAccessible, implement appropriate
30 wxAccessible; for example, the sash of a splitter window.
226 Event identifiers that can be sent via \helpref{wxAccessible::NotifyEvent}{wxaccessiblenotifyevent} are
278 \membersection{wxAccessible::wxAccessible}\label{wxaccessiblewxaccessible}
280 \func{}{wxAccessible}{\param{wxWindow* }{win = NULL}}
285 \membersection{wxAccessible::\destruct{wxAccessible}}\label{wxaccessibledtor}
287 \func{}{\destruct{wxAccessible}}{\void}
291 \membersection{wxAccessible::DoDefaultAction}\label{wxaccessibledodefaultaction}
299 \membersection{wxAccessible::GetChild}\label{wxaccessiblegetchild}
301 \func{virtual wxAccStatus}{GetChild}{\param{int }{childId}, \param{wxAccessible** }{child}}
306 \membersection{wxAccessible::GetChildCount}\label{wxaccessiblegetchildcount}
312 \membersection{wxAccessible::GetDefaultAction}\label{wxaccessiblegetdefaultaction}
322 \membersection{wxAccessible::GetDescription}\label{wxaccessiblegetdescription}
328 \membersection{wxAccessible::GetFocus}\label{wxaccessiblegetfocus}
330 \func{virtual wxAccStatus}{GetFocus}{\param{int* }{childId}, \param{wxAccessible** }{child}}
335 \membersection{wxAccessible::GetHelpText}\label{wxaccessiblegethelptext}
341 \membersection{wxAccessible::GetKeyboardShortcut}\label{wxaccessiblegetkeyboardshortcut}
348 \membersection{wxAccessible::GetLocation}\label{wxaccessiblegetlocation}
355 \membersection{wxAccessible::GetName}\label{wxaccessiblegetname}
361 \membersection{wxAccessible::GetParent}\label{wxaccessiblegetparent}
363 \func{virtual wxAccStatus}{GetParent}{\param{wxAccessible** }{parent}}
367 \membersection{wxAccessible::GetRole}\label{wxaccessiblegetrole}
371 Returns a role constant describing this object. See \helpref{wxAccessible}{wxaccessible} for a list
374 \membersection{wxAccessible::GetSelections}\label{wxaccessiblegetselections}
388 \item a "void*" pointer to a wxAccessible child object
391 \membersection{wxAccessible::GetState}\label{wxaccessiblegetstate}
395 Returns a state constant. See \helpref{wxAccessible}{wxaccessible} for a list
398 \membersection{wxAccessible::GetValue}\label{wxaccessiblegetvalue}
405 \membersection{wxAccessible::GetWindow}\label{wxaccessiblegetwindow}
411 \membersection{wxAccessible::HitTest}\label{wxaccessiblehittest}
413 \func{virtual wxAccStatus}{HitTest}{\param{const wxPoint\& }{pt}, \param{int* }{childId}, \param{wxAccessible** }{childObject}}
421 \membersection{wxAccessible::Navigate}\label{wxaccessiblenavigate}
423 \func{virtual wxAccStatus}{Navigate}{\param{wxNavDir }{navDir}, \param{int }{fromId}, \param{int* }{toId}, \param{wxAccessible** }{toObject}}
427 \membersection{wxAccessible::NotifyEvent}\label{wxaccessiblenotifyevent}
433 \membersection{wxAccessible::Select}\label{wxaccessibleselect}
437 Selects the object or child. See \helpref{wxAccessible}{wxaccessible} for a list
440 \membersection{wxAccessible::SetWindow}\label{wxaccessiblesetwindow}