Wiki

Clone wiki

VW DLibrary / 2015 / api / dialog_predefined

NAME

dlibrary.dialog_predefined - Used for predefined dialogs. Also for use by other modules.

CLASSES

builtins.object Alert PlugInFileFileNotFoundErrorAlert PlugInFileOsErrorAlert PlugInFilePermissionErrorAlert PlugInFileVsExceptionAlert AlertType

class Alert


methods


def __init__(self, alert_type: int, text: str, advice: str=''):

def show(self):

AlertType

AlertType = <class 'dlibrary.dialog_predefined.AlertType'>

class PlugInFileFileNotFoundErrorAlert


methods


def __init__(self, filename: str):

def show(self):

class PlugInFileOsErrorAlert


methods


def __init__(self, filename: str):

def show(self):

class PlugInFilePermissionErrorAlert


methods


def __init__(self, filename: str):

def show(self):

class PlugInFileVsExceptionAlert


methods


def __init__(self, plugin_name: str):

def show(self):

FILE

d:\development\vw libraries\dlibrary\dlibrary\dialog_predefined.py

Updated