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