LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
NavDocInfo Class Reference

#include <navigatr.hxx>

Collaboration diagram for NavDocInfo:
[legend]

Public Member Functions

 NavDocInfo ()
 
bool HasName () const
 
bool IsActive () const
 
void SetName (bool bOn)
 
void SetActive (bool bOn)
 
::sd::DrawDocShellGetDrawDocShell ()
 

Private Attributes

bool bName: 1
 
bool bActive: 1
 
::sd::DrawDocShellmpDocShell
 

Friends

class SdNavigatorWin
 

Detailed Description

Definition at line 55 of file navigatr.hxx.

Constructor & Destructor Documentation

◆ NavDocInfo()

NavDocInfo::NavDocInfo ( )
inline

Definition at line 58 of file navigatr.hxx.

Member Function Documentation

◆ GetDrawDocShell()

::sd::DrawDocShell * NavDocInfo::GetDrawDocShell ( )
inline

◆ HasName()

bool NavDocInfo::HasName ( ) const
inline

Definition at line 65 of file navigatr.hxx.

References bName.

Referenced by SdNavigatorWin::GetNavigatorDragType(), IMPL_LINK(), and IMPL_LINK_NOARG().

◆ IsActive()

bool NavDocInfo::IsActive ( ) const
inline

◆ SetActive()

void NavDocInfo::SetActive ( bool  bOn)
inline

Definition at line 69 of file navigatr.hxx.

References bActive.

Referenced by SdNavigatorWin::RefreshDocumentLB().

◆ SetName()

void NavDocInfo::SetName ( bool  bOn)
inline

Definition at line 68 of file navigatr.hxx.

References bName.

Referenced by SdNavigatorWin::RefreshDocumentLB().

Friends And Related Function Documentation

◆ SdNavigatorWin

friend class SdNavigatorWin
friend

Definition at line 74 of file navigatr.hxx.

Member Data Documentation

◆ bActive

bool NavDocInfo::bActive
private

Definition at line 76 of file navigatr.hxx.

Referenced by IsActive(), and SetActive().

◆ bName

bool NavDocInfo::bName
private

Definition at line 75 of file navigatr.hxx.

Referenced by HasName(), and SetName().

◆ mpDocShell

::sd::DrawDocShell* NavDocInfo::mpDocShell
private

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