Home | History | Annotate | Download | only in QT

Lines Matching refs:triggered

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