|
Panda3D
|
This is the base class of a family of classes that represent particular image file types that PNMImage supports. More...
Public Member Functions | |
| string | getExtension (int n) |
| Returns the nth possible filename extension associated with this particular file type, without a leading dot. | |
| list | getExtensions () |
| string | getName () |
| int | getNumExtensions () |
| Returns the number of different possible filename extensions associated with this particular file type. | |
| string | getSuggestedExtension () |
| Returns a suitable filename extension (without a leading dot) to suggest for files of this type, or empty string if no suggestions are available. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
This is the base class of a family of classes that represent particular image file types that PNMImage supports.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from TypedWritable.
| string getExtension | ( | int | n | ) |
Returns the nth possible filename extension associated with this particular file type, without a leading dot.
| list getExtensions | ( | ) |
| string getName | ( | ) |
| int getNumExtensions | ( | ) |
Returns the number of different possible filename extensions associated with this particular file type.
| string getSuggestedExtension | ( | ) |
Returns a suitable filename extension (without a leading dot) to suggest for files of this type, or empty string if no suggestions are available.
1.7.3