![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Stores basic information about an application suite. More...
#include <hdicoreSuiteInfo.h>
Public Member Functions | |
| SuiteInfo () | |
| Constructs a new SuiteInfo object with default values. | |
| SuiteInfo (const SuiteInfo &si_) | |
| Constructs a new SuiteInfo object from an existing object (copy ctor) | |
| SuiteInfo (const std::string &name_, const int32_t intVers_, const int32_t extVers_) | |
| Constructs a new SuiteInfo object with the given values. | |
| virtual | ~SuiteInfo () |
| Destructs a SuiteInfo object. | |
| bool | operator== (const SuiteInfo &rhs_) const |
| Compares one SuiteInfo object to another to check for equality. | |
| bool | operator!= (const SuiteInfo &rhs_) const |
| Compares one SuiteInfo object to another to check for inequality. | |
Stores basic information about an application suite.
| hdi::core::SuiteInfo::SuiteInfo | ( | ) |
Constructs a new SuiteInfo object with default values.
| hdi::core::SuiteInfo::SuiteInfo | ( | const SuiteInfo & | si_ | ) |
| hdi::core::SuiteInfo::SuiteInfo | ( | const std::string & | name_, |
| const int32_t | intVers_, | ||
| const int32_t | extVers_ ) |
Constructs a new SuiteInfo object with the given values.
| name_ | Name of the suite |
| intVers_ | Internal version number of the suite |
| extVers_ | External version number of the suite |
|
virtual |
Destructs a SuiteInfo object.
| bool hdi::core::SuiteInfo::operator!= | ( | const SuiteInfo & | rhs_ | ) | const |
Compares one SuiteInfo object to another to check for inequality.
| rhs_ | Righthand side of the inequality operator |