Home
last modified time | relevance | path

Searched refs:m_panel (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DProjectPanel.cpp152 m_panel(0), in ProjectPanel()
157 m_panel->setupUi(this); in ProjectPanel()
160 m_panel->toolbar->hide(); in ProjectPanel()
184 delete m_panel; in ~ProjectPanel()
213 m_panel->toolbar->show(); in restoreRuleSetTab()
254 m_panel->ruleSets->widget(m_panel->ruleSets->indexOf(p))); in clearFirewallTabs()
331 m_panel->ruleSets->removeWidget(m_panel->ruleSets->widget(i)); in reopenFirewall()
564 m_panel->om->select(); in select()
579 m_panel->om->copyObj(); in copyObj()
589 m_panel->om->cutObj(); in cutObj()
[all …]
H A DProjectPanel_state_ops.cpp70 m_panel->om->saveExpandedTreeItems(); in saveState()
71 m_panel->om->saveSectionSizes(); in saveState()
131 m_panel->om->loadExpandedTreeItems(); in loadState()
132 m_panel->om->loadSectionSizes(); in loadState()
153 if (!m_panel->treeDockWidget->isWindow()) in saveMainSplitter()
168 QList<int> sl = m_panel->topSplitter->sizes(); in saveMainSplitter()
224 m_panel->topSplitter->setSizes( sl ); in setMainSplitterPosition()
233 m_panel->topSplitter->setSizes( sl ); in collapseTree()
241 m_panel->topSplitter->setSizes( sl ); in collapseRules()
259 m_panel->om->openObjectInTree(obj); in loadOpenedRuleSet()
[all …]
H A DProjectPanel_events.cpp102 m_panel->om->reload(); in event()
192 m_panel->om->updateLibName(obj); in event()
193 m_panel->om->updateLibColor(obj); in event()
210 m_panel->om->updateObjectInTree(obj); in event()
263 m_panel->om->insertSubtree(parent, obj); in event()
276 m_panel->om->addLib(obj); in event()
281 m_panel->om->removeLib(obj); in event()
408 m_panel->om->openObjectInTree(obj); in event()
413 m_panel->om->expandObjectInTree(obj); in event()
418 m_panel->om->openLibForObject(obj); in event()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkptaccountsviewconfigdialog.cpp46 m_panel = new AccountsviewConfigPanel(this); in AccountsviewConfigDialog()
50 m_panel->ui_startdate->setEnabled(false); in AccountsviewConfigDialog()
53 m_panel->ui_startdateBtn->setChecked(true); in AccountsviewConfigDialog()
58 m_panel->ui_projectendBtn->setChecked(true); in AccountsviewConfigDialog()
59 m_panel->ui_enddate->setEnabled(false); in AccountsviewConfigDialog()
62 m_panel->ui_enddateBtn->setChecked(true); in AccountsviewConfigDialog()
65 m_panel->ui_currentdateBtn->setChecked(true); in AccountsviewConfigDialog()
66 m_panel->ui_enddate->setEnabled(false); in AccountsviewConfigDialog()
70 m_panel->ui_enddate->setDate(treeview->endDate()); in AccountsviewConfigDialog()
111 if (m_panel->ui_startdateBtn->isChecked()) { in slotOk()
[all …]
H A Dkptrelationdialog.cpp57 m_panel = new RelationPanel(this); in AddRelationDialog()
58 setMainWidget(m_panel); in AddRelationDialog()
59 m_panel->activateWindow(); in AddRelationDialog()
64 m_panel->bFinishStart->setChecked(true); in AddRelationDialog()
66 m_panel->bFinishFinish->setChecked(true); in AddRelationDialog()
68 m_panel->bStartStart->setChecked(true); in AddRelationDialog()
71 m_panel->lag->setUnit(Duration::Unit_h); in AddRelationDialog()
74 m_panel->relationType->setFocus(); in AddRelationDialog()
135 if (m_panel->bStartStart->isChecked()) in selectedRelationType()
137 else if (m_panel->bFinishFinish->isChecked()) in selectedRelationType()
[all …]
H A Dkptwbsdefinitiondialog.cpp40 m_panel = new WBSDefinitionPanel(project, def, this); in WBSDefinitionDialog()
41 setMainWidget(m_panel); in WBSDefinitionDialog()
43 connect(m_panel, &WBSDefinitionPanel::changed, this, &KoDialog::enableButtonOk); in WBSDefinitionDialog()
49 return m_panel->buildCommand(); in buildCommand()
53 if (!m_panel->ok()) in slotOk()
H A Dkptdocumentsdialog.cpp34 , m_panel(new DocumentsPanel(node, this)) in DocumentsDialog()
36 m_panel->addNodeName(); in DocumentsDialog()
46 setMainWidget(m_panel); in DocumentsDialog()
50 connect(m_panel, &DocumentsPanel::changed, this, &KoDialog::enableButtonOk); in DocumentsDialog()
55 return m_panel->buildCommand(); in buildCommand()
/dports/editors/calligraplan/calligraplan-3.3.0/src/workpackage/
H A Dtaskcompletiondialog.cpp49 m_panel = new TaskCompletionPanel(package, sm, this); in TaskCompletionDialog()
51 setMainWidget(m_panel); in TaskCompletionDialog()
66 return m_panel->buildCommand(); in buildCommand()
84 m_panel = new KPlato::TaskProgressPanel(*(package.task()), sm, nullptr, this); in TaskCompletionPanel()
85 m_panel->editModeWidget->setVisible(false); in TaskCompletionPanel()
86 m_panel->addResourceWidget->setVisible(false); in TaskCompletionPanel()
87 m_panel->resourceTable->verticalHeader()->hide(); in TaskCompletionPanel()
88 QSize size = m_panel->resourceTable->sizeHint(); in TaskCompletionPanel()
90 m_panel->resourceTable->setSizeHint(size); in TaskCompletionPanel()
91 l->addWidget(m_panel); in TaskCompletionPanel()
[all …]
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dhostbattledialog.cpp67 m_panel = new wxScrolledWindow( this ); in BEGIN_EVENT_TABLE()
87 m_desc_check = new wxCheckBox( m_panel, wxID_ANY, _( "Autopaste description" ) ); in BEGIN_EVENT_TABLE()
95 …m_mod_lbl = new wxStaticText( m_panel, wxID_ANY, _( "Engine" ), wxDefaultPosition, wxDefaultSize, … in BEGIN_EVENT_TABLE()
106 …m_mod_lbl = new wxStaticText( m_panel, wxID_ANY, _( "Game" ), wxDefaultPosition, wxDefaultSize, 0 … in BEGIN_EVENT_TABLE()
112 …m_mod_pic = new wxChoice( m_panel, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_mod_picChoices, 0… in BEGIN_EVENT_TABLE()
117 m_refresh_btn = new wxBitmapButton( m_panel, BTN_REFRESH, mp ); in BEGIN_EVENT_TABLE()
130 …m_port_lbl = new wxStaticText( m_panel, wxID_ANY, _( "Port" ), wxDefaultPosition, wxDefaultSize, 0… in BEGIN_EVENT_TABLE()
276 m_host_btn = new wxButton( m_panel, HOST_OK, _( "Host" ), wxDefaultPosition, wxDefaultSize, 0 ); in BEGIN_EVENT_TABLE()
283 m_panel->SetSizer( m_main_sizer ); in BEGIN_EVENT_TABLE()
284 all_sizer->Add( m_panel, 1, wxEXPAND, 0 ); in BEGIN_EVENT_TABLE()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DSmartChoiceEditor.cpp37 m_panel(NULL), in SmartChoiceEditor()
41 if (m_panel->IsBeingDeleted()) return; in OnComboBox()
49 if (m_panel->IsBeingDeleted()) return; in OnTextEnter()
55 assert(m_panel == NULL); in doCreateVisual()
58 m_panel = new wxPanel(parent); in doCreateVisual()
74 m_panel->SetSizer(sizer); in doCreateVisual()
75 return m_panel; in doCreateVisual()
79 assert(m_panel != NULL); in doDestroyVisual()
82 m_panel->Destroy(); in doDestroyVisual()
83 m_panel = NULL; in doDestroyVisual()
[all …]
H A DSmartColorEditor.cpp45 m_panel(NULL), in SmartColorEditor()
52 if (m_panel->IsBeingDeleted()) return; in OnFloatRangeRadioButton()
57 if (m_panel->IsBeingDeleted()) return; in OnByteRangeRadioButton()
72 assert(m_panel == NULL); in doCreateVisual()
78 m_panel = new wxPanel(parent); in doCreateVisual()
103 m_panel->SetSizer(outerSizer); in doCreateVisual()
110 return m_panel; in doCreateVisual()
114 assert(m_panel != NULL); in doDestroyVisual()
120 m_panel->Destroy(); in doDestroyVisual()
121 m_panel = NULL; in doDestroyVisual()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfunctionpaneltools.cpp25 double frame = m_panel->xToFrame(e->pos().x()); in drag()
41 m_panel->pan(delta); in drag()
62 m_panel->zoom(sx, sy, m_startPos); in drag()
68 if (m_panel->getFrameHandle()) m_panel->getFrameHandle()->setFrame(frame); in release()
87 m_panel->update(); in drag()
101 : m_panel(panel) in MovePointDragTool()
230 tround(m_panel->xToFrame(pos.x()) - m_panel->xToFrame(m_startPos.x())); in drag()
252 m_panel->update(); in drag()
264 : m_panel(panel) in MoveHandleDragTool()
396 m_panel->update(); in drag()
[all …]
H A Dfunctionpaneltools.h26 FunctionPanel *m_panel; variable
35 FunctionPanel *m_panel; variable
46 FunctionPanel *m_panel; variable
53 : m_panel(panel), m_zoomType((int)zoomType) {} in ZoomDragTool()
61 FunctionPanel *m_panel; variable
68 : m_panel(panel), m_curve(curve) {} in RectSelectTool()
78 FunctionPanel *m_panel; variable
112 FunctionPanel *m_panel;
139 FunctionPanel *m_panel;
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DGameTreeViewer.java38 m_panel = new GameTreePanel(this, listener, in GameTreeViewer()
43 new JScrollPane(m_panel, in GameTreeViewer()
64 m_panel.showPopup(); in GameTreeViewer()
71 m_panel.setScrollPane(m_scrollPane); in GameTreeViewer()
90 m_panel.addNewSingleChild(node); in addNewSingleChild()
95 m_panel.redrawCurrentNode(); in redrawCurrentNode()
100 m_panel.scrollToCurrent(); in scrollToCurrent()
105 m_panel.setLabelMode(mode); in setLabelMode()
110 m_panel.setSizeMode(mode); in setSizeMode()
115 m_panel.setShowSubtreeSizes(enable); in setShowSubtreeSizes()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/wrapsizer/
H A Dwrapsizer.cpp51 wxToolBar *tb = new wxToolBar(m_panel, wxID_ANY, in MakeToolBar()
65 wxPanel *m_panel; member in WrapSizerFrame
92 m_panel = new wxPanel(this); in WrapSizerFrame()
107 wxSizer *sizerMid = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
114 m_panel, in WrapSizerFrame()
127 wxSizer *sizerBottom = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
132 sizerBottomBox->Add(new wxListBox(m_panel, wxID_ANY, in WrapSizerFrame()
136 sizerBottomBox->Add(new wxCheckBox(m_panel, wxID_ANY, in WrapSizerFrame()
142 sizerRoot->Add(new wxButton(m_panel, wxID_OK), in WrapSizerFrame()
147 m_panel->SetSizer(sizerRoot); in WrapSizerFrame()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/wrapsizer/
H A Dwrapsizer.cpp54 wxToolBar *tb = new wxToolBar(m_panel, wxID_ANY, in MakeToolBar()
68 wxPanel *m_panel; member in WrapSizerFrame
95 m_panel = new wxPanel(this); in WrapSizerFrame()
110 wxSizer *sizerMid = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
117 m_panel, in WrapSizerFrame()
130 wxSizer *sizerBottom = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
135 sizerBottomBox->Add(new wxListBox(m_panel, wxID_ANY, in WrapSizerFrame()
139 sizerBottomBox->Add(new wxCheckBox(m_panel, wxID_ANY, in WrapSizerFrame()
145 sizerRoot->Add(new wxButton(m_panel, wxID_OK), in WrapSizerFrame()
151 m_panel->SetSizer(sizerRoot); in WrapSizerFrame()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/wrapsizer/
H A Dwrapsizer.cpp54 wxToolBar *tb = new wxToolBar(m_panel, wxID_ANY, in MakeToolBar()
68 wxPanel *m_panel; member in WrapSizerFrame
95 m_panel = new wxPanel(this); in WrapSizerFrame()
110 wxSizer *sizerMid = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
117 m_panel, in WrapSizerFrame()
130 wxSizer *sizerBottom = new wxStaticBoxSizer(wxVERTICAL, m_panel, in WrapSizerFrame()
135 sizerBottomBox->Add(new wxListBox(m_panel, wxID_ANY, in WrapSizerFrame()
139 sizerBottomBox->Add(new wxCheckBox(m_panel, wxID_ANY, in WrapSizerFrame()
145 sizerRoot->Add(new wxButton(m_panel, wxID_OK), in WrapSizerFrame()
151 m_panel->SetSizer(sizerRoot); in WrapSizerFrame()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dstatus_popup.cpp38 m_panel = new wxPanel( this, wxID_ANY ); in STATUS_POPUP()
40 m_panel->SetSizer( m_topSizer ); in STATUS_POPUP()
41 m_panel->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); in STATUS_POPUP()
104 m_topSizer->Fit( m_panel ); in updateSize()
105 SetClientSize( m_panel->GetSize() ); in updateSize()
118 m_panel->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNSHADOW ) ); in STATUS_TEXT_POPUP()
119 m_panel->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNTEXT ) ); in STATUS_TEXT_POPUP()
121 m_statusLine = new wxStaticText( m_panel, wxID_ANY, wxEmptyString ) ; in STATUS_TEXT_POPUP()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/listbox/
H A Dlboxtest.cpp184 wxPanel* m_panel; member in LboxTestFrame
361 m_panel = new wxPanel(this, wxID_ANY); in LboxTestFrame()
390 m_chkSort = new wxCheckBox(m_panel, wxID_ANY, _T("&Sort items")); in LboxTestFrame()
403 btn = new wxButton(m_panel, LboxTest_Create, _T("&Create")); in LboxTestFrame()
412 btn = new wxButton(m_panel, LboxTest_Add, _T("&Add this string")); in LboxTestFrame()
444 btn = new wxButton(m_panel, LboxTest_Clear, _T("&Clear")); in LboxTestFrame()
463 m_lboxLog = new wxListBox(m_panel, wxID_ANY); in LboxTestFrame()
470 btn = new wxButton(m_panel, LboxTest_ClearLog, _T("Clear &log")); in LboxTestFrame()
474 btn = new wxButton(m_panel, LboxTest_Quit, _T("E&xit")); in LboxTestFrame()
487 m_panel->SetSizer(sizerTop); in LboxTestFrame()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/listbox/
H A Dlboxtest.cpp184 wxPanel* m_panel; member in LboxTestFrame
361 m_panel = new wxPanel(this, wxID_ANY); in LboxTestFrame()
390 m_chkSort = new wxCheckBox(m_panel, wxID_ANY, _T("&Sort items")); in LboxTestFrame()
403 btn = new wxButton(m_panel, LboxTest_Create, _T("&Create")); in LboxTestFrame()
412 btn = new wxButton(m_panel, LboxTest_Add, _T("&Add this string")); in LboxTestFrame()
444 btn = new wxButton(m_panel, LboxTest_Clear, _T("&Clear")); in LboxTestFrame()
463 m_lboxLog = new wxListBox(m_panel, wxID_ANY); in LboxTestFrame()
470 btn = new wxButton(m_panel, LboxTest_ClearLog, _T("Clear &log")); in LboxTestFrame()
474 btn = new wxButton(m_panel, LboxTest_Quit, _T("E&xit")); in LboxTestFrame()
487 m_panel->SetSizer(sizerTop); in LboxTestFrame()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/listbox/
H A Dlboxtest.cpp184 wxPanel* m_panel; member in LboxTestFrame
361 m_panel = new wxPanel(this, wxID_ANY); in LboxTestFrame()
390 m_chkSort = new wxCheckBox(m_panel, wxID_ANY, _T("&Sort items")); in LboxTestFrame()
403 btn = new wxButton(m_panel, LboxTest_Create, _T("&Create")); in LboxTestFrame()
412 btn = new wxButton(m_panel, LboxTest_Add, _T("&Add this string")); in LboxTestFrame()
444 btn = new wxButton(m_panel, LboxTest_Clear, _T("&Clear")); in LboxTestFrame()
463 m_lboxLog = new wxListBox(m_panel, wxID_ANY); in LboxTestFrame()
470 btn = new wxButton(m_panel, LboxTest_ClearLog, _T("Clear &log")); in LboxTestFrame()
474 btn = new wxButton(m_panel, LboxTest_Quit, _T("E&xit")); in LboxTestFrame()
487 m_panel->SetSizer(sizerTop); in LboxTestFrame()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/listbox/
H A Dlboxtest.cpp184 wxPanel* m_panel; member in LboxTestFrame
361 m_panel = new wxPanel(this, wxID_ANY); in LboxTestFrame()
390 m_chkSort = new wxCheckBox(m_panel, wxID_ANY, _T("&Sort items")); in LboxTestFrame()
403 btn = new wxButton(m_panel, LboxTest_Create, _T("&Create")); in LboxTestFrame()
412 btn = new wxButton(m_panel, LboxTest_Add, _T("&Add this string")); in LboxTestFrame()
444 btn = new wxButton(m_panel, LboxTest_Clear, _T("&Clear")); in LboxTestFrame()
463 m_lboxLog = new wxListBox(m_panel, wxID_ANY); in LboxTestFrame()
470 btn = new wxButton(m_panel, LboxTest_ClearLog, _T("Clear &log")); in LboxTestFrame()
474 btn = new wxButton(m_panel, LboxTest_Quit, _T("E&xit")); in LboxTestFrame()
487 m_panel->SetSizer(sizerTop); in LboxTestFrame()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaDlg_FileOpenSaveAs.cpp139 m_panel(nil), in XAP_CocoaDialog_FileOpenSaveAs()
339 m_panel = nil; in runModal()
347 m_panel = _makeOpenPanel(); in runModal()
352 UT_ASSERT(m_panel); in runModal()
353 if (!m_panel) in runModal()
490 [m_panel setRequiredFileType:type]; in runModal()
511 [m_panel setRequiredFileType:nil]; in runModal()
519 szPersistFile = [m_panel filename]; in runModal()
528 szPersistFile = [m_panel filename]; in runModal()
561 [m_panel setAllowedFileTypes:nil]; in _setSelectedFileType()
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/autotests/
H A Ddialognativetest.cpp24 m_panel = new QQuickView; in initTestCase()
25 m_panel->setGeometry(0, 0, 50, 50); in initTestCase()
26 m_panel->setFlags(Qt::FramelessWindowHint | Qt::WindowDoesNotAcceptFocus); in initTestCase()
45 m_panel->show(); in initTestCase()
48 KWindowSystem::setType(m_panel->winId(), NET::Dock); in initTestCase()
50 m_dialog->setVisualParent(m_panel->contentItem()); in initTestCase()
57 delete m_panel; in cleanupTestCase()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/calendar/
H A Dcalendar.cpp153 m_panel->ToggleUseGeneric(); in OnCalGeneric()
177 event.Enable(m_panel->IsUsingGeneric()); in OnUpdateUIGenericOnly()
183 MyPanel *m_panel; member in MyFrame
524 m_panel = new MyPanel(splitter); in MyFrame()
528 splitter->SplitHorizontally(m_panel, m_logWindow); in MyFrame()
590 m_panel->ToggleCalStyle(event.IsChecked(), in OnCalSeqMonth()
611 m_panel->SetDate(wxDateTime::Today()); in OnToday()
616 m_panel->SetDate(wxDateTime::GetBeginDST(m_panel->GetDate().GetYear())); in OnBeginDST()
621 wxSizer * const sizer = m_panel->GetSizer(); in OnCalToggleResizable()
689 wxDateTime dt = m_panel->GetCal()->GetDate(); in OnAskDate()
[all …]

12345678910>>...15