Home
last modified time | relevance | path

Searched refs:SelData (Results 1 – 25 of 45) sorted by relevance

12

/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/common/
H A Dseldata.h15 class SelData: public Data{
40 SelData(Step::selection* sel=nullptr);
41 SelData(SelData&& dat);
42 SelData& operator=(SelData&& dat)=delete;
43 SelData(const SelData& dat)=delete;
44 SelData& operator=(const SelData& dat)=delete;
45 ~SelData() override;
H A Dseldata.cpp6 decltype(GUI::SelData::shader_map) GUI::SelData::shader_map;
8 GUI::SelData::SelData(Step::selection *sel) in SelData() function in GUI::SelData
12 GUI::SelData::SelData(SelData&& dat) in SelData() function in GUI::SelData
26 void GUI::SelData::initGL(void *context) in initGL()
43 void GUI::SelData::initShader(GlobalContext& globals, shader &shader) in initShader()
57 void GUI::SelData::initVAO(GlobalContext& globals, ObjectContext &objects, shader &shader) in initVAO()
91 GUI::SelData::~SelData() in ~SelData()
100 void GUI::SelData::draw(const Vec &off, const PBCVec &mult, in draw()
121 void GUI::SelData::updateGL(void *context) in updateGL()
132 void GUI::SelData::update(Step::selection* sel, bool useVdW, float atRadFac) in update()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DSelectionManager.cpp26 struct mozilla::a11y::SelData final { struct in mozilla::a11y
27 SelData(Selection* aSel, int32_t aReason) : mSel(aSel), mReason(aReason) {} in SelData() argument
32 NS_INLINE_DECL_REFCOUNTING(SelData)
36 ~SelData() {} in ~SelData() argument
158 RefPtr<SelData> selData = new SelData(aSelection, aReason); in NotifySelectionChanged()
159 document->HandleNotification<SelectionManager, SelData>( in NotifySelectionChanged()
166 void SelectionManager::ProcessSelectionChanged(SelData* aSelData) { in ProcessSelectionChanged()
H A DSelectionManager.h44 struct SelData;
116 void ProcessSelectionChanged(SelData* aSelData);
/dports/www/firefox/firefox-99.0/accessible/base/
H A DSelectionManager.cpp26 struct mozilla::a11y::SelData final { struct in mozilla::a11y
27 SelData(Selection* aSel, int32_t aReason) : mSel(aSel), mReason(aReason) {} in SelData() function
32 NS_INLINE_DECL_REFCOUNTING(SelData)
36 ~SelData() {} in ~SelData() argument
178 RefPtr<SelData> selData = new SelData(aSelection, aReason); in NotifySelectionChanged()
179 document->HandleNotification<SelectionManager, SelData>( in NotifySelectionChanged()
186 void SelectionManager::ProcessSelectionChanged(SelData* aSelData) { in ProcessSelectionChanged()
H A DSelectionManager.h43 struct SelData;
117 void ProcessSelectionChanged(SelData* aSelData);
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DSelectionManager.cpp26 struct mozilla::a11y::SelData final { struct in mozilla::a11y
27 SelData(Selection* aSel, int32_t aReason) : mSel(aSel), mReason(aReason) {} in SelData() function
32 NS_INLINE_DECL_REFCOUNTING(SelData)
36 ~SelData() {} in ~SelData() argument
178 RefPtr<SelData> selData = new SelData(aSelection, aReason); in NotifySelectionChanged()
179 document->HandleNotification<SelectionManager, SelData>( in NotifySelectionChanged()
186 void SelectionManager::ProcessSelectionChanged(SelData* aSelData) { in ProcessSelectionChanged()
H A DSelectionManager.h43 struct SelData;
117 void ProcessSelectionChanged(SelData* aSelData);
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DSelectionManager.cpp26 struct mozilla::a11y::SelData final { struct in mozilla::a11y
27 SelData(Selection* aSel, int32_t aReason) : mSel(aSel), mReason(aReason) {} in SelData() argument
32 NS_INLINE_DECL_REFCOUNTING(SelData)
36 ~SelData() {} in ~SelData() argument
178 RefPtr<SelData> selData = new SelData(aSelection, aReason); in NotifySelectionChanged()
179 document->HandleNotification<SelectionManager, SelData>( in NotifySelectionChanged()
186 void SelectionManager::ProcessSelectionChanged(SelData* aSelData) { in ProcessSelectionChanged()
H A DSelectionManager.h43 struct SelData;
117 void ProcessSelectionChanged(SelData* aSelData);
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DSelectionManager.cpp27 struct mozilla::a11y::SelData final { struct in mozilla::a11y
28 SelData(Selection* aSel, int32_t aReason) : mSel(aSel), mReason(aReason) {} in SelData() function
33 NS_INLINE_DECL_REFCOUNTING(SelData)
37 ~SelData() {} in ~SelData() argument
164 RefPtr<SelData> selData = new SelData(aSelection->AsSelection(), aReason); in NotifySelectionChanged()
165 document->HandleNotification<SelectionManager, SelData>( in NotifySelectionChanged()
172 void SelectionManager::ProcessSelectionChanged(SelData* aSelData) { in ProcessSelectionChanged()
H A DSelectionManager.h42 struct SelData;
114 void ProcessSelectionChanged(SelData* aSelData);
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DSelectionManager.cpp27 struct mozilla::a11y::SelData final struct in mozilla::a11y
29 SelData(Selection* aSel, int32_t aReason) : in SelData() argument
35 NS_INLINE_DECL_REFCOUNTING(SelData)
39 ~SelData() {} in ~SelData() argument
185 RefPtr<SelData> selData = in NotifySelectionChanged()
186 new SelData(aSelection->AsSelection(), aReason); in NotifySelectionChanged()
187 document->HandleNotification<SelectionManager, SelData> in NotifySelectionChanged()
195 SelectionManager::ProcessSelectionChanged(SelData* aSelData) in ProcessSelectionChanged()
H A DSelectionManager.h42 struct SelData;
120 void ProcessSelectionChanged(SelData* aSelData);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkdragcallback.inc16 SelData : pGtkSelectionData;
28 Texts := StrPas(PChar(SelData^.data));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdragcallback.inc16 SelData : pGtkSelectionData;
28 Texts := StrPas(PChar(SelData^.data));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkdragcallback.inc16 SelData : pGtkSelectionData;
28 Texts := StrPas(PChar(SelData^.data));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdragcallback.inc16 SelData : pGtkSelectionData;
28 Texts := StrPas(PChar(SelData^.data));
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_repositories.pas344 SelData: PData;
353 SelData := FVST.GetNodeData(SelNode);
354 bEdit.Enabled := SelData^.FType > 0;
355 bDelete.Enabled := SelData^.FType > 0;
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_repositories.pas344 SelData: PData;
353 SelData := FVST.GetNodeData(SelNode);
354 bEdit.Enabled := SelData^.FType > 0;
355 bDelete.Enabled := SelData^.FType > 0;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_repositories.pas344 SelData: PData;
353 SelData := FVST.GetNodeData(SelNode);
354 bEdit.Enabled := SelData^.FType > 0;
355 bDelete.Enabled := SelData^.FType > 0;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_repositories.pas344 SelData: PData;
353 SelData := FVST.GetNodeData(SelNode);
354 bEdit.Enabled := SelData^.FType > 0;
355 bDelete.Enabled := SelData^.FType > 0;
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/
H A Dcarbonedits.pp380 SelData: ControlEditTextSelectionRec;
391 ASelStart := SelData.SelStart;
404 SelData: ControlEditTextSelectionRec;
415 ASelLength := SelData.SelEnd - SelData.SelStart;
428 SelData: ControlEditTextSelectionRec;
440 if SelData.SelStart = ASelStart then
446 SelData.SelEnd := (SelData.SelEnd - SelData.SelStart) + ASelStart;
447 SelData.SelStart := ASelStart;
466 SelData: ControlEditTextSelectionRec;
478 if SelData.SelEnd = SelData.SelStart + ASelLength then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbonedits.pp380 SelData: ControlEditTextSelectionRec;
391 ASelStart := SelData.SelStart;
404 SelData: ControlEditTextSelectionRec;
415 ASelLength := SelData.SelEnd - SelData.SelStart;
428 SelData: ControlEditTextSelectionRec;
440 if SelData.SelStart = ASelStart then
446 SelData.SelEnd := (SelData.SelEnd - SelData.SelStart) + ASelStart;
447 SelData.SelStart := ASelStart;
466 SelData: ControlEditTextSelectionRec;
478 if SelData.SelEnd = SelData.SelStart + ASelLength then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/
H A Dcarbonedits.pp380 SelData: ControlEditTextSelectionRec;
391 ASelStart := SelData.SelStart;
404 SelData: ControlEditTextSelectionRec;
415 ASelLength := SelData.SelEnd - SelData.SelStart;
428 SelData: ControlEditTextSelectionRec;
440 if SelData.SelStart = ASelStart then
446 SelData.SelEnd := (SelData.SelEnd - SelData.SelStart) + ASelStart;
447 SelData.SelStart := ASelStart;
466 SelData: ControlEditTextSelectionRec;
478 if SelData.SelEnd = SelData.SelStart + ASelLength then
[all …]

12