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

#include <ObjectInspectorWidgets.hxx>

Public Member Functions

 ObjectInspectorWidgets (const std::unique_ptr< weld::Builder > &rxBuilder)
 
 ~ObjectInspectorWidgets ()
 

Public Attributes

std::unique_ptr< weld::LabelmpClassNameLabel
 
std::unique_ptr< weld::TreeViewmpInterfacesTreeView
 
std::unique_ptr< weld::TreeViewmpServicesTreeView
 
std::unique_ptr< weld::TreeViewmpPropertiesTreeView
 
std::unique_ptr< weld::TreeViewmpMethodsTreeView
 
std::unique_ptr< weld::ToolbarmpToolbar
 
std::unique_ptr< weld::NotebookmpNotebook
 
std::unique_ptr< weld::TextViewmpTextView
 
std::unique_ptr< weld::PanedmpPaned
 

Detailed Description

Definition at line 15 of file ObjectInspectorWidgets.hxx.

Constructor & Destructor Documentation

◆ ObjectInspectorWidgets()

ObjectInspectorWidgets::ObjectInspectorWidgets ( const std::unique_ptr< weld::Builder > &  rxBuilder)
inline

Definition at line 17 of file ObjectInspectorWidgets.hxx.

◆ ~ObjectInspectorWidgets()

ObjectInspectorWidgets::~ObjectInspectorWidgets ( )
inline

Member Data Documentation

◆ mpClassNameLabel

std::unique_ptr<weld::Label> ObjectInspectorWidgets::mpClassNameLabel

Definition at line 44 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpInterfacesTreeView

std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpInterfacesTreeView

Definition at line 45 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpMethodsTreeView

std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpMethodsTreeView

Definition at line 48 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpNotebook

std::unique_ptr<weld::Notebook> ObjectInspectorWidgets::mpNotebook

Definition at line 50 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpPaned

std::unique_ptr<weld::Paned> ObjectInspectorWidgets::mpPaned

Definition at line 52 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpPropertiesTreeView

std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpPropertiesTreeView

Definition at line 47 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpServicesTreeView

std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpServicesTreeView

Definition at line 46 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpTextView

std::unique_ptr<weld::TextView> ObjectInspectorWidgets::mpTextView

Definition at line 51 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().

◆ mpToolbar

std::unique_ptr<weld::Toolbar> ObjectInspectorWidgets::mpToolbar

Definition at line 49 of file ObjectInspectorWidgets.hxx.

Referenced by ~ObjectInspectorWidgets().


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