Home
last modified time | relevance | path

Searched refs:GetCurrentPage (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/
H A Dmodule_msg.cc51 TextPage& page = machine.system().text().GetCurrentPage(); in operator ()()
82 machine.system().text().GetCurrentPage().FontColour(textColorNum); in operator ()()
99 machine.system().text().GetCurrentPage().DisplayRubyText(utf8str); in operator ()()
164 TextPage& page = machine.system().text().GetCurrentPage(); in operator ()()
186 TextPage& page = machine.system().text().GetCurrentPage(); in operator ()()
194 TextPage& page = machine.system().text().GetCurrentPage(); in operator ()()
201 TextPage& page = machine.system().text().GetCurrentPage(); in operator ()()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dtext_system_test.cc81 TextPage& GetCurrentPage() { return system.text().GetCurrentPage(); } in GetCurrentPage() function in TextSystemTest
175 GetCurrentPage().Name("Bob", ""); in TEST_F()
192 GetCurrentPage().HardBrake(); in TEST_F()
211 GetCurrentPage().ResetIndentation(); in TEST_F()
229 GetCurrentPage().FontColour(0); in TEST_F()
248 GetCurrentPage().MarkRubyBegin(); in TEST_F()
250 GetCurrentPage().DisplayRubyText("ruby"); in TEST_F()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp.cpp276 if( GetCurrentPage() ) in On_Command()
278 switch( GetCurrentPage()->GetId() ) in On_Command()
289 if( GetCurrentPage() ) in On_Command()
291 switch( GetCurrentPage()->GetId() ) in On_Command()
352 if( GetCurrentPage() ) in On_Command_UI()
354 switch( GetCurrentPage()->GetId() ) in On_Command_UI()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/
H A Dwiz.cpp880 wxWizardPage* page = m_pWizard->GetCurrentPage(); in FillComboboxWithCompilers()
901 wxWizardPage* page = m_pWizard->GetCurrentPage(); in FillContainerWithCompilers()
917 wxWizardPage* page = m_pWizard->GetCurrentPage(); in FillContainerWithSelectCompilers()
953 wxWizardPage* page = m_pWizard->GetCurrentPage(); in AppendContainerWithSelectCompilers()
992 wxWizardPage* page = m_pWizard->GetCurrentPage(); in EnableWindow()
1003 wxWizardPage* page = m_pWizard->GetCurrentPage(); in SetComboboxSelection()
1014 wxWizardPage* page = m_pWizard->GetCurrentPage(); in SetComboboxValue()
1025 wxWizardPage* page = m_pWizard->GetCurrentPage(); in GetComboboxValue()
1047 wxWizardPage* page = m_pWizard->GetCurrentPage(); in GetComboboxStringSelection()
1059 wxWizardPage* page = m_pWizard->GetCurrentPage(); in GetComboboxSelection()
[all …]
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dextwizard.cpp27 GetCurrentPage()->refresh(); in BEGIN_EVENT_TABLE()
28 GetCurrentPage()->SetFocus(); in BEGIN_EVENT_TABLE()
29 GetCurrentPage()->validate(); in BEGIN_EVENT_TABLE()
H A Dextwizard.h41 …ExtWizard_Page *GetCurrentPage() { return reinterpret_cast<ExtWizard_Page *>(wxWizard::GetCurrentP… in GetCurrentPage() function
H A Dloadcertwiz.h27 LCW_Page *GetCurrentPage() { return reinterpret_cast<LCW_Page *>(wxWizard::GetCurrentPage()); } in GetCurrentPage() function
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/long_operations/
H A Dtextout_long_operation.cc72 if (machine.system().text().GetCurrentPage().in_ruby_gloss()) in TextoutLongOperation()
141 TextPage& page = machine.system().text().GetCurrentPage(); in DisplayName()
161 TextPage& page = machine.system().text().GetCurrentPage(); in DisplayOneMoreCharacter()
189 machine.system().text().GetCurrentPage().Character(current_char_, ""); in DisplayOneMoreCharacter()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dbookctrlbasetest.cpp53 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
58 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel3, wxWindow), base->GetCurrentPage()); in Selection()
63 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
68 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel2, wxWindow), base->GetCurrentPage()); in Selection()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dbookctrlbasetest.cpp53 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
58 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel3, wxWindow), base->GetCurrentPage()); in Selection()
63 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
68 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel2, wxWindow), base->GetCurrentPage()); in Selection()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dbookctrlbasetest.cpp55 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
60 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel3, wxWindow), base->GetCurrentPage()); in Selection()
65 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel1, wxWindow), base->GetCurrentPage()); in Selection()
70 CPPUNIT_ASSERT_EQUAL(wxStaticCast(m_panel2, wxWindow), base->GetCurrentPage()); in Selection()
/dports/graphics/comical/comical-0.8/src/
H A DComicalCanvas.cpp223 wxUint32 lastNum = theBook->GetCurrentPage(); in LastPage()
301 centerPage = theBook->GetPage(theBook->GetCurrentPage()); in ResetView()
442 GoToPage(theBook->GetCurrentPage() - 1); in PrevPageSlide()
479 if (theBook->GetCurrentPage() >= theBook->GetPageCount() - 1) in NextPageSlide()
483 GoToPage(theBook->GetCurrentPage() + 1); in NextPageSlide()
528 if (theBook->GetCurrentPage() == 0) { in SetMode()
535 leftNum = theBook->GetCurrentPage(); in SetMode()
561 if (!theBook || theBook->GetCurrentPage() < 0) in OnRotate()
566 pagenumber = theBook->GetCurrentPage(); in OnRotate()
627 if (!theBook || theBook->GetCurrentPage() < 0) in OnRotateLeft()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/mediaplayer/
H A Dmediaplayer.cpp734 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
877 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
915 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
994 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1114 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1191 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1211 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1230 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1283 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1335 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/mediaplayer/
H A Dmediaplayer.cpp820 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
963 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
1001 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1080 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1200 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1277 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1297 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1316 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1369 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1421 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp779 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
922 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
960 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1039 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1159 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1236 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1256 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1275 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1328 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1380 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp779 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
922 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
960 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1039 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1159 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1236 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1256 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1275 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1328 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1380 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp779 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
922 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
960 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1039 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1159 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1236 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1256 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1275 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1328 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1380 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp779 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
922 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
960 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1039 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1159 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1236 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1256 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1275 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1328 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1380 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/mediaplayer/
H A Dmediaplayer.cpp820 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage()); in AddToPlayList()
963 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoOpenFile()
1001 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in DoPlayFile()
1080 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnMediaLoaded()
1200 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPlay()
1277 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnStop()
1297 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnChangeSong()
1316 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnPrev()
1369 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnNext()
1421 (wxMediaPlayerNotebookPage*) m_notebook->GetCurrentPage(); in OnVolumeDown()
[all …]
/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmframe.cpp208 _nbhtml->GetCurrentPage()->SetFocusFromKbd(); in CHMFrame()
309 _nbhtml->GetCurrentPage() in OnChangeFonts()
330 _nbhtml->GetCurrentPage()->HistoryForward(); in OnHistoryForward()
336 if(_nbhtml->GetCurrentPage()->HistoryCanBack()) in OnHistoryBack()
337 _nbhtml->GetCurrentPage()->HistoryBack(); in OnHistoryBack()
428 _nbhtml->GetCurrentPage()->OnFind(event); in OnFind()
446 _nbhtml->GetCurrentPage()->OnCopy(event); in OnCopySelection()
544 if(!_nbhtml->GetCurrentPage()->IsCaller()) { in OnSelectionChanged()
545 _nbhtml->GetCurrentPage()->SetSync(false); in OnSelectionChanged()
549 _nbhtml->GetCurrentPage()->SetSync(true); in OnSelectionChanged()
[all …]
/dports/audio/ncmpc/ncmpc-0.41/src/
H A DProxyPage.hxx36 const Page *GetCurrentPage() const { in GetCurrentPage() function in ProxyPage
40 Page *GetCurrentPage() { in GetCurrentPage() function in ProxyPage
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dnotebook.go39 func (v *notebook) GetCurrentPage() int { func
40 return v.internal.GetCurrentPage()
H A Dassistant.go47 func (a *assistant) GetCurrentPage() int { func
48 return a.internal.GetCurrentPage()
/dports/editors/rehex/rehex-0.4.0/src/
H A Dmainwindow.cpp642 wxWindow *cpage = notebook->GetCurrentPage(); in OnSave()
717 wxWindow *cpage = notebook->GetCurrentPage(); in OnClose()
733 wxWindow *cpage = notebook->GetCurrentPage(); in OnCloseOthers()
761 wxWindow *cpage = notebook->GetCurrentPage(); in OnSearchText()
775 wxWindow *cpage = notebook->GetCurrentPage(); in OnSearchBSeq()
789 wxWindow *cpage = notebook->GetCurrentPage(); in OnSearchValue()
915 wxWindow *cpage = notebook->GetCurrentPage(); in OnUndo()
926 wxWindow *cpage = notebook->GetCurrentPage(); in OnRedo()
1004 wxWindow *cpage = notebook->GetCurrentPage(); in OnSetBytesPerGroup()
1040 wxWindow *cpage = notebook->GetCurrentPage(); in OnInlineCommentsMode()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITextBox.cpp400 int CGUITextBox::GetCurrentPage() const in GetCurrentPage() function in CGUITextBox
416 label = StringUtils::Format("%u", GetCurrentPage()); in GetLabel()
429 return (GetCurrentPage() < GetNumPages()); in GetCondition()
431 return (GetCurrentPage() > 1); in GetCondition()

12345678910>>...19