![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Menu groups can have both groups and items as children, so this acts as a simple wrapper to store one or the other. More...
#include <hdicoreMenuGroup.h>
Public Member Functions | |
| Child () | |
| Constructs a new Child object with neither a group nor item. | |
| Child (const Child &kid_) | |
| Copy constructor for a Child object. | |
| ~Child () | |
| Child object destructor. | |
| Child & | operator= (const Child &rhs_) |
| Overloaded assignment operator for Child objects. | |
Public Attributes | |
| std::unique_ptr< MenuGroup > | group |
| Stores the child menu group. | |
| std::unique_ptr< MenuItem > | item |
| Stores the child menu item. | |
Menu groups can have both groups and items as children, so this acts as a simple wrapper to store one or the other.
| hdi::core::MenuGroup::Child::Child | ( | ) |
Constructs a new Child object with neither a group nor item.
| hdi::core::MenuGroup::Child::Child | ( | const Child & | kid_ | ) |
| hdi::core::MenuGroup::Child::~Child | ( | ) |
Child object destructor.