Home
last modified time | relevance | path

Searched refs:MainPanel (Results 1 – 25 of 135) sorted by relevance

123456

/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemMainWindow.cpp46 MainPanel=NULL; in emMainWindow()
82 if (MainPanel) delete MainPanel; in ~emMainWindow()
88 if (MainPanel && !StartupEngine) { in GetTitle()
111 if (MainPanel) { in Duplicate()
144 if (MainPanel && ControlPanel) { in ToggleControlView()
146 MainPanel->GetControlView().Focus(); in ToggleControlView()
174 if (MainPanel && IsSignaled(MainPanel->GetContentView().GetTitleSignal())) { in Cycle()
245 if (BookmarksModel && MainPanel) { in Input()
249 MainPanel->GetContentView().Visit( in Input()
292 if (!mw->MainPanel) continue; in RecreateContentPanels()
[all …]
H A DemMainPanel.cpp379 MainPanel(parent) in SliderPanel()
424 PressSliderY=MainPanel.SliderY; in Input()
430 MainPanel.UpdateCoordinates(); in Input()
433 MainPanel.DoubleClickSlider(); in Input()
442 dy=(dy+MainPanel.SliderY-PressSliderY)*0.25+PressSliderY-MainPanel.SliderY; in Input()
444 MainPanel.DragSlider(dy); in Input()
449 MainPanel.UpdateCoordinates(); in Input()
484 if (MainPanel.SliderY>MainPanel.SliderMinY+1E-5) { in Paint()
491 if (MainPanel.SliderY<MainPanel.SliderMaxY-1E-5) { in Paint()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DMainPanel.cpp12 MainPanel::MainPanel() : in MainPanel() function in demo::MainPanel
22 mButtonNew->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
23 …mButtonLoad->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
24 …mButtonQuit->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
25 mComboCreate->eventComboAccept += MyGUI::newDelegate(this, &MainPanel::notifyComboAccept); in MainPanel()
28 void MainPanel::addObject(const MyGUI::UString& _name) in addObject()
33 void MainPanel::notifyMouseButtonClick(MyGUI::Widget* _sender) in notifyMouseButtonClick()
43 void MainPanel::notifyComboAccept(MyGUI::ComboBox* _sender, size_t _index) in notifyComboAccept()
H A DDemo_Gui.list9 MainPanel.h
19 MainPanel.cpp
29 MainPanel.h
42 MainPanel.cpp
H A DDemoKeeper.cpp51 mMainPanel = new MainPanel(); in createScene()
108 void DemoKeeper::notifyEventAction(MainPanel::TypeEvents _action, size_t _index) in notifyEventAction()
110 if (_action == MainPanel::EventQuit) in notifyEventAction()
114 else if (_action == MainPanel::EventNew) in notifyEventAction()
120 else if (_action == MainPanel::EventLoad) in notifyEventAction()
124 else if (_action == MainPanel::EventCreate) in notifyEventAction()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DMainPanel.cpp12 MainPanel::MainPanel() : in MainPanel() function in demo::MainPanel
22 mButtonNew->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
23 …mButtonLoad->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
24 …mButtonQuit->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
25 mComboCreate->eventComboAccept += MyGUI::newDelegate(this, &MainPanel::notifyComboAccept); in MainPanel()
28 void MainPanel::addObject(const MyGUI::UString& _name) in addObject()
33 void MainPanel::notifyMouseButtonClick(MyGUI::Widget* _sender) in notifyMouseButtonClick()
43 void MainPanel::notifyComboAccept(MyGUI::ComboBox* _sender, size_t _index) in notifyComboAccept()
H A DDemo_Gui.list9 MainPanel.h
19 MainPanel.cpp
29 MainPanel.h
42 MainPanel.cpp
H A DDemoKeeper.cpp51 mMainPanel = new MainPanel(); in createScene()
108 void DemoKeeper::notifyEventAction(MainPanel::TypeEvents _action, size_t _index) in notifyEventAction()
110 if (_action == MainPanel::EventQuit) in notifyEventAction()
114 else if (_action == MainPanel::EventNew) in notifyEventAction()
120 else if (_action == MainPanel::EventLoad) in notifyEventAction()
124 else if (_action == MainPanel::EventCreate) in notifyEventAction()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DMainPanel.cpp12 MainPanel::MainPanel() : in MainPanel() function in demo::MainPanel
22 mButtonNew->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
23 …mButtonLoad->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
24 …mButtonQuit->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
25 mComboCreate->eventComboAccept += MyGUI::newDelegate(this, &MainPanel::notifyComboAccept); in MainPanel()
28 void MainPanel::addObject(const MyGUI::UString& _name) in addObject()
33 void MainPanel::notifyMouseButtonClick(MyGUI::Widget* _sender) in notifyMouseButtonClick()
43 void MainPanel::notifyComboAccept(MyGUI::ComboBox* _sender, size_t _index) in notifyComboAccept()
H A DDemo_Gui.list9 MainPanel.h
19 MainPanel.cpp
29 MainPanel.h
42 MainPanel.cpp
H A DDemoKeeper.cpp51 mMainPanel = new MainPanel(); in createScene()
108 void DemoKeeper::notifyEventAction(MainPanel::TypeEvents _action, size_t _index) in notifyEventAction()
110 if (_action == MainPanel::EventQuit) in notifyEventAction()
114 else if (_action == MainPanel::EventNew) in notifyEventAction()
120 else if (_action == MainPanel::EventLoad) in notifyEventAction()
124 else if (_action == MainPanel::EventCreate) in notifyEventAction()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DMainPanel.cpp12 MainPanel::MainPanel() : in MainPanel() function in demo::MainPanel
22 mButtonNew->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
23 …mButtonLoad->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
24 …mButtonQuit->eventMouseButtonClick += MyGUI::newDelegate(this, &MainPanel::notifyMouseButtonClick); in MainPanel()
25 mComboCreate->eventComboAccept += MyGUI::newDelegate(this, &MainPanel::notifyComboAccept); in MainPanel()
28 void MainPanel::addObject(const MyGUI::UString& _name) in addObject()
33 void MainPanel::notifyMouseButtonClick(MyGUI::Widget* _sender) in notifyMouseButtonClick()
43 void MainPanel::notifyComboAccept(MyGUI::ComboBox* _sender, size_t _index) in notifyComboAccept()
H A DDemo_Gui.list9 MainPanel.h
19 MainPanel.cpp
29 MainPanel.h
42 MainPanel.cpp
H A DDemoKeeper.cpp51 mMainPanel = new MainPanel(); in createScene()
108 void DemoKeeper::notifyEventAction(MainPanel::TypeEvents _action, size_t _index) in notifyEventAction()
110 if (_action == MainPanel::EventQuit) in notifyEventAction()
114 else if (_action == MainPanel::EventNew) in notifyEventAction()
120 else if (_action == MainPanel::EventLoad) in notifyEventAction()
124 else if (_action == MainPanel::EventCreate) in notifyEventAction()
/dports/sysutils/htop/htop-3.1.2/
H A DMainPanel.c27 void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) { in MainPanel_updateTreeFunctions()
32 static void MainPanel_pidSearch(MainPanel* this, int ch) { in MainPanel_pidSearch()
54 MainPanel* this = (MainPanel*) super; in MainPanel_eventHandler()
146 int MainPanel_selectedPid(MainPanel* this) { in MainPanel_selectedPid()
154 bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Arg arg, bool* wasAny… in MainPanel_foreachProcess()
179 MainPanel* this = (MainPanel*) super; in MainPanel_drawFunctionBar()
192 MainPanel* this = (MainPanel*) super; in MainPanel_printHeader()
206 MainPanel* MainPanel_new() { in MainPanel_new()
207 MainPanel* this = AllocThis(MainPanel); in MainPanel_new()
218 void MainPanel_setState(MainPanel* this, State* state) { in MainPanel_setState()
[all …]
H A DMainPanel.h29 } MainPanel; typedef
35 void MainPanel_updateTreeFunctions(MainPanel* this, bool mode);
37 int MainPanel_selectedPid(MainPanel* this);
39 bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Arg arg, bool* wasAny…
43 MainPanel* MainPanel_new(void);
45 void MainPanel_setState(MainPanel* this, State* state);
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DMainPanel.cpp53 MainPanel::MainPanel(PlayerInfo &player) in MainPanel() function in MainPanel
61 void MainPanel::Step() in Step()
146 void MainPanel::Draw() in Draw()
186 void MainPanel::OnCallback() in OnCallback()
200 bool MainPanel::AllowFastForward() const in AllowFastForward()
260 bool MainPanel::RClick(int x, int y) in RClick()
269 bool MainPanel::Drag(double dx, double dy) in Drag()
281 bool MainPanel::Release(int x, int y) in Release()
297 bool MainPanel::Scroll(double dx, double dy) in Scroll()
393 bool MainPanel::ShowHailPanel() in ShowHailPanel()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_multi_wx.erl51 {MainPanel,State0} = init([Notebook, Pages]),
52 {MainPanel,State0#state{callback=Callback}};
54 MainPanel = wxPanel:new(Notebook),
56 LeftMenuSizer = wxStaticBoxSizer:new(?wxVERTICAL,MainPanel,
58 LeftMenu = wxListBox:new(MainPanel,?wxID_ANY,
65 DynPanel = wxScrolledWindow:new(MainPanel),
75 wxPanel:setSizer(MainPanel, Sizer),
77 State = load_dyn_page(#state{main_panel=MainPanel,
84 {MainPanel, State}.
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Ditemviews.py147 class MainPanel(QtWidgets.QSplitter):
374 if column == MainPanel.FINGERPRINT_COLUMN:
383 for i, column in enumerate(MainPanel.columns):
394 for i, column in enumerate(MainPanel.columns):
423 if index == MainPanel.FINGERPRINT_COLUMN:
432 if index == MainPanel.FINGERPRINT_COLUMN:
893 MainPanel.LENGTH_COLUMN,
894 MainPanel.TRACKNUMBER_COLUMN,
895 MainPanel.DISCNUMBER_COLUMN,
915 if column == MainPanel.LENGTH_COLUMN:
[all …]

123456