Robot Framework Integrated Development Environment (RIDE)
robotide.recentfiles.recentfiles.RecentFileEntry Class Reference

Public Member Functions

def __init__ (self, index, file, plugin)
 
def get_action_info (self)
 
def OnOpenRecent (self, event)
 

Public Attributes

 doc
 
 file
 
 filename
 
 index
 
 label
 
 path
 
 plugin
 

Detailed Description

Definition at line 127 of file recentfiles.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.recentfiles.recentfiles.RecentFileEntry.__init__ (   self,
  index,
  file,
  plugin 
)

Definition at line 129 of file recentfiles.py.

Member Function Documentation

◆ get_action_info()

def robotide.recentfiles.recentfiles.RecentFileEntry.get_action_info (   self)

Definition at line 143 of file recentfiles.py.

◆ OnOpenRecent()

def robotide.recentfiles.recentfiles.RecentFileEntry.OnOpenRecent (   self,
  event 
)

Definition at line 138 of file recentfiles.py.

Member Data Documentation

◆ doc

robotide.recentfiles.recentfiles.RecentFileEntry.doc

Definition at line 136 of file recentfiles.py.

◆ file

robotide.recentfiles.recentfiles.RecentFileEntry.file

Definition at line 130 of file recentfiles.py.

◆ filename

robotide.recentfiles.recentfiles.RecentFileEntry.filename

Definition at line 133 of file recentfiles.py.

◆ index

robotide.recentfiles.recentfiles.RecentFileEntry.index

Definition at line 131 of file recentfiles.py.

◆ label

robotide.recentfiles.recentfiles.RecentFileEntry.label

Definition at line 135 of file recentfiles.py.

◆ path

robotide.recentfiles.recentfiles.RecentFileEntry.path

Definition at line 132 of file recentfiles.py.

◆ plugin

robotide.recentfiles.recentfiles.RecentFileEntry.plugin

Definition at line 134 of file recentfiles.py.


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