LibreOffice Module svx (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
svx::sidebar::TreeNode Struct Reference

#include <InspectorTextPanel.hxx>

Public Types

enum  {
  Category ,
  ComplexProperty ,
  SimpleProperty
}
 

Public Member Functions

 TreeNode ()
 

Public Attributes

OUString sNodeName
 
css::uno::Any aValue
 
bool isGrey
 
enum svx::sidebar::TreeNode:: { ... }  NodeType
 
std::vector< TreeNodechildren
 

Detailed Description

Definition at line 26 of file InspectorTextPanel.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Category 
ComplexProperty 
SimpleProperty 

Definition at line 31 of file InspectorTextPanel.hxx.

Constructor & Destructor Documentation

◆ TreeNode()

svx::sidebar::TreeNode::TreeNode ( )
inline

Definition at line 38 of file InspectorTextPanel.hxx.

Member Data Documentation

◆ aValue

css::uno::Any svx::sidebar::TreeNode::aValue

Definition at line 29 of file InspectorTextPanel.hxx.

Referenced by svx::sidebar::FillBox_Impl().

◆ children

std::vector<TreeNode> svx::sidebar::TreeNode::children

Definition at line 37 of file InspectorTextPanel.hxx.

Referenced by svx::sidebar::FillBox_Impl().

◆ isGrey

bool svx::sidebar::TreeNode::isGrey

Definition at line 30 of file InspectorTextPanel.hxx.

Referenced by svx::sidebar::FillBox_Impl().

◆ 

enum { ... } svx::sidebar::TreeNode::NodeType

◆ sNodeName

OUString svx::sidebar::TreeNode::sNodeName

Definition at line 28 of file InspectorTextPanel.hxx.

Referenced by svx::sidebar::FillBox_Impl().


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