LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwUndoTableNdsChg::BoxMove Struct Reference
Collaboration diagram for SwUndoTableNdsChg::BoxMove:
[legend]

Public Member Functions

 BoxMove (SwNodeOffset idx, bool moved=false)
 
bool operator< (const BoxMove &other) const
 

Public Attributes

SwNodeOffset index
 Index of this box. More...
 
bool hasMoved
 Has this box been moved already. More...
 

Detailed Description

Definition at line 181 of file UndoTable.hxx.

Constructor & Destructor Documentation

◆ BoxMove()

SwUndoTableNdsChg::BoxMove::BoxMove ( SwNodeOffset  idx,
bool  moved = false 
)
inline

Definition at line 185 of file UndoTable.hxx.

References idx.

Member Function Documentation

◆ operator<()

bool SwUndoTableNdsChg::BoxMove::operator< ( const BoxMove other) const
inline

Definition at line 186 of file UndoTable.hxx.

References index.

Member Data Documentation

◆ hasMoved

bool SwUndoTableNdsChg::BoxMove::hasMoved

Has this box been moved already.

Definition at line 184 of file UndoTable.hxx.

◆ index

SwNodeOffset SwUndoTableNdsChg::BoxMove::index

Index of this box.

Definition at line 183 of file UndoTable.hxx.

Referenced by operator<().


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