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

3 This class holds information about a given {\it file type}. File type is the same as
16 But it is your responsibility to delete the returned pointer when you're done
21 information): basically, it is just a pair category/type (for example,
22 "text/plain") where the category is a basic indication of what a file is.
24 type is a precise definition of the document format: "plain" in the example
25 above means just ASCII text without any formatting, while "text/html" is the
48 One of the most common usages of MIME is to encode an e-mail message. The MIME
49 type of the encoded message is an example of a {\it message parameter}. These
95 // the full command for opening the text documents is in 'command'
104 {\bf Windows:} As only the file name is used by the program associated with the
105 given extension anyhow (but no other message parameters), there is no need to
112 The default constructor is private because you should never create objects of
119 The destructor of this class is not virtual, so it should not be derived from.
125 If the function returns {\tt true}, the string pointed to by {\it mimeType} is filled
135 one file extension is mapped to different MIME types by KDE, mailcap and
142 If the function returns {\tt true}, the array {\it extensions} is filled
147 {\bf Windows:} This function is currently not implemented: there is no
157 If the function returns {\tt true}, the {\tt iconLoc} is filled with the
164 {\bf Mac:} This function is not implemented and always returns {\tt false}.
174 If the function returns {\tt true}, the string pointed to by {\it desc} is filled
184 With the first version of this method, if the {\tt true} is returned, the
185 string pointed to by {\it command} is filled with the command which must be
188 is retrieved from \helpref{MessageParameters}{wxfiletypemessageparameters}
191 In the second case, only the filename is specified and the command to be used
192 to open this kind of file is returned directly. An empty string is returned to
193 indicate that an error occurred (typically meaning that there is no standard way
200 If the function returns {\tt true}, the string pointed to by {\it command} is filled
202 order to print the file of the given type. The name of the file is
209 This function is primarily intended for GetOpenCommand and GetPrintCommand
225 If there is no '\%s' in the command string (and the string is not empty), it is
226 assumed that the command reads the data on stdin and so the effect is the same
229 Unlike all other functions of this class, there is no error return for this