// 4. use GetXXX() to retrieve the parsed info
// ----------------------------------------------------------------------------
// 4. use GetXXX() to retrieve the parsed info
// ----------------------------------------------------------------------------
// extra text may be shown by Usage() method if set by this function
void SetLogo(const wxString& logo);
// extra text may be shown by Usage() method if set by this function
void SetLogo(const wxString& logo);
// parse the command line, return 0 if ok, -1 if "-h" or "--help" option
// was encountered and the help message was given or a positive value if a
// syntax error occured
// parse the command line, return 0 if ok, -1 if "-h" or "--help" option
// was encountered and the help message was given or a positive value if a
// syntax error occured
// the value in the provided pointer
bool Found(const wxString& name, long *value) const;
// the value in the provided pointer
bool Found(const wxString& name, long *value) const;
// returns TRUE if an option taking a date value was found and stores the
// value in the provided pointer
bool Found(const wxString& name, wxDateTime *value) const;
// returns TRUE if an option taking a date value was found and stores the
// value in the provided pointer
bool Found(const wxString& name, wxDateTime *value) const;
};
#else // !wxUSE_CMDLINE_PARSER
// this function is always available (even if !wxUSE_CMDLINE_PARSER) because it
// is used by wxWin itself under Windows
};
#else // !wxUSE_CMDLINE_PARSER
// this function is always available (even if !wxUSE_CMDLINE_PARSER) because it
// is used by wxWin itself under Windows