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

#include <TextEditorSelection.h>

Public Member Functions

 TextEditorSelection (TextEditorLine *, TextEditorLine *)
 
 TextEditorSelection (TextEditorLocation const &, TextEditorLocation const &)
 
 TextEditorSelection (int, int)
 
 TextEditorSelection (void)
 
bool contains (TextEditorSelection const &) const
 
bool is_empty (void) const
 
bool operator!= (TextEditorSelection const &) const
 
bool operator== (TextEditorSelection const &) const
 
TextEditorSelectionoperator= (TextEditorSelection const &)
 
void empty (void)
 

Detailed Description

Definition at line 22 of file TextEditorSelection.h.

Constructor & Destructor Documentation

◆ TextEditorSelection() [1/4]

TextEditorSelection::TextEditorSelection ( TextEditorLine * ,
TextEditorLine *  )

◆ TextEditorSelection() [2/4]

TextEditorSelection::TextEditorSelection ( TextEditorLocation const & ,
TextEditorLocation const &  )

◆ TextEditorSelection() [3/4]

TextEditorSelection::TextEditorSelection ( int ,
int  )

◆ TextEditorSelection() [4/4]

TextEditorSelection::TextEditorSelection ( void )

Member Function Documentation

◆ contains()

bool TextEditorSelection::contains ( TextEditorSelection const & ) const

◆ empty()

void TextEditorSelection::empty ( void )

◆ is_empty()

bool TextEditorSelection::is_empty ( void ) const

◆ operator!=()

bool TextEditorSelection::operator!= ( TextEditorSelection const & ) const

◆ operator=()

TextEditorSelection & TextEditorSelection::operator= ( TextEditorSelection const & )

◆ operator==()

bool TextEditorSelection::operator== ( TextEditorSelection const & ) const

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