geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Scintilla::UndoGroup Class Reference

#include <Document.h>

Collaboration diagram for Scintilla::UndoGroup:
[legend]

Public Member Functions

 UndoGroup (Document *pdoc_, bool groupNeeded_=true)
 
 UndoGroup (const UndoGroup &)=delete
 
 UndoGroup (UndoGroup &&)=delete
 
void operator= (const UndoGroup &)=delete
 
UndoGroupoperator= (UndoGroup &&)=delete
 
 ~UndoGroup ()
 
bool Needed () const noexcept
 

Private Attributes

Documentpdoc
 
bool groupNeeded
 

Detailed Description

Definition at line 512 of file Document.h.

Constructor & Destructor Documentation

◆ UndoGroup() [1/3]

Scintilla::UndoGroup::UndoGroup ( Document pdoc_,
bool  groupNeeded_ = true 
)
inline

Definition at line 516 of file Document.h.

References Scintilla::Document::BeginUndoAction().

◆ UndoGroup() [2/3]

Scintilla::UndoGroup::UndoGroup ( const UndoGroup )
delete

◆ UndoGroup() [3/3]

Scintilla::UndoGroup::UndoGroup ( UndoGroup &&  )
delete

◆ ~UndoGroup()

Scintilla::UndoGroup::~UndoGroup ( )
inline

Definition at line 527 of file Document.h.

References Scintilla::Document::EndUndoAction().

Member Function Documentation

◆ Needed()

bool Scintilla::UndoGroup::Needed ( ) const
inlinenoexcept

Definition at line 532 of file Document.h.

Referenced by Scintilla::Editor::DelCharBack().

◆ operator=() [1/2]

void Scintilla::UndoGroup::operator= ( const UndoGroup )
delete

◆ operator=() [2/2]

UndoGroup & Scintilla::UndoGroup::operator= ( UndoGroup &&  )
delete

Member Data Documentation

◆ groupNeeded

bool Scintilla::UndoGroup::groupNeeded
private

Definition at line 514 of file Document.h.

◆ pdoc

Document* Scintilla::UndoGroup::pdoc
private

Definition at line 513 of file Document.h.


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