Table of Contents:
Bases: object
object
This is the base class that each plugin must inheritance from. Within this class you have to define the methods that all of your plugins must implement.
The method that we expect all plugins to implement. this is the framework our method will call.
() (argument) – The object widget from main application.
None