![]() |
Crossfire Resources Editor
|
Post-condition panel displaying a connection (number). More...
#include <CREPrePostPanel.h>
Inheritance diagram for CRESubItemConnection:
Collaboration diagram for CRESubItemConnection:Public Member Functions | |
| CRESubItemConnection (QWidget *parent) | |
| virtual void | setData (const QStringList &data) |
Public Member Functions inherited from CRESubItemWidget | |
| CRESubItemWidget (QWidget *parent) | |
Private Slots | |
| void | editChanged (const QString &text) |
Private Member Functions | |
| void | showWarning (const QString &warning) |
Private Attributes | |
| QLineEdit * | myEdit |
| QLabel * | myWarning |
Additional Inherited Members | |
Signals inherited from CRESubItemWidget | |
| void | dataModified (const QStringList &data) |
Post-condition panel displaying a connection (number).
Definition at line 47 of file CREPrePostPanel.h.
| CRESubItemConnection::CRESubItemConnection | ( | QWidget * | parent | ) |
Definition at line 88 of file CREPrePostPanel.cpp.
References editChanged(), myEdit, and myWarning.
Here is the call graph for this function:
|
privateslot |
Definition at line 129 of file CREPrePostPanel.cpp.
References CRESubItemWidget::dataModified(), myWarning, and showWarning().
Referenced by CRESubItemConnection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements CRESubItemWidget.
Definition at line 103 of file CREPrePostPanel.cpp.
References myEdit, myWarning, and showWarning().
Here is the call graph for this function:
|
private |
Definition at line 123 of file CREPrePostPanel.cpp.
References myWarning.
Referenced by editChanged(), and setData().
Here is the caller graph for this function:
|
private |
Definition at line 57 of file CREPrePostPanel.h.
Referenced by CRESubItemConnection(), and setData().
|
private |
Definition at line 58 of file CREPrePostPanel.h.
Referenced by CRESubItemConnection(), editChanged(), setData(), and showWarning().