Home
last modified time | relevance | path

Searched defs:SelectionList (Results 1 – 25 of 41) sorted by relevance

12

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dselection.hh80 struct SelectionList struct
93 Selection& main() { return (*this)[m_main]; } in main()
94 size_t main_index() const { return m_main; } in main_index()
104 SelectionList& operator=(Vector<Selection> list) in operator =()
111 using iterator = Vector<Selection>::iterator;
113 iterator end() { return m_selections.end(); } in end()
133 Buffer& buffer() const { return *m_buffer; } in buffer()
146 size_t m_main = 0;
147 Vector<Selection> m_selections;
149 SafePtr<Buffer> m_buffer;
[all …]
H A Dselection.cc10 SelectionList::SelectionList(Buffer& buffer, Selection s, size_t timestamp) in SelectionList() function in Kakoune::SelectionList
16 SelectionList::SelectionList(Buffer& buffer, Selection s) in SelectionList() function in Kakoune::SelectionList
19 SelectionList::SelectionList(Buffer& buffer, Vector<Selection> list, size_t timestamp) in SelectionList() function in Kakoune::SelectionList
27 SelectionList::SelectionList(Buffer& buffer, Vector<Selection> list) in SelectionList() function in Kakoune::SelectionList
/dports/games/yadex/yadex-1.7.0/src/
H A Dselectn.h17 struct SelectionList struct
19 SelPtr next; // Next in list
20 int objnum; // Object number
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/include/
H A DSelectionEventArgs.h37 typedef std::list<boost::any> SelectionList; typedef
H A DSelectionService.h40 typedef std::list<boost::any> SelectionList; typedef
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DSelection.h69 typedef std::set<Selection> SelectionList; typedef
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dlistviewtext.h131 typedef std::vector<int> SelectionList; typedef
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dlistviewtext.h106 typedef std::vector<int> SelectionList; typedef
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Ddummydisplay.cpp43 SvnItemList DummyDisplay::SelectionList()const in SelectionList() function in DummyDisplay
/dports/net-im/jarl/Jarl-0.5001/lib/Tk/
H A DEntryPullDown.pm152 sub SelectionList { subroutine
/dports/x11-toolkits/p5-Tk-DKW/Tk-DKW-0.03/
H A DComboEntry.pm231 sub SelectionList subroutine
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dselection.h32 typedef QList< QPointer<PageItem> > SelectionList; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DSelectionList.cs43 public class SelectionList : MobileControl, IPostBackDataHandler, IListControl class
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkLocationSelector.cxx43 vtkSmartPointer<vtkDataArray> SelectionList; member in vtkLocationSelector::vtkInternals
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkLocationSelector.cxx43 vtkSmartPointer<vtkDataArray> SelectionList; member in vtkLocationSelector::vtkInternals
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppuseselections_test.cpp43 typedef QList<Selection> SelectionList; typedef
/dports/editors/lazarus/lazarus/components/lazcontrols/
H A Dlistfilteredit.pas65 property SelectionList: TStringList read fSelectionList; property
H A Dlistviewfilteredit.pas78 property SelectionList: TStringList read fSelectionList; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazcontrols/
H A Dlistfilteredit.pas65 property SelectionList: TStringList read fSelectionList; property
H A Dlistviewfilteredit.pas78 property SelectionList: TStringList read fSelectionList; property
/dports/editors/lazarus-qt5/lazarus/components/lazcontrols/
H A Dlistviewfilteredit.pas78 property SelectionList: TStringList read fSelectionList; property
H A Dlistfilteredit.pas65 property SelectionList: TStringList read fSelectionList; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazcontrols/
H A Dlistfilteredit.pas65 property SelectionList: TStringList read fSelectionList; property
H A Dlistviewfilteredit.pas78 property SelectionList: TStringList read fSelectionList; property
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dselection.h71 typedef std::vector<Selection> SelectionList; typedef

12