docs » plugins.finalcutpro.export.batch.manager.panel
CommandPost Batch Export Panel.
- Constructors - API calls which return an object, typically one that offers API methods
- new
- Methods - API calls which can only be made on an object returned by a constructor
- addButton
- addCheckbox
- addContent
- addHandler
- addHeading
- addParagraph
- addPassword
- addSelect
- addStatus
- addTextbox
- getToolbarItem
| Signature | plugins.finalcutpro.export.batch.manager.panel.new(priority, id) -> cp.core.preferences.manager.panel |
|---|---|
| Type | Constructor |
| Description | Constructs a new panel with the specified priority and ID. |
| Parameters |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addButton(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a button to the panel. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addCheckbox(priority, params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a checkbox to the panel with the specified priority and params. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addContent(priority, content[, escaped]) -> panel |
|---|---|
| Type | Method |
| Description | Adds the specified content to the panel, with the specified priority order. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addHandler(event, id, handlerFn, keys) -> none |
|---|---|
| Type | Method |
| Description | Gets a handler from an Handler ID |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addHeading(text) -> panel |
|---|---|
| Type | Method |
| Description | Adds a heading to the panel |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addParagraph(content[, escaped[, class]]) -> panel |
|---|---|
| Type | Method |
| Description | Adds a Paragraph to the panel |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addPassword(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a password text-box to the panel. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addSelect(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a select to the panel. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addStatus(priority, content, default) -> panel |
|---|---|
| Type | Method |
| Description | Adds a Paragraph to the panel |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:addTextbox(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a text-box to the panel |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.export.batch.manager.panel:getToolbarItem() -> table |
|---|---|
| Type | Method |
| Description | Gets the Tool Bar as a table |
| Parameters |
|
| Returns |
|