#include <ICreateFormFieldCmdData.h>
|
| enum | { kDefaultIID = IID_ICREATEFORMFIELDCMDDATA } |
| |
Command parameters for the CreateFormField command
| virtual IDataBase* ICreateFormFieldCmdData::GetDataBase | ( | | ) | const |
| pure virtual |
Get destination database for new form field
- Returns
- the form fields database
| virtual ClassID ICreateFormFieldCmdData::GetFormPageItemType | ( | | ) | const |
| pure virtual |
Get the form field type to create
- Returns
- inFormType Boss of form field to create e.g. kPushButtonItemBoss
| virtual PMRect ICreateFormFieldCmdData::GetFormRect | ( | | ) | const |
| pure virtual |
Get the dimensions form field type to create
- Returns
- inFormType Boss of form field to create e.g. kPushButtonItemBoss
| virtual void ICreateFormFieldCmdData::GetIconList | ( | UIDList * | outIconList | ) | |
| pure virtual |
- Returns
- A list of page items to be moved inside of the newly created form.
| virtual UIDRef ICreateFormFieldCmdData::GetParent | ( | | ) | const |
| pure virtual |
Get page item destination for new form field
- Returns
- UIDRef of the form fields parent
| virtual bool16 ICreateFormFieldCmdData::GetUseIcons | ( | | ) | const |
| pure virtual |
- Returns
- kTrue if the form field has icons (i.e. page items to be placed in the new form field)
| virtual void ICreateFormFieldCmdData::SetFormPageItemType | ( | ClassID | inFormType | ) | |
| pure virtual |
Set the form field type to create
- Parameters
| virtual void ICreateFormFieldCmdData::SetFormRect | ( | const PMRect & | inRect | ) | |
| pure virtual |
Set dimensions of form field
| virtual void ICreateFormFieldCmdData::SetIconList | ( | const UIDList & | inIconList | ) | |
| pure virtual |
A list of page items to be moved inside of the newly created form. Used to "Create Button" from non-form field page items
| virtual void ICreateFormFieldCmdData::SetParent | ( | const UIDRef & | inParent | ) | |
| pure virtual |
Set page item desination for new form field
- Parameters
| inParent | The form field will be created as a child of this page item. |