예제 #1
0
 def __init__(self, application, msgFunction):
     BaseCommand.__init__(self, None)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = []
     self.outputMsg = msgFunction
     self.message = ["Press enter to start the test"]
     self.__pyCadApplication = application
예제 #2
0
 def __init__(self, documents, msgFunction):
     BaseCommand.__init__(self, None)
     self.__docuemnts = documents
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = []
     self.message = ["Press enter to perform the command"]
     self.outputMsg = msgFunction
예제 #3
0
 def __init__(self, commandArray, msgFunction):
     BaseCommand.__init__(self, None)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = []
     self.outputMsg = msgFunction
     self.message = ["Print the help Press enter to ally the command "]
     self.commandNames = list(commandArray.keys())
예제 #4
0
 def __init__(self, application, msgFunction):
     BaseCommand.__init__(self, None)
     self.__application = application
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = []
     self.message = ["Press enter to perform the command"]
     self.outputMsg = msgFunction
예제 #5
0
 def __init__(self, application, msgFunction):
     BaseCommand.__init__(self, None)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[]
     self.outputMsg=msgFunction
     self.message=["Press enter to start the test"]
     self.__pyCadApplication=application
예제 #6
0
 def __init__(self, documents, msgFunction):
     BaseCommand.__init__(self, None)
     self.__docuemnts=documents
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[]
     self.message=["Press enter to perform the command"]
     self.outputMsg=msgFunction
예제 #7
0
 def __init__(self, commandArray, msgFunction):
     BaseCommand.__init__(self, None)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[]
     self.outputMsg=msgFunction
     self.message=["Print the help Press enter to ally the command "]
     self.commandNames=list(commandArray.keys())
예제 #8
0
 def __init__(self, application, msgFunction):
     BaseCommand.__init__(self, None)
     self.__application=application
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[]
     self.message=["Press enter to perform the command"]
     self.outputMsg=msgFunction
예제 #9
0
 def __init__(self, document, msgFunction):
     BaseCommand.__init__(self, document)
     self.outputMsg = msgFunction
     self.exception = [ExcText]
     self.message = ["Give me the entity id"]
예제 #10
0
 def __init__(self, document):
     BaseCommand.__init__(self, document)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = [ExcText]
     self.message = ["Give Me the Style Name"]
예제 #11
0
 def __init__(self, application):
     BaseCommand.__init__(self, None)
     self.__application = application
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception = [ExcText]
     self.message = ["Give Me the Document Name"]
예제 #12
0
 def __init__(self, document, msgFucntion):
     BaseCommand.__init__(self, document)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.outputMsg = msgFucntion
     self.exception = [ExcText]
     self.message = ["Give Me the Document Type Enter for All"]
예제 #13
0
 def __init__(self, document, msgFunction ):
     BaseCommand.__init__(self, document)
     self.outputMsg=msgFunction
     self.exception=[ExcText]
     self.message=["Give me the entity id"]
예제 #14
0
 def __init__(self, document):
     BaseCommand.__init__(self, document)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[ExcText]
     self.message=["Give Me the Style Name"]
예제 #15
0
 def __init__(self, application):
     BaseCommand.__init__(self, None)
     self.__application=application
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.exception=[ExcText]
     self.message=["Give Me the Document Name"]
예제 #16
0
 def __init__(self, document, msgFucntion):
     BaseCommand.__init__(self, document)
     #PyCadBaseCommand.__exception=[ExcPoint, ExcPoint]
     self.outputMsg=msgFucntion
     self.exception=[ExcText]
     self.message=["Give Me the Document Type Enter for All"]