private

Inheritance Graph

graph BT
	TextUpdate
	click TextUpdate "classGUI_1_1Textarea_1_1TextUpdate"

Description

TextUpdate.

Public Attributes

   
   
bool extendable
can this command be extended with further data?

Public Functions

   
   
  TextUpdate( Textarea::range_t _r1, std::string text)
   
  TextUpdate()
   
void execute( Textarea & void)
   
void extend( Textarea & ta, const std::string & s)
   
void undo( Textarea & void)
   
const Textarea::cursor_t & getInsertionCursor() const

Documentation

variable
GUI::Textarea::TextUpdate::extendable

public
 
 
bool extendable

can this command be extended with further data?

Defined in GUI/Components/Textarea.h:118


function
GUI::Textarea::TextUpdate::TextUpdate

public inline
     
     
TextUpdate( Textarea::range_t _r1,
  std::string text
)    

Defined in GUI/Components/Textarea.h:119


function
GUI::Textarea::TextUpdate::TextUpdate

public inline
   
   
TextUpdate( )

Defined in GUI/Components/Textarea.h:121


function
GUI::Textarea::TextUpdate::execute

public
     
     
void execute( Textarea & void )

Defined in GUI/Components/Textarea.h:122


function
GUI::Textarea::TextUpdate::extend

public
     
     
void extend( Textarea & ta,
  const std::string & s
)    

Defined in GUI/Components/Textarea.h:123


function
GUI::Textarea::TextUpdate::undo

public
     
     
void undo( Textarea & void )

Defined in GUI/Components/Textarea.h:124


function
GUI::Textarea::TextUpdate::getInsertionCursor

public const inline
   
   
const Textarea::cursor_t & getInsertionCursor( ) const

Defined in GUI/Components/Textarea.h:125