Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::LogPanel::LogPanelLayout Class Reference

#include <LogPanel_Panel.h>

Inherits QLayout.

Public Member Functions

 AZ_CLASS_ALLOCATOR (LogPanelLayout, AZ::SystemAllocator)
 
 LogPanelLayout (QWidget *pParent)
 
virtual void addItem (QLayoutItem *)
 
virtual QLayoutItem * itemAt (int index) const
 
virtual QLayoutItem * takeAt (int index)
 
virtual int count () const
 
virtual void setGeometry (const QRect &r)
 
virtual QSize sizeHint () const
 
virtual QSize minimumSize () const
 
virtual Qt::Orientations expandingDirections () const
 

Detailed Description

This log panel layout class just exists to glue the last element to the top right corner, ie, the add button The rest of the children are just standard. usually there is only one other.


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