TraceTreeItem();
/**
- * Gets the owner this item in the view item hierachy.
+ * Gets the owner of this item in the view item hierachy.
*/
TraceTreeItemOwner* owner() const;
void update_layout();
/**
- * Satisifies TraceTreeItem functionality.
+ * Satisfies TraceTreeItem functionality.
* @param p the QPainter to paint into.
* @param rect the rectangle of the header area.
* @param hover true if the label is being hovered over by the mouse.
const_iterator end() const;
/**
- * Creates a list of decendant signals filtered by type.
+ * Creates a list of descendant signals filtered by type.
*/
template<class T>
std::vector< std::shared_ptr<T> > list_by_type() {