Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs
hdicoreWidgetGroup.h File Reference

Header file for grouping plugin widgets, such that the geometry of all contained widgets can be modified more easily. More...

#include <vector>
#include "hdicorePoint.h"
Include dependency graph for hdicoreWidgetGroup.h:

Classes

class  hdi::core::WidgetGroup
 Allows for grouping widgets together, such that all can be added to a window in one call, removed from a window in one call, have their geometry adjusted collectively in one call, etc. More...
 

Typedefs

typedef std::unique_ptr< WidgetGroup > hdi::core::WidgetGroupUP
 
typedef std::shared_ptr< WidgetGroup > hdi::core::WidgetGroupSP
 
typedef std::weak_ptr< WidgetGroup > hdi::core::WidgetGroupWP
 

Detailed Description

Header file for grouping plugin widgets, such that the geometry of all contained widgets can be modified more easily.