LibreOffice Module sd (master) 1
Classes | Namespaces | Enumerations
navigatr.hxx File Reference
#include <sfx2/ctrlitem.hxx>
#include <sfx2/sidebar/PanelLayout.hxx>
#include <sfx2/navigat.hxx>
#include "sdtreelb.hxx"
#include <pres.hxx>
Include dependency graph for navigatr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< NavState >
 
class  NavDocInfo
 
class  sd::SdNavigatorFloat
 
class  SdNavigatorWin
 
class  SdNavigatorControllerItem
 ControllerItem for Navigator. More...
 
class  SdPageNameControllerItem
 ControllerItem for Navigator to show the page in the TreeLB. More...
 

Namespaces

namespace  vcl
 
namespace  sd
 
namespace  o3tl
 

Enumerations

enum class  NavState {
  NONE = 0x000000 ,
  TableUpdate = 0x000100 ,
  BtnFirstEnabled = 0x001000 ,
  BtnFirstDisabled = 0x002000 ,
  BtnPrevEnabled = 0x004000 ,
  BtnPrevDisabled = 0x008000 ,
  BtnLastEnabled = 0x010000 ,
  BtnLastDisabled = 0x020000 ,
  BtnNextEnabled = 0x040000 ,
  BtnNextDisabled = 0x080000
}
 

Enumeration Type Documentation

◆ NavState

enum class NavState
strong
Enumerator
NONE 
TableUpdate 
BtnFirstEnabled 
BtnFirstDisabled 
BtnPrevEnabled 
BtnPrevDisabled 
BtnLastEnabled 
BtnLastDisabled 
BtnNextEnabled 
BtnNextDisabled 

Definition at line 39 of file navigatr.hxx.