Home
last modified time | relevance | path

Searched refs:CanPaste (Results 1 – 25 of 628) sorted by path

12345678910>>...26

/dports/audio/audacity/audacity-Audacity-3.1.3/modules/mod-nyq-bench/
H A DNyqBench.cpp1511 e.Enable((FindFocus() == mScript ? mScript : mOutput)->CanPaste()); in OnPasteUpdate()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs1004 pub fn CanPaste(&self) -> ::windows::runtime::Result<bool> { in CanPaste() method
1751 pub fn CanPaste(&self, format: i32) -> ::windows::runtime::Result<bool> { in CanPaste() method
2224 pub fn CanPaste(&self, format: i32) -> ::windows::runtime::Result<bool> { in CanPaste() method
2839 pub fn CanPaste(&self) -> ::windows::runtime::Result<bool> { in CanPaste() method
3173 pub fn CanPaste(&self, format: i32) -> ::windows::runtime::Result<bool> { in CanPaste() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/RichEdit/
H A Dmod.rs5080 …pub unsafe fn CanPaste(&self, pvar: *const super::super::super::System::Com::VARIANT, format: i32)… in CanPaste() method
5434 …pub unsafe fn CanPaste(&self, pvar: *const super::super::super::System::Com::VARIANT, format: i32)… in CanPaste() method
6352 …pub unsafe fn CanPaste(&self, pvar: *const super::super::super::System::Com::VARIANT, format: i32)… in CanPaste() method
6776 …pub unsafe fn CanPaste(&self, pvar: *const super::super::super::System::Com::VARIANT, format: i32)… in CanPaste() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs2972 …pub unsafe fn CanPaste<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::System::Com::ID… in CanPaste() method
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Deda_base_frame.cpp409 else if( textEntry && isPaste && textEntry->CanPaste() ) in HandleUpdateUIEvent()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/scripting/kicad_pyshell/
H A Dkicad_pyeditor.py598 event.Enable(win.CanPaste())
600 event.Enable(win.CanPaste() and hasattr(win, 'PasteAndRun'))
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmQuery.cpp1496 canPaste = sqlQuery->CanPaste(); in updateMenu()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/include/
H A DScintilla.iface1036 fun bool CanPaste=2173(,)
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.cpp2186 bool Editor::CanPaste() { in CanPaste() function in Editor
6067 return CanPaste(); in WndProc()
H A DEditor.h408 virtual bool CanPaste();
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.cxx2074 bool Editor::CanPaste() { in CanPaste() function in Editor
5567 return CanPaste(); in WndProc()
H A DEditor.h400 virtual bool CanPaste();
/dports/devel/codeblocks/codeblocks-20.03/
H A DChangeLog21495 CanPaste() and HasSelection(). Custom editors (like wxSmith's)
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcbeditor.h277 bool CanPaste() const override;
H A Deditorbase.h211 virtual bool CanPaste() const { return false; } in CanPaste() function
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/NassiShneiderman/
H A DEditTextTask.cpp216 bool EditTextTask::CanPaste() in CanPaste() function in EditTextTask
H A DEditTextTask.h53 virtual bool CanPaste();
H A DInsertBrickTask.cpp153 bool InsertBrickTask::CanPaste()const{ return false; } in CanPaste() function in InsertBrickTask
H A DInsertBrickTask.h54 virtual bool CanPaste()const;
H A DNassiEditorPanel.cpp139 bool NassiEditorPanel::CanPaste() const in CanPaste() function in NassiEditorPanel
141 return m_view->CanPaste(); in CanPaste()
H A DNassiEditorPanel.h25 virtual bool CanPaste() const;
H A DNassiView.cpp349 bool NassiView::CanPaste()const in CanPaste() function in NassiView
352 return itsTask->CanPaste(); in CanPaste()
H A DNassiView.h59 bool CanPaste()const;
H A DPasteTask.cpp133 bool PasteTask::CanPaste()const{ return false; } in CanPaste() function in PasteTask
H A DPasteTask.h54 virtual bool CanPaste()const;

12345678910>>...26