Home
last modified time | relevance | path

Searched refs:KeyArgs (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/include/
H A DofxsInteract.h111 struct KeyArgs : public InteractArgs { struct
112 KeyArgs(const PropertySet &props);
168 virtual bool keyDown(const KeyArgs &args) = 0;
175 virtual bool keyUp(const KeyArgs &args) = 0;
271 virtual bool keyDown(const KeyArgs &args);
278 virtual bool keyUp(const KeyArgs &args);
285 virtual bool keyRepeat(const KeyArgs &args);
336 virtual bool keyUp(const OFX::KeyArgs &args) { in keyUp()
340 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat()
393 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/include/
H A DofxsInteract.h111 struct KeyArgs : public InteractArgs { struct
112 KeyArgs(const PropertySet &props);
168 virtual bool keyDown(const KeyArgs &args) = 0;
175 virtual bool keyUp(const KeyArgs &args) = 0;
271 virtual bool keyDown(const KeyArgs &args);
278 virtual bool keyUp(const KeyArgs &args);
285 virtual bool keyRepeat(const KeyArgs &args);
336 virtual bool keyUp(const OFX::KeyArgs &args) { in keyUp()
340 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat()
393 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsInteract.cpp277 Interact::keyDown(const KeyArgs &/*args*/) in keyDown() argument
288 Interact::keyUp(const KeyArgs &/*args*/) in keyUp() argument
299 Interact::keyRepeat(const KeyArgs &/*args*/) in keyRepeat() argument
391 KeyArgs::KeyArgs(const PropertySet &props) in KeyArgs() function in OFX::KeyArgs
535 KeyArgs args(inArgs); in interactMainEntry()
541 KeyArgs args(inArgs); in interactMainEntry()
547 KeyArgs args(inArgs); in interactMainEntry()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsInteract.cpp277 Interact::keyDown(const KeyArgs &/*args*/) in keyDown() argument
288 Interact::keyUp(const KeyArgs &/*args*/) in keyUp() argument
299 Interact::keyRepeat(const KeyArgs &/*args*/) in keyRepeat() argument
391 KeyArgs::KeyArgs(const PropertySet &props) in KeyArgs() function in OFX::KeyArgs
535 KeyArgs args(inArgs); in interactMainEntry()
541 KeyArgs args(inArgs); in interactMainEntry()
547 KeyArgs args(inArgs); in interactMainEntry()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.h153 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE;
154 virtual bool keyUp(const OFX::KeyArgs &args) OVERRIDE;
155 virtual bool keyRepeat(const KeyArgs & /*args*/) OVERRIDE { return false; } in keyRepeat() argument
H A DofxsTransformInteractCustom.cpp1218 TransformInteractCustomHelper::keyDown(const OFX::KeyArgs &args) in keyDown()
1254 TransformInteractCustomHelper::keyUp(const OFX::KeyArgs &args) in keyUp()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.h181 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE;
182 virtual bool keyUp(const OFX::KeyArgs &args) OVERRIDE;
183 virtual bool keyRepeat(const KeyArgs & /*args*/) OVERRIDE { return false; } in keyRepeat() argument
H A DofxsRamp.h175 virtual bool keyDown(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyDown() argument
182 virtual bool keyUp(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyUp() argument
189 virtual bool keyRepeat(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyRepeat() argument
H A DofxsRectangleInteract.h121 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE;
122 virtual bool keyUp(const OFX::KeyArgs & args) OVERRIDE;
H A DofxsGenerator.h179 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE FINAL;
180 virtual bool keyUp(const OFX::KeyArgs & args) OVERRIDE FINAL;
H A DofxsTracking.h260 virtual bool keyDown(const OFX::KeyArgs &args);
261 virtual bool keyUp(const OFX::KeyArgs &args);
H A DofxsRectangleInteract.cpp545 RectangleInteract::keyDown(const KeyArgs &args) in keyDown()
579 RectangleInteract::keyUp(const KeyArgs &args) in keyUp()
H A DofxsGenerator.cpp530 GeneratorInteract::keyDown(const KeyArgs &args) in keyDown()
542 GeneratorInteract::keyUp(const KeyArgs & args) in keyUp()
H A DofxsTracking.cpp1169 TrackerRegionInteract::keyDown(const KeyArgs &args) in keyDown()
1181 TrackerRegionInteract::keyUp(const KeyArgs &args) in keyUp()
H A DofxsTransformInteract.cpp1556 TransformInteractHelper::keyDown(const KeyArgs &args) in keyDown()
1592 TransformInteractHelper::keyUp(const KeyArgs &args) in keyUp()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.h181 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE;
182 virtual bool keyUp(const OFX::KeyArgs &args) OVERRIDE;
183 virtual bool keyRepeat(const KeyArgs & /*args*/) OVERRIDE { return false; } in keyRepeat() argument
H A DofxsRamp.h175 virtual bool keyDown(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyDown() argument
182 virtual bool keyUp(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyUp() argument
189 virtual bool keyRepeat(const KeyArgs & /*args*/) OVERRIDE { return false; }; in keyRepeat() argument
H A DofxsRectangleInteract.h121 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE;
122 virtual bool keyUp(const OFX::KeyArgs & args) OVERRIDE;
H A DofxsGenerator.h179 virtual bool keyDown(const OFX::KeyArgs &args) OVERRIDE FINAL;
180 virtual bool keyUp(const OFX::KeyArgs & args) OVERRIDE FINAL;
H A DofxsTracking.h260 virtual bool keyDown(const OFX::KeyArgs &args);
261 virtual bool keyUp(const OFX::KeyArgs &args);
H A DofxsRectangleInteract.cpp545 RectangleInteract::keyDown(const KeyArgs &args) in keyDown()
579 RectangleInteract::keyUp(const KeyArgs &args) in keyUp()
H A DofxsGenerator.cpp530 GeneratorInteract::keyDown(const KeyArgs &args) in keyDown()
542 GeneratorInteract::keyUp(const KeyArgs & args) in keyUp()
H A DofxsTracking.cpp1169 TrackerRegionInteract::keyDown(const KeyArgs &args) in keyDown()
1181 TrackerRegionInteract::keyUp(const KeyArgs &args) in keyUp()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/container/detail/
H A DF14Table.h250 typename... KeyArgs>
252 sizeof...(KeyArgs) == 1 &&
266 typename... KeyArgs>
271 std::tuple_element_t<0, std::tuple<KeyArgs..., bool>>,
272 KeyArgs...>;
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeExpr.cpp2842 virtual bool keyDown(const KeyArgs &args) OVERRIDE FINAL;
2843 virtual bool keyUp(const KeyArgs & args) OVERRIDE FINAL;
2977 SeExprInteract::keyDown(const KeyArgs &args) in keyDown()
2991 SeExprInteract::keyUp(const KeyArgs & args) in keyUp()

12