Home | History | Annotate | Download | only in QT

Lines Matching refs:triggered

78     connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
79 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
81 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
83 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
84 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
85 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
86 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()));
87 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints()));
88 connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle()));
89 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector()));
90 connect(&fActionSettings, SIGNAL(triggered()), this, SLOT(actionSettings()));
92 connect(&fActionProfile, SIGNAL(triggered()), this, SLOT(actionProfile()));
93 connect(&fActionCancel, SIGNAL(triggered()), this, SLOT(actionCancel()));
94 connect(&fActionClearBreakpoints, SIGNAL(triggered()), this, SLOT(actionClearBreakpoints()));
95 connect(&fActionClearDeletes, SIGNAL(triggered()), this, SLOT(actionClearDeletes()));
96 connect(&fActionClose, SIGNAL(triggered()), this, SLOT(actionClose()));
108 connect(&fActionShowDeletes, SIGNAL(triggered()), this, SLOT(showDeletes()));
113 connect(&fActionSaveAs, SIGNAL(triggered()), this, SLOT(actionSaveAs()));
114 connect(&fActionSave, SIGNAL(triggered()), this, SLOT(actionSave()));
119 connect(&fActionZoomIn, SIGNAL(triggered()), &fMapper, SLOT(map()));
120 connect(&fActionZoomOut, SIGNAL(triggered()), &fMapper, SLOT(map()));