Walls And Holes  1
PropertyBrowser Class Reference

The PropertyBrowser class. More...

#include <propertybrowser.h>

Inheritance diagram for PropertyBrowser:
Collaboration diagram for PropertyBrowser:

Public Types

enum  CustomType { LineWidget, BlockWidget, PropertyManager }
 

Public Member Functions

 PropertyBrowser (QWidget *parent=nullptr)
 
void setPropertyManager (AbstractPropertyManager *propertyManager)
 setPropertyManager Takes ownership of the property manager. The old property manager will be deleted. More...
 
void clear ()
 clear Deletes the current propertyManager if there is one. The PropertyBrowser will show nothing. More...
 

Detailed Description

The PropertyBrowser class.

Member Enumeration Documentation

◆ CustomType

Enumerator
LineWidget 
BlockWidget 
PropertyManager 

Constructor & Destructor Documentation

◆ PropertyBrowser()

PropertyBrowser::PropertyBrowser ( QWidget *  parent = nullptr)
explicit

Member Function Documentation

◆ clear()

void PropertyBrowser::clear ( )

clear Deletes the current propertyManager if there is one. The PropertyBrowser will show nothing.

Here is the caller graph for this function:

◆ setPropertyManager()

void PropertyBrowser::setPropertyManager ( AbstractPropertyManager propertyManager)

setPropertyManager Takes ownership of the property manager. The old property manager will be deleted.

Set this propertyBrowser to represent the given propertyManager.

Parameters
propertyManager
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: