Home
last modified time | relevance | path

Searched defs:WindowIterator (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/gflwor/
H A Dwindow_iterator.h27 class WindowIterator; variable
60 friend class WindowIterator; variable
125 friend class WindowIterator; variable
192 friend class WindowIterator; variable
280 friend class WindowIterator; variable
344 WindowIterator(::zorba::serialization::Archiver& ar) in WindowIterator() function
H A Dwindow_iterator.cpp609 WindowIterator::WindowIterator( in WindowIterator() function in zorba::flwor::WindowIterator
/dports/games/openttd/openttd-12.1/src/
H A Dwindow_gui.h814 struct WindowIterator { struct
815 typedef Window *value_type;
816 typedef value_type *pointer;
817 typedef value_type &reference;
818 typedef size_t difference_type;
819 typedef std::forward_iterator_tag iterator_category;
821 explicit WindowIterator(WindowList::iterator start) : it(start) in WindowIterator() argument
825 explicit WindowIterator(const Window *w) : it(w->z_position) {} in WindowIterator() function
832 bool IsEnd() const { return this->it == _z_windows.end(); } in IsEnd()
836 void Validate() in Validate()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DWindowManager.h425 typedef ConstVectorIterator<WindowVector> WindowIterator; typedef
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/chm/
H A DLZXDecompressor.h39 std::vector<unsigned char>::iterator WindowIterator; member
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Drequired.h103 typedef WindowManager::WindowIterator WindowIterator; typedef
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/
H A Dplaniter_visitor_impl_include.h153 class WindowIterator; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/generators/include/
H A Dpython_CEGUI.h408 typedef ::CEGUI::WindowManager::WindowIterator WindowIterator; typedef