Script Launcher and output viewer. More...
Public Member Functions | |
| def | AllowMultiple |
| Launch allows multiple instances. | |
| def | CreateItem |
| Create a Launch panel. | |
| def | GetBitmap |
| Get the tab bitmap. | |
| def | GetId |
| The unique identifier of this plugin. | |
| def | GetMenuEntry |
| This plugins menu entry. | |
| def | GetMinVersion |
| def | GetName |
| The name of this plugin. | |
| def | InstallComponents |
| Install extra menu components param mainw: MainWindow Instance. | |
| def | IsInstalled |
| Check whether launch has been installed yet or not. | |
| def | IsStockable |
Static Public Attributes | |
| tuple | ID_LAUNCH = wx.NewId() |
| INSTALLED = False | |
| SHELF = None | |
Script Launcher and output viewer.
| def AllowMultiple | ( | self | ) |
Launch allows multiple instances.
| def CreateItem | ( | self, | |
| parent | |||
| ) |
Create a Launch panel.
| def GetBitmap | ( | self | ) |
Get the tab bitmap.
| def GetId | ( | self | ) |
The unique identifier of this plugin.
| def GetMenuEntry | ( | self, | |
| menu | |||
| ) |
This plugins menu entry.
| def GetMinVersion | ( | self | ) |
| def GetName | ( | self | ) |
The name of this plugin.
| def InstallComponents | ( | self, | |
| mainw | |||
| ) |
Install extra menu components param mainw: MainWindow Instance.
| def IsInstalled | ( | self | ) |
Check whether launch has been installed yet or not.
| def IsStockable | ( | self | ) |
tuple ID_LAUNCH = wx.NewId() [static] |
INSTALLED = False [static] |
SHELF = None [static] |
1.7.6.1