Home
last modified time | relevance | path

Searched defs:changeView (Results 1 – 24 of 24) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/
H A Dgame_state.cpp128 void CGameState::changeView(CViewItem *newView, CMovieClip *clip) { in changeView() function in Titanic::CGameState
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/
H A Dgame_state.cpp128 void CGameState::changeView(CViewItem *newView, CMovieClip *clip) { in changeView() function in Titanic::CGameState
/dports/security/xca/xca-2.4.0/widgets/
H A DCertTreeView.cpp151 void CertTreeView::changeView() in changeView() function in CertTreeView
H A DXcaTreeView.cpp413 void XcaTreeView::changeView() in changeView() function in XcaTreeView
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dmipmap_comp_tests.c100 changeView(void) in changeView() function
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dmipmap_comp_tests.c100 changeView(void) in changeView() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/core/
H A Dproject_item.cpp626 bool CProjectItem::changeView(const CString &viewName) { in changeView() function in Titanic::CProjectItem
630 bool CProjectItem::changeView(const CString &viewName, const CString &clipName) { in changeView() function in Titanic::CProjectItem
H A Dgame_object.cpp1219 bool CGameObject::changeView(const CString &viewName) { in changeView() function in Titanic::CGameObject
1223 bool CGameObject::changeView(const CString &viewName, const CString &clipName) { in changeView() function in Titanic::CGameObject
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/core/
H A Dproject_item.cpp626 bool CProjectItem::changeView(const CString &viewName) { in changeView() function in Titanic::CProjectItem
630 bool CProjectItem::changeView(const CString &viewName, const CString &clipName) { in changeView() function in Titanic::CProjectItem
H A Dgame_object.cpp1219 bool CGameObject::changeView(const CString &viewName) { in changeView() function in Titanic::CGameObject
1223 bool CGameObject::changeView(const CString &viewName, const CString &clipName) { in changeView() function in Titanic::CGameObject
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/early/
H A Dgame_base.cpp212 void GameBase::changeView(const Common::String &name) { in changeView() function in Ultima::Shared::GameBase
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/plugin/
H A Dview.py460 def changeView(self, plugin, new_view_name): member in ViewManager
584 def changeView(self, plugin, new_view_name): member in BaseViewModel
989 def changeView(self, plugin, new_view_name): member in MultiViewModel
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/playlist/
H A Dplaylist.cpp222 void PlaylistWidget::changeView( const QModelIndex& index ) in changeView() function in PlaylistWidget
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dosgeditor.cpp192 void OSGEditorDialog::changeView(QString viewName) in changeView() function in OSGEditorDialog
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/extension/manualrequest/http/impl/
H A DManualHttpRequestEditorDialog.java570 public void changeView(int newView) { in changeView() method in ManualHttpRequestEditorDialog.RequestResponsePanel
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/
H A DCalendar.ts188 changeView(viewName: string, dateOrRange: RangeInput | MomentInput) { method in Calendar
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/covermanager/
H A DCoverManager.cpp522 CoverManager::changeView( CoverManager::View id, bool force ) //SLOT in changeView() function in CoverManager
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibforms.c2255 TabActnProc changeView; member
2547 TabActnProc changeView, Pointer userdata) in CreateFolderTabs()
2738 Int2 spaceBtwn, TabActnProc changeView, in CreateTextTabs()
2953 TabActnProc changeView, Pointer userdata) in CreateFolderTabButtons()
/dports/editors/kate/kate-21.12.3/kate/
H A Dkateviewspace.cpp301 void KateViewSpace::changeView(int idx) in changeView() function in KateViewSpace
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcamera.h686 void changeView(bool firstPerson) { in changeView() function
/dports/security/xca/xca-2.4.0/lib/
H A Ddb_base.cpp498 void db_base::changeView() in changeView() function in db_base
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/wizard/
H A DWizardController.cpp929 void GroupBox::changeView(const QString &buttonText, const QString &showHide) { in changeView() function in U2::GroupBox
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexcompleter.cpp1454 void LatexCompleter::changeView(int pos) in changeView() function in LatexCompleter
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_list_widget.cpp2186 const auto changeView = [&](not_null<Element*> view, bool add) { in updateDragSelection() local