LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | List of all members
OpenStormBento::CUtListElmt Class Reference

#include <utlist.hxx>

Inheritance diagram for OpenStormBento::CUtListElmt:
[legend]
Collaboration diagram for OpenStormBento::CUtListElmt:
[legend]

Public Member Functions

 CUtListElmt ()
 
 CUtListElmt (CUtListElmt *pPrev)
 
 CUtListElmt (CUtList *pList)
 
virtual ~CUtListElmt ()
 
void MakeNotOnList ()
 
CUtListElmtGetNext () const
 
void SetNext (CUtListElmt *pNext)
 
CUtListElmtGetPrev () const
 
void SetPrev (CUtListElmt *pPrev)
 
void InsertAfter (CUtListElmt *pPrev)
 

Private Attributes

CUtListElmtcpNext
 
CUtListElmtcpPrev
 

Detailed Description

Definition at line 63 of file utlist.hxx.

Constructor & Destructor Documentation

◆ CUtListElmt() [1/3]

OpenStormBento::CUtListElmt::CUtListElmt ( )
inline

Definition at line 66 of file utlist.hxx.

◆ CUtListElmt() [2/3]

OpenStormBento::CUtListElmt::CUtListElmt ( CUtListElmt pPrev)
inlineexplicit

Definition at line 71 of file utlist.hxx.

References InsertAfter().

◆ CUtListElmt() [3/3]

OpenStormBento::CUtListElmt::CUtListElmt ( CUtList pList)
explicit

Definition at line 59 of file utlist.cxx.

References OpenStormBento::CUtList::GetLast(), and InsertAfter().

◆ ~CUtListElmt()

OpenStormBento::CUtListElmt::~CUtListElmt ( )
virtual

Definition at line 67 of file utlist.cxx.

References cpNext, and cpPrev.

Member Function Documentation

◆ GetNext()

CUtListElmt * OpenStormBento::CUtListElmt::GetNext ( ) const
inline

◆ GetPrev()

CUtListElmt * OpenStormBento::CUtListElmt::GetPrev ( ) const
inline

◆ InsertAfter()

void OpenStormBento::CUtListElmt::InsertAfter ( CUtListElmt pPrev)
inline

Definition at line 79 of file utlist.hxx.

References cpNext, and cpPrev.

Referenced by CUtListElmt().

◆ MakeNotOnList()

void OpenStormBento::CUtListElmt::MakeNotOnList ( )
inline

Definition at line 74 of file utlist.hxx.

References cpNext.

Referenced by OpenStormBento::CUtList::~CUtList().

◆ SetNext()

void OpenStormBento::CUtListElmt::SetNext ( CUtListElmt pNext)
inline

Definition at line 76 of file utlist.hxx.

References cpNext.

Referenced by OpenStormBento::CUtList::CUtList(), and OpenStormBento::CUtList::~CUtList().

◆ SetPrev()

void OpenStormBento::CUtListElmt::SetPrev ( CUtListElmt pPrev)
inline

Definition at line 78 of file utlist.hxx.

References cpPrev.

Referenced by OpenStormBento::CUtList::CUtList(), and OpenStormBento::CUtList::~CUtList().

Member Data Documentation

◆ cpNext

CUtListElmt* OpenStormBento::CUtListElmt::cpNext
private

Definition at line 88 of file utlist.hxx.

Referenced by GetNext(), InsertAfter(), MakeNotOnList(), SetNext(), and ~CUtListElmt().

◆ cpPrev

CUtListElmt* OpenStormBento::CUtListElmt::cpPrev
private

Definition at line 89 of file utlist.hxx.

Referenced by GetPrev(), InsertAfter(), SetPrev(), and ~CUtListElmt().


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