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