OutputPanePlaceHolder Class

(Core::OutputPanePlaceHolder)
Inherits: QWidget

Public Functions

OutputPanePlaceHolder(Id mode, QSplitter *parent = 0)
~OutputPanePlaceHolder()
void ensureSizeHintAsMinimum()
bool isMaximized() const
int nonMaximizedSize() const
void setMaximized(bool maximize)
  • 216 public functions inherited from QWidget

Static Public Members

OutputPanePlaceHolder *getCurrent()
bool isCurrentVisible()
  • 5 static public members inherited from QWidget

Reimplemented Protected Functions

virtual void resizeEvent(QResizeEvent *event)
virtual void showEvent(QShowEvent *)
  • 35 protected functions inherited from QWidget

Additional Inherited Members

  • 59 properties inherited from QWidget
  • 19 public slots inherited from QWidget
  • 3 signals inherited from QWidget
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Member Function Documentation

OutputPanePlaceHolder::OutputPanePlaceHolder(Id mode, QSplitter *parent = 0)

Default constructs an instance of OutputPanePlaceHolder.

OutputPanePlaceHolder::~OutputPanePlaceHolder()

Destroys the instance of OutputPanePlaceHolder.

void OutputPanePlaceHolder::ensureSizeHintAsMinimum()

[static] OutputPanePlaceHolder *OutputPanePlaceHolder::getCurrent()

[static] bool OutputPanePlaceHolder::isCurrentVisible()

bool OutputPanePlaceHolder::isMaximized() const

int OutputPanePlaceHolder::nonMaximizedSize() const

[virtual protected] void OutputPanePlaceHolder::resizeEvent(QResizeEvent *event)

void OutputPanePlaceHolder::setMaximized(bool maximize)

See also isMaximized().

[virtual protected] void OutputPanePlaceHolder::showEvent(QShowEvent *)