Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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 */
feHelpBrowser
const char * feHelpBrowser(char *browser=NULL, int warn=-1)
Definition:
fehelp.cc:260
feStringAppendBrowsers
void feStringAppendBrowsers(int warn=-1)
Definition:
fehelp.cc:352
NULL
#define NULL
Definition:
omList.c:10
feHelp
void feHelp(char *str=NULL)
Definition:
fehelp.cc:103
Generated on Mon Mar 6 2017 11:17:31 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1