Package peppy :: Package plugins :: Module mpd_major_mode :: Class MPDSTC
[frames] | no frames]

Class MPDSTC

               object --+        
                        |        
stcinterface.STCInterface --+    
                            |    
  stcinterface.NonResidentSTC --+
                                |
                               MPDSTC

Instance Methods
 
CanSave(self)
Can this STC instance save its contents?
 
open(self, buffer, progress_message=None)
Save the file handle, which is really the mpd connection

Inherited from stcinterface.NonResidentSTC: CanEdit, Destroy, __init__

Inherited from stcinterface.STCInterface: AddRefDocument, CanCopy, CanCut, CanPaste, CanRedo, CanUndo, Clear, Copy, CreateDocument, Cut, EmptyUndoBuffer, GetBinaryData, GetFoldColumn, GetFoldLevel, GetLength, GetModify, GetPrevLineIndentation, GetText, GetTextLength, GotoPos, GuessBinary, Paste, Redo, ReleaseDocument, SetDocPointer, SetSavePoint, Undo, getShortDisplayName, openSuccess, prepareEncoding, readFrom, showStyle, writeTo

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

CanSave(self)

 

Can this STC instance save its contents?

Overrides: stcinterface.STCInterface.CanSave
(inherited documentation)

open(self, buffer, progress_message=None)

 

Save the file handle, which is really the mpd connection

Overrides: stcinterface.STCInterface.open