![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Wraps information needed to add a new file format. More...
#include <hdicoreFileFormat.h>
Public Member Functions | |
| AddData () | |
| AddData constructor, setting default values for all members. | |
| AddData (const AddData &d_) | |
| AddData copy constructor, copying values from an existing AddData object. | |
| virtual | ~AddData () |
| AddData destructor. | |
| AddData & | operator= (const AddData &rhs_) |
| Overloaded assignment operator, copying values from one AddData object to another. | |
Public Attributes | |
| int32_t | type |
| Mac 4-char code file identifier. Plug-ins on Windows can ignore this. | |
| std::string | title |
| Description string to be shown in Illustrator's Save and Open dialogs, as UTF-8. | |
| int32_t | titleOrder |
| Indicates the order of file format menu items, if the plug-in registers more than one. | |
| ExtVector | extensions |
| Lists the DOS-style file extensions that are filtered in the Open dialog or appended to the file name in the Save dialog. | |
Wraps information needed to add a new file format.
| hdi::core::FileFormat::AddData::AddData | ( | ) |
AddData constructor, setting default values for all members.
| hdi::core::FileFormat::AddData::AddData | ( | const AddData & | d_ | ) |
|
virtual |
AddData destructor.
Overloaded assignment operator, copying values from one AddData object to another.
| rhs_ | Righthand side of the assignment |
| ExtVector hdi::core::FileFormat::AddData::extensions |
Lists the DOS-style file extensions that are filtered in the Open dialog or appended to the file name in the Save dialog.
| int32_t hdi::core::FileFormat::AddData::titleOrder |
Indicates the order of file format menu items, if the plug-in registers more than one.