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

19 \item distinguishes options, switches and parameters; allows option grouping
38 \twocolitem{switch}{This is a boolean option which can be given or not, but
42 \twocolitem{option}{Option for us here is something which comes with a value 0
43 unlike a switch. For example, {\tt -o:filename} might be an option which allows
59 line switch, option or parameter. An array of such structures should be passed
91 The field {\tt shortName} is the usual, short, name of the switch or the option.
92 {\tt longName} is the corresponding long name or NULL if the option has no long
94 long option names can contain only letters, digits and the underscores.
100 by an option or parameter are:
120 wxCMD_LINE_OPTION_MANDATORY = 0x01, // this option must be given
123 wxCMD_LINE_OPTION_HELP = 0x08, // this option is a help request
132 {\tt wxCMD\_LINE\_OPTION\_MANDATORY} to require that the option is given and
142 separator (either a colon, an equal sign or white space) between the option
192 First global option is the support for long (also known as GNU-style) options.
199 Another global option is the set of characters which may be used to start an
200 option (otherwise, the word on the command line is assumed to be a parameter).
216 option was specified (this is a separate case as, normally, the program will
232 or not, for an option or a parameter, you will call a version of {\tt Found()}
234 {\tt Found()} functions return true if the switch or option were found in the
349 {\it switchChars} contains all characters with which an option or switch may
359 As long options are not (yet) POSIX-compliant, this option allows to disable
438 Add an option {\it name} with an optional long name {\it lng} (no long name if
455 option was encountered and the help message was given or a positive value if a
491 Returns true if an option taking a string value was found and stores the
499 Returns true if an option taking an integer value was found and stores
507 Returns true if an option taking a date value was found and stores the