KiCad PCB EDA Suite
Loading...
Searching...
No Matches
action_plugin.h File Reference

Class PCBNEW_ACTION_PLUGINS. More...

#include <vector>
#include <pcb_edit_frame.h>

Go to the source code of this file.

Classes

class  ACTION_PLUGIN
 This is the parent class from where any action plugin class must derive. More...
 
class  ACTION_PLUGINS
 Mainly static. More...
 

Typedefs

typedef std::variant< ACTION_PLUGIN *, const PLUGIN_ACTION * > LEGACY_OR_API_PLUGIN
 

Detailed Description

Class PCBNEW_ACTION_PLUGINS.

Definition in file action_plugin.h.

Typedef Documentation

◆ LEGACY_OR_API_PLUGIN

typedef std::variant<ACTION_PLUGIN*, const PLUGIN_ACTION*> LEGACY_OR_API_PLUGIN

Definition at line 221 of file action_plugin.h.