FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TextEditorLineList Class Reference

#include <TextEditorLineList.h>

Public Member Functions

 TextEditorLineList (void)
 
 ~TextEditorLineList (void)
 
bool is_empty (void) const
 
TextEditorLinefirst_line (void) const
 
TextEditorLinelast_line (void) const
 
TextEditorLineListoperator= (TextEditorLineList const &)
 
void add_line (TextEditorLine *, TextEditorLine *)
 
void delete_line (TextEditorLine *)
 
void empty (void)
 
void usurp (TextEditorLineList &)
 

Detailed Description

Definition at line 21 of file TextEditorLineList.h.

Constructor & Destructor Documentation

◆ TextEditorLineList()

TextEditorLineList::TextEditorLineList ( void )

◆ ~TextEditorLineList()

TextEditorLineList::~TextEditorLineList ( void )

Member Function Documentation

◆ add_line()

void TextEditorLineList::add_line ( TextEditorLine * ,
TextEditorLine *  )

◆ delete_line()

void TextEditorLineList::delete_line ( TextEditorLine * )

◆ empty()

void TextEditorLineList::empty ( void )

◆ first_line()

TextEditorLine * TextEditorLineList::first_line ( void ) const

◆ is_empty()

bool TextEditorLineList::is_empty ( void ) const

◆ last_line()

TextEditorLine * TextEditorLineList::last_line ( void ) const

◆ operator=()

TextEditorLineList & TextEditorLineList::operator= ( TextEditorLineList const & )

◆ usurp()

void TextEditorLineList::usurp ( TextEditorLineList & )

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