tilde~
Puredata Qt-based GUI
|
gui object: oop method box (method) More...
#include <UIMethod.h>
Signals | |
void | mouseMoved () |
void | rightClicked () |
void | updateUISignal () |
Signals inherited from tilde::UIBox | |
void | mouseMoved () |
void | rightClicked () |
Signals inherited from tilde::UIObject | |
void | signalEditObject (void *box) |
More... | |
void | signalCallRepaint () |
this is needed for proper threading More... | |
void | signalSendMessage (ObjectId obj, QString msg) |
void | signalOpenPropertiesWindow () |
void | signalOpenHelpWindow () |
void | signalObjectHoverEnter () |
void | signalObjectHoverLeave () |
Signals inherited from tilde::UIItem | |
void | mousePressed (UIItem *obj, QGraphicsSceneMouseEvent *ev) |
void | mouseReleased (UIItem *obj, QGraphicsSceneMouseEvent *ev) |
void | mouseEntered (UIItem *obj, QGraphicsSceneHoverEvent *ev) |
void | mouseLeaved (UIItem *obj, QGraphicsSceneHoverEvent *ev) |
void | selectBox (UIItem *box, QGraphicsSceneMouseEvent *event) |
void | moveBox (UIItem *box, QGraphicsSceneMouseEvent *event) |
Public Member Functions | |
UIMethod () | |
virtual void | paint (QPainter *p, const QStyleOptionGraphicsItem *, QWidget *) |
paint event More... | |
void | mousePressEvent (QGraphicsSceneMouseEvent *ev) |
mouse down More... | |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *) |
mouse up More... | |
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
mouse move More... | |
void | setPdMessage (QString message) |
Public Member Functions inherited from tilde::UIBox | |
UIBox () | |
PatchWindowController * | subpatchController () |
virtual void | setSubpatchController (PatchWindowController *cwindow) |
void | objectPressEvent (QGraphicsSceneMouseEvent *event) |
mouse down More... | |
void | objectMoveEvent (QGraphicsSceneMouseEvent *event) |
More... | |
void | fromQString (QString message) |
More... | |
void | sync () |
virtual string | asPdFileString () |
More... | |
virtual void | autoResize () |
More... | |
Public Member Functions inherited from tilde::UIObject | |
UIObject (UIItem *parent=0) | |
CanvasView * | parentCanvasView () |
virtual void | setParentCanvasView (CanvasView *v) |
PatchWindowController * | parentController () |
void | setParentController (PatchWindowController *p) |
void | setObjectData (UIObjectData *m) |
UIObjectData * | objectData () |
virtual ObjectId | serverObjectId () |
virtual void | setServerObjectId (ObjectId o) |
ObjectObserverPtr | observer () |
virtual void | initProperties () |
PropertyList * | properties () |
>init properties for the class - called from constructor More... | |
QString | toQString () |
More... | |
QString | objectClass () |
More... | |
void | createPopupMenu () |
void | showPopupMenu (QPoint pos) |
More... | |
void | doSetSize (QSize size) |
virtual void | resizeEvent () |
void | setEditModeRef (t_editMode *canvasEditMode) |
>returns object's text for client-based file saving More... | |
SizeBox * | sizeBox () |
void | hideSizeBox () |
bool | errorBox () |
void | setErrorBox (bool val) |
More... | |
void | setHelpName (QString name) |
More... | |
QString | fullHelpName () |
More... | |
virtual void | setInletsPos () |
More... | |
virtual void | setOutletsPos () |
More... | |
virtual void | addInlet () |
More... | |
virtual void | addInlet (int _portClass_) |
More... | |
virtual void | addOutlet () |
virtual void | addOutlet (int _portClass_) |
More... | |
Port * | inletAt (int idx) |
Port * | outletAt (int idx) |
More... | |
int | inletCount () |
More... | |
int | outletCount () |
int | pdInletClass (int idx) |
int | pdOutletClass (int idx) |
More... | |
void | removeXLets () |
More... | |
virtual void | objectReleaseEvent (QGraphicsSceneMouseEvent *) |
virtual void | updateUI (t_cpd_list *) |
PdObject * | serverObjectPtr () |
Public Member Functions inherited from tilde::UIItem | |
UIItem (QGraphicsObject *parent=0) | |
void | setSize (QSize size) |
void | setSize (float w, float h) |
void | setWidth (float w) |
void | setHeight (float h) |
void | setMinWidth (float w) |
void | setMinHeight (float h) |
float | width () |
float | height () |
float | minWidth () |
float | minHeight () |
QSize | size () |
QColor | bgColor () |
void | setBgColor (QColor bgc) |
bool | hover () |
void | setHover (bool h) |
void | select () |
void | deselect () |
More... | |
bool | isSelected () |
More... | |
virtual t_editMode * | getEditModeRef () |
t_editMode | getEditMode () |
More... | |
QRectF | boundingRect () const |
More... | |
QPainterPath | shape () const |
virtual void | move (float x, float y) |
virtual void | move (QPoint pos) |
virtual void | move (QPointF pos) |
void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *) |
Static Public Member Functions | |
static UIObject * | createObject (QString asQString, t_canvas *pdCanvas, QGraphicsView *parent=0) |
static void | updateUI (void *uiobj, PdArguments msg) |
Static Public Member Functions inherited from tilde::UIBox | |
static UIObject * | createObj (QString data) |
Additional Inherited Members | |
Public Slots inherited from tilde::UIBox | |
void | propertyEmbed () |
Public Slots inherited from tilde::UIObject | |
void | slotResizeDeselectedBox (int dx, int dy) |
void | slotRepaint () |
>deprecated More... | |
Public Attributes inherited from tilde::UIItem | |
QPoint | dragOffset |
Protected Member Functions inherited from tilde::UIObject | |
virtual void | hoverEnterEvent (QGraphicsSceneHoverEvent *) |
virtual void | hoverLeaveEvent (QGraphicsSceneHoverEvent *) |
gui object: oop method box (method)
|
explicit |
|
static |
|
signal |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
mouse up
Reimplemented from tilde::UIBox.
|
inlinevirtual |
paint event
Reimplemented from tilde::UIBox.
|
signal |
|
inline |
|
inlinestatic |
|
signal |