• 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:wxIcon

1 \section{\class{wxIcon}}\label{wxicon}
36 environments. Platform-specific methods for creating a {\bf wxIcon}\rtfsp
54 \membersection{wxIcon::wxIcon}\label{wxiconctor}
56 \func{}{wxIcon}{\void}
60 \func{}{wxIcon}{\param{const wxIcon\& }{icon}}
64 \func{}{wxIcon}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
68 \func{}{wxIcon}{\param{const char}{ bits[]}, \param{int}{ width}, \param{int}{ height}\\
73 \func{}{wxIcon}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
77 \func{}{wxIcon}{\param{char**}{ bits}}
79 \func{}{wxIcon}{\param{const char**}{ bits}}
83 \func{}{wxIcon}{\param{const wxString\& }{name}, \param{wxBitmapType}{ type},
88 \func{}{wxIcon}{\param{const wxIconLocation\& }{loc}}
163 wxIcon *icon = new wxIcon(mybitmap);
170 wxIcon icon(wxICON(mondrian));
175 wxIcon icon(mondrian_xpm);
179 wxIcon icon("mondrian");
192 \membersection{wxIcon::CopyFromBitmap}\label{wxiconcopyfrombitmap}
200 \helpref{wxIcon::LoadFile}{wxiconloadfile}
211 \membersection{wxIcon::\destruct{wxIcon}}\label{wxicondtor}
213 \func{}{\destruct{wxIcon}}{\void}
223 \membersection{wxIcon::GetDepth}\label{wxicongetdepth}
230 \membersection{wxIcon::GetHeight}\label{wxicongetheight}
236 \membersection{wxIcon::GetWidth}\label{wxicongetwidth}
244 \helpref{wxIcon::GetHeight}{wxicongetheight}
246 \membersection{wxIcon::LoadFile}\label{wxiconloadfile}
276 \helpref{wxIcon::wxIcon}{wxiconctor}
278 \membersection{wxIcon::IsOk}\label{wxiconisok}
285 \membersection{wxIcon::SaveFile}\label{wxiconsavefile}
319 \helpref{wxIcon::LoadFile}{wxiconloadfile}
322 \membersection{wxIcon::SetDepth}\label{wxiconsetdepth}
332 \membersection{wxIcon::SetHeight}\label{wxiconsetheight}
342 \membersection{wxIcon::SetWidth}\label{wxiconsetwidth}
352 \membersection{wxIcon::operator $=$}\label{wxiconassign}
354 \func{wxIcon\& }{operator $=$}{\param{const wxIcon\& }{icon}}