IOutputPane Class
(Core::IOutputPane)The IOutputPane class is an interface for providing Output panes. More...
Header: | #include <IOutputPane> |
Inherited By: |
Public Types
Detailed Description
Member Type Documentation
enum IOutputPane::Flag
flags IOutputPane::Flags
This enum type controls the behavior of the output pane when it is requested to show itself.
Constant | Value | Description |
---|---|---|
Core::IOutputPane::NoModeSwitch | 0 | Does not switch between the modes. |
Core::IOutputPane::ModeSwitch | 1 | Does switch between the modes. |
Core::IOutputPane::WithFocus | 2 | Sets focus if canFocus returns true. |
Core::IOutputPane::EnsureSizeHint | 4 | Ensures the use of the minimum size. |
The Flags type is a typedef for QFlags<Flag>. It stores an OR combination of Flag values.