LibreOffice Module shell (master) 1
Public Member Functions | Public Attributes | List of all members
statistic_item Struct Reference

#include <document_statistic.hxx>

Public Member Functions

 statistic_item ()
 
 statistic_item (const std::wstring &title, const std::wstring &value, bool editable)
 

Public Attributes

std::wstring title_
 
std::wstring value_
 
bool editable_
 

Detailed Description

Definition at line 30 of file document_statistic.hxx.

Constructor & Destructor Documentation

◆ statistic_item() [1/2]

statistic_item::statistic_item ( )

◆ statistic_item() [2/2]

statistic_item::statistic_item ( const std::wstring &  title,
const std::wstring &  value,
bool  editable 
)
inline

Definition at line 34 of file document_statistic.hxx.

References value.

Member Data Documentation

◆ editable_

bool statistic_item::editable_

Definition at line 45 of file document_statistic.hxx.

◆ title_

std::wstring statistic_item::title_

Definition at line 43 of file document_statistic.hxx.

◆ value_

std::wstring statistic_item::value_

Definition at line 44 of file document_statistic.hxx.


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