Beispiel #1
0
 def EnumConnectionPoints(self):
     RaiseNotImpl("EnumConnectionPoints")
Beispiel #2
0
 def GetDocumentAttributes(self):
     # Result is int (TEXT_DOC_ATTR)
     RaiseNotImpl("GetDocumentAttributes")
Beispiel #3
0
 def GetPositionOfLine(self, cLineNumber):
     # Result is int char position
     RaiseNotImpl("GetPositionOfLine")
Beispiel #4
0
 def Close(self):
     # void result.
     RaiseNotImpl("Close")
Beispiel #5
0
 def onDetach(self):
     # void result.
     RaiseNotImpl("onDetach")
Beispiel #6
0
 def GetDocument(self):
     RaiseNotImpl("GetDocument")
Beispiel #7
0
 def GetParent(self):
     # result is type PyIDebugApplicationNode
     RaiseNotImpl("GetParent")
Beispiel #8
0
 def OnLeaveBreakPoint(self, rdat):
     """rdat -- PyIRemoteDebugApplicationThread
     """
     RaiseNotImpl("OnLeaveBreakPoint")
Beispiel #9
0
 def OnDestroyThread(self, rdat):
     """rdat -- PyIRemoteDebugApplicationThread
     """
     RaiseNotImpl("OnDestroyThread")
Beispiel #10
0
 def OnDebugOutput(self, string):
     RaiseNotImpl("OnDebugOutput")
Beispiel #11
0
 def OnClose(self):
     RaiseNotImpl("OnClose")
Beispiel #12
0
 def OnSetName(self, name):
     RaiseNotImpl("OnSetName")
Beispiel #13
0
 def OnDisconnectDebugger(self):
     RaiseNotImpl("OnDisconnectDebugger")
Beispiel #14
0
 def OnConnectDebugger(self, appDebugger):
     """appDebugger -- a PyIApplicationDebugger
     """
     RaiseNotImpl("OnConnectDebugger")
Beispiel #15
0
 def GetName(self, dnt):
     """ Get the one of the name of the document
         dnt -- int DOCUMENTNAMETYPE
     """
     RaiseNotImpl("GetName")
Beispiel #16
0
 def ParseLanguageText(self, code, radix, delim, flags):
     """
     result is IDebugExpression
     """
     RaiseNotImpl("ParseLanguageText")
Beispiel #17
0
 def GetDocumentClassId(self):
     """
         Result must be an IID object (or string representing one).
     """
     RaiseNotImpl("GetDocumentClassId")
Beispiel #18
0
 def GetLanguageInfo(self):
     """
     result is (string langName, iid langId)
     """
     RaiseNotImpl("GetLanguageInfo")
Beispiel #19
0
 def EnumChildren(self):
     # Result is type PyIEnumDebugApplicationNodes
     RaiseNotImpl("EnumChildren")
Beispiel #20
0
 def Abort(self):
     """
     no params
     result -- void
     """
     RaiseNotImpl("Abort")
Beispiel #21
0
 def SetDocumentProvider(self, pddp):  # PyIDebugDocumentProvider pddp
     # void result.
     RaiseNotImpl("SetDocumentProvider")
Beispiel #22
0
 def QueryIsComplete(self):
     """
     no params
     result -- void
     """
     RaiseNotImpl("QueryIsComplete")
Beispiel #23
0
 def onRemoveChild(self, child):  # PyIDebugApplicationNode
     # void result.
     RaiseNotImpl("onRemoveChild")
Beispiel #24
0
 def GetResultAsString(self):
     RaiseNotImpl("GetResultAsString")
Beispiel #25
0
 def onAttach(self, parent):  # PyIDebugApplicationNode
     # void result.
     RaiseNotImpl("onAttach")
Beispiel #26
0
 def GetResultAsDebugProperty(self):
     RaiseNotImpl("GetResultAsDebugProperty")
Beispiel #27
0
 def GetSize(self):
     # Result is (numLines, numChars)
     RaiseNotImpl("GetSize")
Beispiel #28
0
 def EnumExpressionContexts(self):
     RaiseNotImpl("EnumExpressionContexts")
Beispiel #29
0
 def GetLineOfPosition(self, charPos):
     # Result is int, int (lineNo, offset)
     RaiseNotImpl("GetLineOfPosition")
Beispiel #30
0
 def GetConnectionInterface(self):
     RaiseNotImpl("GetConnectionInterface")