My Project
Loading...
Searching...
No Matches
Singular
fehelp.h
Go to the documentation of this file.
1
#ifndef FEHELP_H
2
#define FEHELP_H
3
4
5
/*****************************************************************
6
*
7
* help system (fehelp.cc)
8
*
9
*****************************************************************/
10
// if str != NULL display help for str
11
// display general help, otherwise
12
void
feHelp
(
char
* str =
NULL
);
13
// if browser != NULL or feOpt("browser") != NULL
14
// set HelpBrowser to browser
15
// otherwise, if browser was already set, leave as is,
16
// if not, choose first available browser
17
// return string identifying current browser
18
// keeps feOpt("browser") up-to-date
19
// Optional warn argument is as in feResource
20
const
char
*
feHelpBrowser
(
char
* browser =
NULL
,
int
warn = -1);
21
22
void
feStringAppendBrowsers
(
int
warn = -1);
23
24
#endif
/* FEHELP_H */
feHelp
void feHelp(char *str=NULL)
Definition:
fehelp.cc:90
feHelpBrowser
const char * feHelpBrowser(char *browser=NULL, int warn=-1)
Definition:
fehelp.cc:249
feStringAppendBrowsers
void feStringAppendBrowsers(int warn=-1)
Definition:
fehelp.cc:341
NULL
#define NULL
Definition:
omList.c:12
Generated on Mon Feb 27 2023 10:53:50 for My Project by
doxygen 1.9.5
for
Singular