Robot Framework Integrated Development Environment (RIDE)
robotide.editor.contentassist.ContentAssistFileButton Class Reference
Inheritance diagram for robotide.editor.contentassist.ContentAssistFileButton:
robotide.editor.contentassist._ContentAssistTextCtrlBase

Public Member Functions

def __getattr__ (self, item)
 
def __init__ (self, parent, suggestion_source, label, controller, size=wx.DefaultSize)
 
def Bind (self, *args)
 
def OnBrowse (self, evt=None)
 
def OnDestroy (self, event)
 
def OnFileChanged (self, evt)
 
- Public Member Functions inherited from robotide.editor.contentassist._ContentAssistTextCtrlBase
def __init__ (self, suggestion_source)
 
def content_assist_value (self)
 
def execute_enclose_text (self, keycode)
 
def execute_sharp_comment (self)
 
def execute_sharp_uncomment (self)
 
def execute_variable_creator (self, list_variable=False, dict_variable=False)
 
def hide (self)
 
def OnChar (self, event)
 
def OnFocusLost (self, event, set_value=True)
 
def OnKeyDown (self, event)
 
def reset (self)
 
def set_row (self, row)
 
def show_content_assist (self)
 

Private Member Functions

def _relative_path (self, value)
 

Private Attributes

 _browsed
 
 _controller
 
 _parent
 

Additional Inherited Members

- Public Attributes inherited from robotide.editor.contentassist._ContentAssistTextCtrlBase
 color_background
 
 color_background_help
 
 color_foreground
 
 color_foreground_text
 
 color_secondary_background
 
 color_secondary_foreground
 
 general_settings
 
 gherkin_prefix
 

Detailed Description

Definition at line 303 of file contentassist.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.contentassist.ContentAssistFileButton.__init__ (   self,
  parent,
  suggestion_source,
  label,
  controller,
  size = wx.DefaultSize 
)

Definition at line 305 of file contentassist.py.

Member Function Documentation

◆ __getattr__()

def robotide.editor.contentassist.ContentAssistFileButton.__getattr__ (   self,
  item 
)

Definition at line 322 of file contentassist.py.

◆ _relative_path()

def robotide.editor.contentassist.ContentAssistFileButton._relative_path (   self,
  value 
)
private

Definition at line 345 of file contentassist.py.

◆ Bind()

def robotide.editor.contentassist.ContentAssistFileButton.Bind (   self,
args 
)

Definition at line 319 of file contentassist.py.

◆ OnBrowse()

def robotide.editor.contentassist.ContentAssistFileButton.OnBrowse (   self,
  evt = None 
)

Definition at line 325 of file contentassist.py.

◆ OnDestroy()

def robotide.editor.contentassist.ContentAssistFileButton.OnDestroy (   self,
  event 
)

Reimplemented from robotide.editor.contentassist._ContentAssistTextCtrlBase.

Definition at line 330 of file contentassist.py.

◆ OnFileChanged()

def robotide.editor.contentassist.ContentAssistFileButton.OnFileChanged (   self,
  evt 
)

Definition at line 339 of file contentassist.py.

Member Data Documentation

◆ _browsed

robotide.editor.contentassist.ContentAssistFileButton._browsed
private

Definition at line 312 of file contentassist.py.

◆ _controller

robotide.editor.contentassist.ContentAssistFileButton._controller
private

Definition at line 311 of file contentassist.py.

◆ _parent

robotide.editor.contentassist.ContentAssistFileButton._parent
private

Definition at line 310 of file contentassist.py.


The documentation for this class was generated from the following file: