Robot Framework Integrated Development Environment (RIDE)
robotide.editor.texteditor.DataFileWrapper Class Reference

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, data, settings)
 
def format_text (self, text)
 
def mark_data_dirty (self)
 
def mark_data_pristine (self)
 
def update_from (self, content)
 

Properties

 content = property
 

Private Member Functions

def _create_target (self)
 
def _create_target_from (self, content)
 
def _txt_data (self, data)
 
def content (self)
 

Private Attributes

 _data
 
 _settings
 
 _tab_size
 

Detailed Description

Definition at line 333 of file texteditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.texteditor.DataFileWrapper.__init__ (   self,
  data,
  settings 
)

Definition at line 335 of file texteditor.py.

Member Function Documentation

◆ __eq__()

def robotide.editor.texteditor.DataFileWrapper.__eq__ (   self,
  other 
)

Definition at line 340 of file texteditor.py.

◆ _create_target()

def robotide.editor.texteditor.DataFileWrapper._create_target (   self)
private

Definition at line 367 of file texteditor.py.

◆ _create_target_from()

def robotide.editor.texteditor.DataFileWrapper._create_target_from (   self,
  content 
)
private

Definition at line 349 of file texteditor.py.

◆ _txt_data()

def robotide.editor.texteditor.DataFileWrapper._txt_data (   self,
  data 
)
private

Definition at line 382 of file texteditor.py.

◆ content()

def robotide.editor.texteditor.DataFileWrapper.content (   self)
private

Definition at line 379 of file texteditor.py.

◆ format_text()

def robotide.editor.texteditor.DataFileWrapper.format_text (   self,
  text 
)

Definition at line 357 of file texteditor.py.

◆ mark_data_dirty()

def robotide.editor.texteditor.DataFileWrapper.mark_data_dirty (   self)

Definition at line 360 of file texteditor.py.

◆ mark_data_pristine()

def robotide.editor.texteditor.DataFileWrapper.mark_data_pristine (   self)

Definition at line 363 of file texteditor.py.

◆ update_from()

def robotide.editor.texteditor.DataFileWrapper.update_from (   self,
  content 
)

Definition at line 345 of file texteditor.py.

Member Data Documentation

◆ _data

robotide.editor.texteditor.DataFileWrapper._data
private

Definition at line 336 of file texteditor.py.

◆ _settings

robotide.editor.texteditor.DataFileWrapper._settings
private

Definition at line 337 of file texteditor.py.

◆ _tab_size

robotide.editor.texteditor.DataFileWrapper._tab_size
private

Definition at line 338 of file texteditor.py.

Property Documentation

◆ content

robotide.editor.texteditor.DataFileWrapper.content = property
static

Definition at line 377 of file texteditor.py.


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