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

20 compile your application in debug mode to use it (see \helpref{debugging overview}{debuggingoverview} for
30 making them much more efficient than linked lists (\helpref{wxList}{wxlist}).
32 but the price is preallocating the memory in advance. In the \helpref{memory management}{wxarraymemorymanagement} section
66 \helpref{Index()}{wxarrayindex} function execution time is $O(log(N))$ instead of
67 $O(N)$ for the usual arrays but the \helpref{Add()}{wxarrayadd} method is
145 \helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist}
162 \helpref{WX\_DEFINE\_ARRAY}{wxdefinearray}\\
163 \helpref{WX\_DEFINE\_EXPORTED\_ARRAY}{wxdefinearray}\\
164 \helpref{WX\_DEFINE\_USER\_EXPORTED\_ARRAY}{wxdefinearray}\\
165 \helpref{WX\_DEFINE\_SORTED\_ARRAY}{wxdefinesortedarray}\\
166 \helpref{WX\_DEFINE\_SORTED\_EXPORTED\_ARRAY}{wxdefinesortedarray}\\
167 \helpref{WX\_DEFINE\_SORTED\_USER\_EXPORTED\_ARRAY}{wxdefinesortedarray}\\
168 \helpref{WX\_DECLARE\_EXPORTED\_OBJARRAY}{wxdeclareobjarray}\\
169 \helpref{WX\_DECLARE\_USER\_EXPORTED\_OBJARRAY}{wxdeclareobjarray}\\
170 \helpref{WX\_DEFINE\_OBJARRAY}{wxdefineobjarray}\\
171 \helpref{WX\_DEFINE\_EXPORTED\_OBJARRAY}{wxdefineobjarray}\\
172 \helpref{WX\_DEFINE\_USER\_EXPORTED\_OBJARRAY}{wxdefineobjarray}
200 \helpref{WX\_DEFINE\_ARRAY\_INT}{wxdefinearray}\\
201 \helpref{WX\_DEFINE\_EXPORTED\_ARRAY\_INT}{wxdefinearray}\\
202 \helpref{WX\_DEFINE\_USER\_EXPORTED\_ARRAY\_INT}{wxdefinearray}\\
203 \helpref{WX\_DEFINE\_SORTED\_ARRAY\_INT}{wxdefinesortedarray}\\
204 \helpref{WX\_DEFINE\_SORTED\_EXPORTED\_ARRAY\_INT}{wxdefinesortedarray}\\
205 \helpref{WX\_DEFINE\_SORTED\_USER\_EXPORTED\_ARRAY\_INT}{wxdefinesortedarray}\\
218 \helpref{wxArray default constructor}{wxarrayctordef}\\
219 \helpref{wxArray copy constructors and assignment operators}{wxarrayctorcopy}\\
220 \helpref{\destruct{wxArray}}{wxarraydtor}
231 current implementation), so the \helpref{Shrink()}{wxarrayshrink} function is
232 provided to deallocate the extra memory. The \helpref{Alloc()}{wxarrayalloc}
237 \helpref{Alloc}{wxarrayalloc}\\
238 \helpref{Shrink}{wxarrayshrink}
244 does exactly the same as \helpref{Item()}{wxarrayitem} method.
246 \helpref{Count}{wxarraycount}\\
247 \helpref{GetCount}{wxarraygetcount}\\
248 \helpref{IsEmpty}{wxarrayisempty}\\
249 \helpref{Item}{wxarrayitem}\\
250 \helpref{Last}{wxarraylast}
254 \helpref{Add}{wxarrayadd}\\
255 \helpref{Insert}{wxarrayinsert}\\
256 \helpref{SetCount}{wxarraysetcount}\\
257 \helpref{WX\_APPEND\_ARRAY}{wxappendarray}\\
258 \helpref{WX\_PREPEND\_ARRAY}{wxprependarray}
262 \helpref{WX\_CLEAR\_ARRAY}{wxcleararray}\\
263 \helpref{Empty}{wxarrayempty}\\
264 \helpref{Clear}{wxarrayclear}\\
265 \helpref{RemoveAt}{wxarrayremoveat}\\
266 \helpref{Remove}{wxarrayremove}
270 \helpref{Index}{wxarrayindex}\\
271 \helpref{Sort}{wxarraysort}
367 You must use \helpref{WX\_DEFINE\_OBJARRAY()}{wxdefineobjarray} macro to define
379 \helpref{WX\_DECLARE\_OBJARRAY()}{wxdeclareobjarray} macro. You must include the
473 \helpref{WX\_CLEAR\_ARRAY}{wxcleararray} macro for this.
496 You may also use \helpref{WX\_APPEND\_ARRAY}{wxappendarray} macro to append all
515 This function does the same as \helpref{Empty()}{wxarrayempty} and additionally
522 Same as \helpref{GetCount()}{wxarraygetcount}. This function is deprecated -
530 \helpref{Remove()}{wxarrayremove} doesn't delete it. The function returns the
540 \helpref{Clear()}{wxarrayclear} for this.
584 Please see \helpref{Add()}{wxarrayadd} for explanation of the differences
623 \helpref{Detach()}{wxobjarraydetach} if you don't want this to happen. On the
633 See also \helpref{WX\_CLEAR\_ARRAY}{wxcleararray} macro which deletes all
642 \helpref{Detach()}{wxobjarraydetach} if you don't want this to happen. On
652 See also \helpref{WX\_CLEAR\_ARRAY}{wxcleararray} macro which deletes all
666 \helpref{GetCount}{wxarraygetcount}