acceptCyclicConnection() const | HxConnection | |
addType(const McTypeInfo *t) | HxConnection | |
allowEditing(bool onOff) | HxConnection | |
canSaveConnection() const | HxConnection | |
clearTypes() | HxConnection | |
commonInit() | HxConnection | protected |
confirm(HxObject *object) | HxConnection | |
connect(HxObject *src) | HxConnection | virtual |
createWidget(QWidget *w) | HxConnection | protectedvirtual |
disconnect(bool disconnectedDuringConnection=false) | HxConnection | virtual |
drawConnection(QPainter *p, std::map< HxObject *, McDArray< std::pair< QPointF, QColor > > > &connectors) | HxConnection | virtual |
enableNotificationOnConnect(bool flag) | HxConnection | |
feedback(QPainter *, int x, int y, HxObject *object) | HxConnection | |
getGoToCurrentSourceBtn() const | HxConnection | |
getGUIUpdater() const | HxConnection | |
getSource() const | HxConnection | |
getSource(const McTypeInfo *t) const | HxConnection | |
getSourceCheck(void *&userData) | HxConnection | |
getSourcesListCB() const | HxConnection | |
getState(QString &state) const | HxConnection | virtual |
getValidTypes() const | HxConnection | |
guiCallback() | HxConnection | protectedvirtual |
HxConnection(HxObject *, const QString &name, const QString &label) | HxConnection | |
HxConnection(HxObject *, const QString &name, const QString &label, const McTypeInfo *t) | HxConnection | |
HxConnection(HxEditor *editor, const QString &name, const QString &label) | HxConnection | |
HxConnection(HxEditor *editor, const QString &name, const QString &label, const McTypeInfo *t) | HxConnection | |
initFrom(HxPort *refPort) | HxConnection | virtual |
intersect(int x, int y) | HxConnection | virtual |
isEditable() const | HxConnection | |
isNotificationOnConnectEnabled() const | HxConnection | |
isOptional() | HxConnection | |
isPopupCnxItemVisible() const | HxConnection | |
isTight() const | HxConnection | |
isVisibleGoToCurrentSourceBtn() | HxConnection | |
mustBeDisplayedBeforeOtherPorts() const | HxConnection | |
parse(Tcl_Interp *interpreter, int argc, char **argv) | HxConnection | virtual |
saveState(FILE *fp) | HxConnection | virtual |
setAcceptCyclicConnection(const bool cyclicConnectionAccepted) | HxConnection | |
setLabel(const QString &text) | HxConnection | virtual |
setMustBeDisplayedBeforeOtherPorts(bool force=true) | HxConnection | inline |
setOptional(bool inFlag) | HxConnection | |
setSaveConnection(bool canSaveConnection) | HxConnection | |
setSourceCheck(SourceCheck cb, void *userData) | HxConnection | |
setState(const QString &state) | HxConnection | virtual |
setTightness(bool onOff) | HxConnection | |
setVisibility(int cnxVisibility, bool popupCnxItemVisibility=true) | HxConnection | |
setVisibleGoToCurrentSourceBtn(bool visible) | HxConnection | |
sourceCheckChanged() | HxConnection | |
validSource(HxObject *src) | HxConnection | |
~HxConnection() | HxConnection | virtual |