Public Member Functions | Public Attributes | Private Member Functions
diarc.qt_view.SpacerContainer.SpacerContainer.Spacer Class Reference

List of all members.

Public Member Functions

def __init__
def layout
def link

Public Attributes

 itemA
 itemB
 parent

Private Member Functions

def _release

Detailed Description

A Spacer between two items. 
Spacers are automatically created and removed by the SpacerContainer to
seperate adjacent Items. You must create your own Spacer object that 
implements the link() method to define how the spacers connect to the
Items on either side of it. The implementation may also contain hooks
for receiving drag and drop events. 

Definition at line 145 of file SpacerContainer.py.


Constructor & Destructor Documentation

Definition at line 153 of file SpacerContainer.py.


Member Function Documentation

Definition at line 160 of file SpacerContainer.py.

Returns the QGraphicsLayout that is being used. 

Definition at line 167 of file SpacerContainer.py.

Must be implemented by the subclass. This method should consist
of self.layout().addAnchor(self, ..., self.itemA/B, ...) calls anchoring
the sides of itemA and itemB to this spacer. 

Definition at line 171 of file SpacerContainer.py.


Member Data Documentation

Definition at line 153 of file SpacerContainer.py.

Definition at line 153 of file SpacerContainer.py.

Definition at line 153 of file SpacerContainer.py.


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


rqt_graphprofiler
Author(s): Dan Brooks
autogenerated on Thu Jun 6 2019 20:29:31