|
enum | Position {
Top = 0
, Left = 1
, Right = 2
, Bottom = 3
,
Floating = 4
} |
|
typedef QSharedPointer< Panel > | Ptr |
|
typedef QSharedPointer< Mode > | Ptr |
|
|
| Panel (const QString &name, bool dynamic, const QString &description="", QWidget *parent=NULL) |
|
void | setVisible (bool visible) |
|
bool | scrollable () const |
|
void | setScrollable (bool value) |
|
int | orderInZone () const |
|
void | setOrderInZone (int orderInZone) |
|
Position | position () const |
|
void | setPosition (Position pos) |
|
QBrush | backgroundBrush () const |
|
QPen | foregroundPen () const |
|
virtual void | onInstall (CodeEditor *editor) |
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onUninstall () |
|
virtual void | onStateChanged (bool state) |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
bool | m_dynamic |
|
int | m_orderInZone |
|
bool | m_scrollable |
|
QBrush | m_backgroundBrush |
|
QPen | m_foregroundPen |
| position in the editor (top, left, right, bottom)
|
|
Position | m_position |
|
◆ onInstall()
◆ paintEvent()
void ito::Panel::paintEvent |
( |
QPaintEvent * | e | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/panel.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/panel.cpp