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

3 %% Purpose:     wxSize documentation
11 \section{\class{wxSize}}\label{wxsize}
13 A {\bf wxSize} is a useful data structure for graphics operations.
16 wxSize is used throughout wxWidgets as well as wxPoint which, although almost
17 equivalent to wxSize, has a different meaning: wxPoint represents a position
18 while wxSize - the size.
40 \membersection{wxSize::wxSize}\label{wxsizector}
42 \func{}{wxSize}{\void}
44 \func{}{wxSize}{\param{int}{ width}, \param{int}{ height}}
50 \membersection{wxSize::DecBy}\label{wxsizedecby}
52 \func{void}{DecBy}{\param{const wxSize\& }{size}}
71 \membersection{wxSize::DecTo}\label{wxsizedecto}
73 \func{void}{DecTo}{\param{const wxSize\& }{size}}
83 \membersection{wxSize::IsFullySpecified}\label{wxsizeisfullyspecified}
95 \membersection{wxSize::GetWidth}\label{wxsizegetwidth}
102 \membersection{wxSize::GetHeight}\label{wxsizegetheight}
109 \membersection{wxSize::IncBy}\label{wxsizeincby}
111 \func{void}{IncBy}{\param{const wxSize\& }{size}}
130 \membersection{wxSize::IncTo}\label{wxsizeincto}
132 \func{void}{IncTo}{\param{const wxSize\& }{size}}
143 \membersection{wxSize::Scale}\label{wxsizescale}
145 \func{wxSize\&}{Scale}{\param{float}{ xscale}, \param{float}{ yscale}}
154 \membersection{wxSize::Set}\label{wxsizeset}
161 \membersection{wxSize::SetDefaults}\label{wxsizesetdefaults}
163 \func{void}{SetDefaults}{\param{const wxSize\& }{sizeDefault}}
180 \membersection{wxSize::SetHeight}\label{wxsizesetheight}
187 \membersection{wxSize::SetWidth}\label{wxsizesetwidth}
196 \func{void}{operator $=$}{\param{const wxSize\& }{sz}}
201 \constfunc{bool}{operator $==$}{\param{const wxSize\& }{sz}}
203 \constfunc{bool}{operator $!=$}{\param{const wxSize\& }{sz}}
205 \func{wxSize}{operator $+$}{\param{const wxSize\& }{sz}}
207 \func{wxSize}{operator $-$}{\param{const wxSize\& }{sz}}
209 \func{wxSize\&}{operator $+=$}{\param{const wxSize\& }{sz}}
211 \func{wxSize\&}{operator $-=$}{\param{const wxSize\& }{sz}}
213 Operators for comparison, sum and subtraction between \helpref{wxSize}{wxsize} objects.
216 \func{wxSize}{operator $/$}{\param{int }{factor}}
218 \func{wxSize}{operator $*$}{\param{int }{factor}}
220 \func{wxSize\&}{operator $/=$}{\param{int }{factor}}
222 \func{wxSize\&}{operator $*=$}{\param{int }{factor}}
224 Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer.