LibreOffice Module sfx2 (master) 1
|
#include <ObjectInspectorWidgets.hxx>
Public Member Functions | |
ObjectInspectorWidgets (const std::unique_ptr< weld::Builder > &rxBuilder) | |
~ObjectInspectorWidgets () | |
Public Attributes | |
std::unique_ptr< weld::Label > | mpClassNameLabel |
std::unique_ptr< weld::TreeView > | mpInterfacesTreeView |
std::unique_ptr< weld::TreeView > | mpServicesTreeView |
std::unique_ptr< weld::TreeView > | mpPropertiesTreeView |
std::unique_ptr< weld::TreeView > | mpMethodsTreeView |
std::unique_ptr< weld::Toolbar > | mpToolbar |
std::unique_ptr< weld::Notebook > | mpNotebook |
std::unique_ptr< weld::TextView > | mpTextView |
std::unique_ptr< weld::Paned > | mpPaned |
Definition at line 15 of file ObjectInspectorWidgets.hxx.
|
inline |
Definition at line 17 of file ObjectInspectorWidgets.hxx.
|
inline |
Definition at line 30 of file ObjectInspectorWidgets.hxx.
References mpClassNameLabel, mpInterfacesTreeView, mpMethodsTreeView, mpNotebook, mpPaned, mpPropertiesTreeView, mpServicesTreeView, mpTextView, and mpToolbar.
std::unique_ptr<weld::Label> ObjectInspectorWidgets::mpClassNameLabel |
Definition at line 44 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpInterfacesTreeView |
Definition at line 45 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpMethodsTreeView |
Definition at line 48 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::Notebook> ObjectInspectorWidgets::mpNotebook |
Definition at line 50 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::Paned> ObjectInspectorWidgets::mpPaned |
Definition at line 52 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpPropertiesTreeView |
Definition at line 47 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::TreeView> ObjectInspectorWidgets::mpServicesTreeView |
Definition at line 46 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::TextView> ObjectInspectorWidgets::mpTextView |
Definition at line 51 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().
std::unique_ptr<weld::Toolbar> ObjectInspectorWidgets::mpToolbar |
Definition at line 49 of file ObjectInspectorWidgets.hxx.
Referenced by ~ObjectInspectorWidgets().