QTools 6.9.3
QView

Classes

class  _AttachDialog
 
class  _CommandDialog
 
class  _CurrObjDialog
 
class  _EvtDialog
 
class  _GlbFilterDialog
 
class  _LocFilterDialog
 
class  _LocFilterDialog_AO_OBJ
 
class  _MessageDialog
 
class  _PeekDialog
 
class  _PokeDialog
 

Static Public Member Functions

def customize (cust)
 Set QView customization. More...
 
def print_text (string)
 Print a string to the Text area. More...
 
def show_canvas (view=1)
 Make the canvas visible (to be used in the constructor of the customization class) More...
 

Static Public Attributes

int VERSION = 693
 current version of QView More...
 
 custom_menu = None
 menu to be customized More...
 
 canvas = None
 canvas to be customized More...
 

Detailed Description

Definition at line 52 of file qview.py.

Member Function Documentation

◆ customize()

def customize (   cust)
static

Set QView customization.

Parameters
custthe customization class instance

Definition at line 285 of file qview.py.

◆ print_text()

def print_text (   string)
static

Print a string to the Text area.

Definition at line 290 of file qview.py.

◆ show_canvas()

def show_canvas (   view = 1)
static

Make the canvas visible (to be used in the constructor of the customization class)

Definition at line 300 of file qview.py.

Member Data Documentation

◆ VERSION

int VERSION = 693
static

current version of QView

Definition at line 54 of file qview.py.

◆ custom_menu

custom_menu = None
static

menu to be customized

Definition at line 58 of file qview.py.

◆ canvas

canvas = None
static

canvas to be customized

Definition at line 61 of file qview.py.


The documentation for this class was generated from the following file: