Home
last modified time | relevance | path

Searched refs:activeFrame (Results 1 – 25 of 56) sorted by relevance

123

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvasmode_edittable.cpp101 activeFrame->itemText.deselectAll(); in keyPressEvent()
102 activeFrame->HasSel = false; in keyPressEvent()
206 PageItem_TextFrame* activeFrame; in mousePressEvent() local
227 activeFrame->HasSel = false; in mousePressEvent()
249 activeFrame->HasSel = false; in mousePressEvent()
281 activeFrame->HasSel = false; in mousePressEvent()
417 activeFrame->itemText.deselectAll(); in handleMouseDrag()
418 activeFrame->HasSel = false; in handleMouseDrag()
422 if (activeFrame == newActiveFrame) in handleMouseDrag()
444 activeFrame->itemText.deselectAll(); in handleMouseDrag()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DImageAnimator.cs41 private int activeFrame; field in System.Drawing.AnimateEventArgs
56 if (activeFrame < frameCount - 1) in GetNextFrame()
57 activeFrame++; in GetNextFrame()
59 activeFrame = 0; in GetNextFrame()
61 return activeFrame; in GetNextFrame()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DImageAnimator.Unix.cs45 private int activeFrame; field in System.Drawing.AnimateEventArgs
61 if (activeFrame < frameCount - 1) in GetNextFrame()
62 activeFrame++; in GetNextFrame()
64 activeFrame = 0; in GetNextFrame()
66 return activeFrame; in GetNextFrame()
/dports/x11-wm/flwm/flwm-1.16/
H A DHotkeys.C53 Frame* f = Frame::activeFrame(); in Raise()
58 Frame* f = Frame::activeFrame(); in Lower()
63 Frame* f = Frame::activeFrame(); in Iconize()
69 Frame* f = Frame::activeFrame(); in Close()
78 Frame* f = Frame::activeFrame(); in MoveFrame()
119 Frame* f = Frame::activeFrame(); in GrowFrame()
177 Frame* f = Frame::activeFrame(); in ToggleVertMax()
192 Frame* f = Frame::activeFrame(); in ToggleHorzMax()
205 Frame* f = Frame::activeFrame(); in ToggleWinMax()
H A Dmain.C199 if (Frame::activeFrame() && tm_p->tm_min != clock_oldmin) { in flwm_update_clock()
204 Frame::activeFrame()->redraw_clock(); in flwm_update_clock()
213 Frame::activeFrame()->redraw_clock(); in flwm_clock_alarm_on()
218 Frame::activeFrame()->redraw_clock(); in flwm_clock_alarm_off()
H A DFrame.H181 static Frame* activeFrame() {return active_;} in activeFrame() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSDocumentCustom.cpp78 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); in setLocation() local
79 str = activeFrame->document()->completeURL(str).string(); in setLocation()
82 …str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGes… in setLocation()
H A DJSDOMWindowCustom.cpp449 if (Frame* activeFrame = activeDOMWindow(exec)->frame()) { in setLocation() local
450 if (Settings* settings = activeFrame->settings()) { in setLocation()
451 … if (settings->usesDashboardBackwardCompatibilityMode() && !activeFrame->tree()->parent()) { in setLocation()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/interfaces/
H A Divariablecontroller.cpp24 int activeFrame = -1; member in KDevelop::IVariableControllerPrivate
59 d->activeFrame = -1; in stateChanged()
82 if (sm->currentThread() != d->activeThread || sm->currentFrame() != d->activeFrame) { in updateIfFrameOrThreadChanged()
112 d->activeFrame = session()->frameStackModel()->currentFrame(); in handleEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurity.h150 Frame* activeFrame = state->activeFrame(); in shouldAllowNavigation() local
151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame); in shouldAllowNavigation()
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/action/
H A Dsecondarymovie.cpp160 int activeFrame = -1; in execute() local
163 activeFrame = i; in execute()
168 if (activeFrame != -1) { in execute()
169 _screenPosition = _videoDescs[activeFrame].destRect; in execute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DHistory.cpp99 Frame* activeFrame = static_cast<Document*>(context)->frame(); in go() local
100 if (!activeFrame) in go()
103 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in go()
H A DDOMWindow.cpp926 if (!activeFrame) in close()
929 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in close()
1655 Frame* activeFrame = activeWindow->frame(); in setLocation() local
1656 if (!activeFrame) in setLocation()
1659 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in setLocation()
1675 completedURL, activeFrame->loader()->outgoingReferrer(), in setLocation()
1729 Frame* activeFrame = activeWindow->frame(); in createWindow() local
1770 Frame* activeFrame = activeWindow->frame(); in open() local
1771 if (!activeFrame) in open()
1836 Frame* activeFrame = activeWindow->frame(); in showModalDialog() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toon/
H A Dtoon.cpp666 int activeFrame; member
711 entries[4].activeFrame = 4; in showOptions()
713 entries[4].activeFrame = 8; in showOptions()
715 entries[4].activeFrame = 0; in showOptions()
823 entries[0].activeFrame = 0; in showOptions()
829 entries[1].activeFrame = 0; in showOptions()
841 entries[9].activeFrame = 3; in showOptions()
844 entries[9].activeFrame = 0; in showOptions()
852 entries[7].activeFrame = 3; in showOptions()
855 entries[7].activeFrame = 0; in showOptions()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/toon/
H A Dtoon.cpp665 int activeFrame; member
710 entries[4].activeFrame = 4; in showOptions()
712 entries[4].activeFrame = 8; in showOptions()
714 entries[4].activeFrame = 0; in showOptions()
822 entries[0].activeFrame = 0; in showOptions()
828 entries[1].activeFrame = 0; in showOptions()
840 entries[9].activeFrame = 3; in showOptions()
843 entries[9].activeFrame = 0; in showOptions()
851 entries[7].activeFrame = 3; in showOptions()
854 entries[7].activeFrame = 0; in showOptions()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/environment/view/
H A DCallFrameItem.css18 .activeFrame
24 .rstudio-themes-flat.editor_dark .ace_editor_theme .activeFrame {
H A DCallFrameItem.java43 String activeFrame(); in activeFrame() method
78 functionName.addStyleName(style.activeFrame()); in setActive()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/
H A DMacOSXConfiguration.java437 Frame activeFrame = getActiveFrame(defaultFrame); in handleApplicationMenuAction() local
438 if (defaultFrame != null && activeFrame == null) { in handleApplicationMenuAction()
462 if (activeFrame != null) { in handleApplicationMenuAction()
463 activeFrame.toFront(); in handleApplicationMenuAction()
465 if (defaultFrame != null && activeFrame == null) { in handleApplicationMenuAction()
480 Frame activeFrame = getActiveFrame(defaultFrame); in getActiveHomeController() local
481 if (activeFrame != null) { in getActiveHomeController()
483 if (homeApplication.getHomeFrame(home) == activeFrame) { in getActiveHomeController()
496 Frame activeFrame = null; in getActiveFrame() local
499 activeFrame = frame; in getActiveFrame()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-mf/
H A Dmf-h264-encoder.cpp761 activeFrame = std::move(encodedFrames.front()); in ProcessOutput()
764 *data = activeFrame.get()->Data(); in ProcessOutput()
765 *dataLength = activeFrame.get()->DataLength(); in ProcessOutput()
766 *pts = activeFrame.get()->Pts(); in ProcessOutput()
767 *dts = activeFrame.get()->Dts(); in ProcessOutput()
768 *keyframe = activeFrame.get()->Keyframe(); in ProcessOutput()
H A Dmf-h264-encoder.hpp160 std::unique_ptr<H264Frame> activeFrame; member in MF::H264Encoder
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DView3D.h73 int activeFrame() const;
H A DView.h94 int activeFrame() const;
H A DView3D.cpp280 int View3D::activeFrame() const in activeFrame() function in View3D
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/kdecorations/aurorae/src/
H A Ddecorationoptions.h45 const QColor &activeFrame() const { in activeFrame() function
H A Ddecorationoptions.cpp64 return m_active ? m_colors.activeFrame() : m_colors.inactiveFrame(); in borderColor()

123