#include <IDuplicatePrefs.h>
|
| enum | { kDefaultIID = IID_IDUPLICATEPREFS } |
| |
An interface off the kWorkspaceBoss, holds defaults for Step and Repeat and object duplication via keyboard shortcut.
| virtual const PMReal IDuplicatePrefs::GetXOffset | ( | | ) | |
| pure virtual |
Return the x offset vale.
- Parameters
- Returns
- PMReal the x offset value for duplicating objects.
| virtual const PMReal IDuplicatePrefs::GetYOffset | ( | | ) | |
| pure virtual |
Return the y offset vale.
- Parameters
- Returns
- PMReal the y offset value for duplicating objects.
| virtual void IDuplicatePrefs::SetXOffset | ( | const PMReal | newOffset | ) | |
| pure virtual |
Function to set the session preferences for duplicating objects. Step and Repeat dialog sets these values, they are used when duplicating objects via keyboard shortcut.
- Parameters
| newOffset | the x offset in pasteboard units for duplicating objects. |
| virtual void IDuplicatePrefs::SetYOffset | ( | const PMReal | newOffset | ) | |
| pure virtual |
Function to set the session preferences for duplicating objects. Step and Repeat dialog sets these values, they are used when duplicating objects via keyboard shortcut.
- Parameters
| newOffset | the y offset in pasteboard units for duplicating objects. |