240 lines
8.4 KiB
Python
240 lines
8.4 KiB
Python
# This file was automatically generated by SWIG (http://www.swig.org).
|
|
# Version 3.0.12
|
|
#
|
|
# Do not make changes to this file unless you know what you are doing--modify
|
|
# the SWIG interface file instead.
|
|
|
|
from sys import version_info as _swig_python_version_info
|
|
if _swig_python_version_info >= (2, 7, 0):
|
|
def swig_import_helper():
|
|
import importlib
|
|
pkg = __name__.rpartition('.')[0]
|
|
mname = '.'.join((pkg, '_qtinterpreter')).lstrip('.')
|
|
try:
|
|
return importlib.import_module(mname)
|
|
except ImportError:
|
|
return importlib.import_module('_qtinterpreter')
|
|
_qtinterpreter = swig_import_helper()
|
|
del swig_import_helper
|
|
elif _swig_python_version_info >= (2, 6, 0):
|
|
def swig_import_helper():
|
|
from os.path import dirname
|
|
import imp
|
|
fp = None
|
|
try:
|
|
fp, pathname, description = imp.find_module('_qtinterpreter', [dirname(__file__)])
|
|
except ImportError:
|
|
import _qtinterpreter
|
|
return _qtinterpreter
|
|
try:
|
|
_mod = imp.load_module('_qtinterpreter', fp, pathname, description)
|
|
finally:
|
|
if fp is not None:
|
|
fp.close()
|
|
return _mod
|
|
_qtinterpreter = swig_import_helper()
|
|
del swig_import_helper
|
|
else:
|
|
import _qtinterpreter
|
|
del _swig_python_version_info
|
|
|
|
try:
|
|
_swig_property = property
|
|
except NameError:
|
|
pass # Python < 2.2 doesn't have 'property'.
|
|
|
|
try:
|
|
import builtins as __builtin__
|
|
except ImportError:
|
|
import __builtin__
|
|
|
|
def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
|
|
if (name == "thisown"):
|
|
return self.this.own(value)
|
|
if (name == "this"):
|
|
if type(value).__name__ == 'SwigPyObject':
|
|
self.__dict__[name] = value
|
|
return
|
|
method = class_type.__swig_setmethods__.get(name, None)
|
|
if method:
|
|
return method(self, value)
|
|
if (not static):
|
|
if _newclass:
|
|
object.__setattr__(self, name, value)
|
|
else:
|
|
self.__dict__[name] = value
|
|
else:
|
|
raise AttributeError("You cannot add attributes to %s" % self)
|
|
|
|
|
|
def _swig_setattr(self, class_type, name, value):
|
|
return _swig_setattr_nondynamic(self, class_type, name, value, 0)
|
|
|
|
|
|
def _swig_getattr(self, class_type, name):
|
|
if (name == "thisown"):
|
|
return self.this.own()
|
|
method = class_type.__swig_getmethods__.get(name, None)
|
|
if method:
|
|
return method(self)
|
|
raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))
|
|
|
|
|
|
def _swig_repr(self):
|
|
try:
|
|
strthis = "proxy of " + self.this.__repr__()
|
|
except __builtin__.Exception:
|
|
strthis = ""
|
|
return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
|
|
|
|
try:
|
|
_object = object
|
|
_newclass = 1
|
|
except __builtin__.Exception:
|
|
class _object:
|
|
pass
|
|
_newclass = 0
|
|
|
|
class SwigPyIterator(_object):
|
|
__swig_setmethods__ = {}
|
|
__setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value)
|
|
__swig_getmethods__ = {}
|
|
__getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name)
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
raise AttributeError("No constructor defined - class is abstract")
|
|
__repr__ = _swig_repr
|
|
__swig_destroy__ = _qtinterpreter.delete_SwigPyIterator
|
|
__del__ = lambda self: None
|
|
|
|
def value(self):
|
|
return _qtinterpreter.SwigPyIterator_value(self)
|
|
|
|
def incr(self, n=1):
|
|
return _qtinterpreter.SwigPyIterator_incr(self, n)
|
|
|
|
def decr(self, n=1):
|
|
return _qtinterpreter.SwigPyIterator_decr(self, n)
|
|
|
|
def distance(self, x):
|
|
return _qtinterpreter.SwigPyIterator_distance(self, x)
|
|
|
|
def equal(self, x):
|
|
return _qtinterpreter.SwigPyIterator_equal(self, x)
|
|
|
|
def copy(self):
|
|
return _qtinterpreter.SwigPyIterator_copy(self)
|
|
|
|
def next(self):
|
|
return _qtinterpreter.SwigPyIterator_next(self)
|
|
|
|
def __next__(self):
|
|
return _qtinterpreter.SwigPyIterator___next__(self)
|
|
|
|
def previous(self):
|
|
return _qtinterpreter.SwigPyIterator_previous(self)
|
|
|
|
def advance(self, n):
|
|
return _qtinterpreter.SwigPyIterator_advance(self, n)
|
|
|
|
def __eq__(self, x):
|
|
return _qtinterpreter.SwigPyIterator___eq__(self, x)
|
|
|
|
def __ne__(self, x):
|
|
return _qtinterpreter.SwigPyIterator___ne__(self, x)
|
|
|
|
def __iadd__(self, n):
|
|
return _qtinterpreter.SwigPyIterator___iadd__(self, n)
|
|
|
|
def __isub__(self, n):
|
|
return _qtinterpreter.SwigPyIterator___isub__(self, n)
|
|
|
|
def __add__(self, n):
|
|
return _qtinterpreter.SwigPyIterator___add__(self, n)
|
|
|
|
def __sub__(self, *args):
|
|
return _qtinterpreter.SwigPyIterator___sub__(self, *args)
|
|
def __iter__(self):
|
|
return self
|
|
SwigPyIterator_swigregister = _qtinterpreter.SwigPyIterator_swigregister
|
|
SwigPyIterator_swigregister(SwigPyIterator)
|
|
|
|
PYTHON_QT_INTERPRETER_VER = _qtinterpreter.PYTHON_QT_INTERPRETER_VER
|
|
|
|
def WriteToChannel(ch, str):
|
|
return _qtinterpreter.WriteToChannel(ch, str)
|
|
WriteToChannel = _qtinterpreter.WriteToChannel
|
|
|
|
def ReadFromChannel(ch):
|
|
return _qtinterpreter.ReadFromChannel(ch)
|
|
ReadFromChannel = _qtinterpreter.ReadFromChannel
|
|
|
|
def messageBox(text, caption=None, btn_flag=0, icon_flag=0):
|
|
return _qtinterpreter.messageBox(text, caption, btn_flag, icon_flag)
|
|
messageBox = _qtinterpreter.messageBox
|
|
|
|
def inputBox(*args):
|
|
return _qtinterpreter.inputBox(*args)
|
|
inputBox = _qtinterpreter.inputBox
|
|
|
|
def openFileDialog(*args):
|
|
return _qtinterpreter.openFileDialog(*args)
|
|
openFileDialog = _qtinterpreter.openFileDialog
|
|
|
|
def saveFileDialog(*args):
|
|
return _qtinterpreter.saveFileDialog(*args)
|
|
saveFileDialog = _qtinterpreter.saveFileDialog
|
|
|
|
def openDirDialog(*args):
|
|
return _qtinterpreter.openDirDialog(*args)
|
|
openDirDialog = _qtinterpreter.openDirDialog
|
|
class interpIO(_object):
|
|
__swig_setmethods__ = {}
|
|
__setattr__ = lambda self, name, value: _swig_setattr(self, interpIO, name, value)
|
|
__swig_getmethods__ = {}
|
|
__getattr__ = lambda self, name: _swig_getattr(self, interpIO, name)
|
|
__repr__ = _swig_repr
|
|
__swig_setmethods__["output"] = _qtinterpreter.interpIO_output_set
|
|
__swig_getmethods__["output"] = _qtinterpreter.interpIO_output_get
|
|
if _newclass:
|
|
output = _swig_property(_qtinterpreter.interpIO_output_get, _qtinterpreter.interpIO_output_set)
|
|
__swig_setmethods__["input"] = _qtinterpreter.interpIO_input_set
|
|
__swig_getmethods__["input"] = _qtinterpreter.interpIO_input_get
|
|
if _newclass:
|
|
input = _swig_property(_qtinterpreter.interpIO_input_get, _qtinterpreter.interpIO_input_set)
|
|
__swig_setmethods__["last_output_str_sz"] = _qtinterpreter.interpIO_last_output_str_sz_set
|
|
__swig_getmethods__["last_output_str_sz"] = _qtinterpreter.interpIO_last_output_str_sz_get
|
|
if _newclass:
|
|
last_output_str_sz = _swig_property(_qtinterpreter.interpIO_last_output_str_sz_get, _qtinterpreter.interpIO_last_output_str_sz_set)
|
|
__swig_setmethods__["wait_for_input"] = _qtinterpreter.interpIO_wait_for_input_set
|
|
__swig_getmethods__["wait_for_input"] = _qtinterpreter.interpIO_wait_for_input_get
|
|
if _newclass:
|
|
wait_for_input = _swig_property(_qtinterpreter.interpIO_wait_for_input_get, _qtinterpreter.interpIO_wait_for_input_set)
|
|
__swig_setmethods__["interactive"] = _qtinterpreter.interpIO_interactive_set
|
|
__swig_getmethods__["interactive"] = _qtinterpreter.interpIO_interactive_get
|
|
if _newclass:
|
|
interactive = _swig_property(_qtinterpreter.interpIO_interactive_get, _qtinterpreter.interpIO_interactive_set)
|
|
__swig_setmethods__["session"] = _qtinterpreter.interpIO_session_set
|
|
__swig_getmethods__["session"] = _qtinterpreter.interpIO_session_get
|
|
if _newclass:
|
|
session = _swig_property(_qtinterpreter.interpIO_session_get, _qtinterpreter.interpIO_session_set)
|
|
|
|
def __init__(self):
|
|
this = _qtinterpreter.new_interpIO()
|
|
try:
|
|
self.this.append(this)
|
|
except __builtin__.Exception:
|
|
self.this = this
|
|
__swig_destroy__ = _qtinterpreter.delete_interpIO
|
|
__del__ = lambda self: None
|
|
interpIO_swigregister = _qtinterpreter.interpIO_swigregister
|
|
interpIO_swigregister(interpIO)
|
|
|
|
|
|
def PyQtInterpreter__CreatePyStdioCatcher(arg1, channel):
|
|
return _qtinterpreter.PyQtInterpreter__CreatePyStdioCatcher(arg1, channel)
|
|
PyQtInterpreter__CreatePyStdioCatcher = _qtinterpreter.PyQtInterpreter__CreatePyStdioCatcher
|
|
# This file is compatible with both classic and new-style classes.
|
|
|
|
|