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