Returns the action to perform on the path or paths when using this plugin. By default, this returns an action copying the path or paths to the clipboard. @return Path action instance to use.
| 122 | // @return Path action instance to use. |
| 123 | // |
| 124 | PathActionSP Plugin::Action() const |
| 125 | { |
| 126 | return std::make_shared<PCC::Actions::CopyToClipboardPathAction>(); |
| 127 | } |
| 128 | |
| 129 | // |
| 130 | // Checks if this plugin is a separator. |