Home
last modified time | relevance | path

Searched defs:canResize (Results 1 – 25 of 49) sorted by relevance

12

/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dflowcontainer.h28 bool canResize() const override { return true; } in canResize() function
H A Ditem.h69 virtual bool canResize() const { return false; } in canResize() function
/dports/cad/ktechlab/ktechlab-0.50.0/src/drawparts/
H A Ddrawpart.h41 bool canResize() const override { return true; } in canResize() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/common/
H A Dpluginview.h96 tresult PLUGIN_API canResize () SMTG_OVERRIDE { return kResultFalse; } in canResize() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/public.sdk/source/common/
H A Dpluginview.h86 tresult PLUGIN_API canResize () SMTG_OVERRIDE { return kResultFalse; } in canResize() function
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/public.sdk/source/common/
H A Dpluginview.h86 tresult PLUGIN_API canResize () SMTG_OVERRIDE { return kResultFalse; } in canResize() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/common/
H A Dpluginview.h86 tresult PLUGIN_API canResize () SMTG_OVERRIDE { return kResultFalse; } in canResize() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheckercontroller.cpp69 void canResize (bool val) { mCanResize = val; } in canResize() function in Steinberg::Vst::MyVST3Editor
214 Steinberg::tresult PLUGIN_API MyVST3Editor::canResize () in canResize() function in Steinberg::Vst::MyVST3Editor
917 bool canResize = true; in setState() local
940 bool canResize = parameters.getParameter (kCanResizeTag)->getNormalized () > 0; in getState() local
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheckercontroller.cpp77 void canResize (bool val) { mCanResize = val; } in canResize() function in Steinberg::Vst::MyVST3Editor
225 Steinberg::tresult PLUGIN_API MyVST3Editor::canResize () in canResize() function in Steinberg::Vst::MyVST3Editor
1573 bool canResize = true; in setState() local
1602 bool canResize = parameters.getParameter (kCanResizeTag)->getNormalized () > 0; in getState() local
/dports/biology/bbmap/bbmap/current/ukmer/
H A DKmerNodeU1D.java81 boolean canResize() { in canResize() method in KmerNodeU1D
H A DKmerNodeU2D.java158 boolean canResize() { in canResize() method in KmerNodeU2D
H A DHashBufferU.java221 final boolean canResize() {return false;} in canResize() method in HashBufferU
H A DHashForestU.java368 boolean canResize() {return true;} in canResize() method in HashForestU
/dports/biology/bbmap/bbmap/current/kmer/
H A DKmerNode1D.java81 boolean canResize() { in canResize() method in KmerNode1D
H A DKmerLink.java109 boolean canResize() { in canResize() method in KmerLink
H A DKmerTable.java222 boolean canResize() {return true;} in canResize() method in KmerTable
H A DHashBuffer.java229 final boolean canResize() {return false;} in canResize() method in HashBuffer
H A DHashForest.java310 boolean canResize() {return true;} in canResize() method in HashForest
/dports/comms/fllog/fllog-1.2.6/src/include/
H A Dtable.h101 bool canResize, canSort; variable
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dtable.h103 bool canResize, canSort; variable
/dports/editors/micro/micro-2.0.10/internal/views/
H A Dsplits.go45 canResize bool member
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/cursortheme/
H A Dkcmcursortheme.cpp131 bool CursorThemeConfig::canResize() const in canResize() function in CursorThemeConfig
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dtablezone.cpp240 CardItem *TableZone::takeCard(int position, int cardId, bool canResize) in takeCard()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_frames.cpp605 bool RenderFrameSet::canResize(int _x, int _y) in canResize() function in RenderFrameSet
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.h135 virtual Steinberg::tresult PLUGIN_API canResize() override { return Steinberg::kResultTrue; } in canResize() function

12