tilde~
Puredata Qt-based GUI
|
The Patch window controller. More...
#include <PatchWindowController.h>
Public Slots | |
void | menuSave () |
first save of the patch More... | |
void | menuSaveAs () |
void | menuCut () |
void | menuCopy () |
void | menuPaste () |
void | menuDuplicate () |
void | menuDelete () |
void | menuSelectAll () |
void | menuUndo () |
void | menuRedo () |
void | openPropertiesWindow () |
void | slotAlignLeft () |
void | slotAlignRight () |
void | slotAlignTop () |
void | slotAlignBottom () |
void | slotAlignCenter () |
void | slotHDistribute () |
void | slotVDistribute () |
void | slotRecentMenuAction () |
void | slotObjectHoverEnter () |
void | slotObjectHoverLeave () |
Signals | |
Object * | signalCreateObject (Canvas *canvas, string name) |
void | signalEnableUndo (bool v) |
void | signalEnableRedo (bool v) |
The Patch window controller.
tilde::PatchWindowController::PatchWindowController | ( | ApplicationController * | appController | ) |
tilde::PatchWindowController::PatchWindowController | ( | ApplicationController * | appController, |
CanvasPtr | canvas = 0 |
||
) |
void tilde::PatchWindowController::addObjectToParent | ( | UIObject * | src | ) |
|
inline |
UIBox * tilde::PatchWindowController::asUIBox | ( | ) |
|
inline |
UIObject * tilde::PatchWindowController::createObject | ( | string | name, |
QPoint | pos | ||
) |
unused/reserved
UIObject * tilde::PatchWindowController::createObjectWithoutUndo | ( | string | name, |
QPoint | pos | ||
) |
void tilde::PatchWindowController::createPatchcord | ( | UIObject * | src, |
int | out, | ||
UIObject * | dest, | ||
int | in | ||
) |
used in patch parsing with 'restore'
UIPatchcord * tilde::PatchWindowController::createPatchcordWithoutUndo | ( | UIObject * | src, |
int | out, | ||
UIObject * | dest, | ||
int | in | ||
) |
void tilde::PatchWindowController::dataCopy | ( | ) |
void tilde::PatchWindowController::dataCut | ( | ) |
void tilde::PatchWindowController::dataDuplicate | ( | ) |
void tilde::PatchWindowController::dataPaste | ( | ) |
void tilde::PatchWindowController::dataSelectAllObjects | ( | ) |
void tilde::PatchWindowController::deleteObject | ( | UIObject * | o | ) |
void tilde::PatchWindowController::deleteObjectWithoutUndo | ( | UIObject * | o | ) |
void tilde::PatchWindowController::deletePatchcordsFor | ( | UIItem * | obj | ) |
void tilde::PatchWindowController::deletePatchcordsForObject | ( | UIObject * | o | ) |
void tilde::PatchWindowController::deleteSelectedObjects | ( | vector< UIObject * > | ) |
void tilde::PatchWindowController::deleteSelectedObjects | ( | ) |
void tilde::PatchWindowController::deleteSelectedPatchcords | ( | ) |
void tilde::PatchWindowController::deleteSelectedPatchcords | ( | vector< UIPatchcord * > | ) |
void tilde::PatchWindowController::deleteSinglePatchcord | ( | UIPatchcord * | p | ) |
void tilde::PatchWindowController::disableObjectsOnParent | ( | ) |
void tilde::PatchWindowController::enableObjectsOnParent | ( | UIObject * | parentObject | ) |
void tilde::PatchWindowController::enableUndo | ( | bool | v | ) |
PatchWindow * tilde::PatchWindowController::mainWindow | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
first save of the patch
|
slot |
|
slot |
|
slot |
void tilde::PatchWindowController::moveSelectedBoxes | ( | QPoint | eventPos | ) |
PatchWindow * tilde::PatchWindowController::newWindow | ( | ) |
unused/reserved
void tilde::PatchWindowController::openFile | ( | QString | fileName | ) |
|
slot |
void tilde::PatchWindowController::restoreUIBoxForSubpatch | ( | PatchWindowController * | controller, |
QString | data, | ||
QPoint | pos | ||
) |
void tilde::PatchWindowController::saveFile | ( | QString | fileName | ) |
void tilde::PatchWindowController::saveFileDialog | ( | ) |
void tilde::PatchWindowController::selectBox | ( | UIItem * | box | ) |
void tilde::PatchWindowController::selectPatchcordsForSelectedBoxes | ( | ) |
void tilde::PatchWindowController::sendMessageToObject | ( | ObjectId | object, |
QString | msg | ||
) |
CanvasPtr tilde::PatchWindowController::serverCanvas | ( | ) |
ObjectId tilde::PatchWindowController::serverCanvasAsObject | ( | ) |
ProcessPtr tilde::PatchWindowController::serverInstance | ( | ) |
this is for subpatches
void tilde::PatchWindowController::setAppController | ( | ApplicationController * | a | ) |
void tilde::PatchWindowController::setFileName | ( | QString | fname | ) |
void tilde::PatchWindowController::setNewFileName | ( | QString | fname | ) |
|
signal |
|
signal |
|
signal |
void tilde::PatchWindowController::sizeBoxHide | ( | ) |
void tilde::PatchWindowController::sizeBoxShow | ( | UIObject * | object | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
void tilde::PatchWindowController::syncObjectsOnParent | ( | ) |
QUndoStack * tilde::PatchWindowController::undoStack | ( | ) |
void tilde::PatchWindowController::updateViewports | ( | ) |
vector< PatchWindow * > tilde::PatchWindowController::windows | ( | ) |