Home
last modified time | relevance | path

Searched refs:PropertiesWidget (Results 1 – 25 of 105) sorted by relevance

12345

/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/
H A Dpropertieswidget.cpp26 struct PropertiesWidget::PrivateData {
32 void PropertiesWidget::attemptToPushUndoCommand(QUndoCommand *cmd) in attemptToPushUndoCommand()
56 void PropertiesWidget::attemptEndMacro() const { // TODO write test in attemptEndMacro()
62 bool PropertiesWidget::itemValid(graphicsItem *item) const { in itemValid()
67 MolScene* PropertiesWidget::scene() const in scene()
72 bool PropertiesWidget::blocked() const in blocked()
77 PropertiesWidget::PropertiesWidget(QWidget *parent) in PropertiesWidget() function in Molsketch::PropertiesWidget
82 PropertiesWidget::~PropertiesWidget() { in ~PropertiesWidget()
86 void PropertiesWidget::setScene(MolScene *scene) in setScene()
102 void PropertiesWidget::propertiesChange() in propertiesChange()
[all …]
H A Dpropertieswidget.h32 class PropertiesWidget : public QWidget {
46 explicit PropertiesWidget(QWidget *parent = 0);
47 virtual ~PropertiesWidget();
H A Darrowpopup.h32 class ArrowPopup : public PropertiesWidget
H A Dscenepropertieswidget.h35 class ScenePropertiesWidget : public PropertiesWidget {
H A Datompopup.h35 class AtomPopup : public PropertiesWidget
H A Darrowpopup.cpp65 PropertiesWidget(parent), in ArrowPopup()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dpropertieswidget.cpp73 PropertiesWidget::PropertiesWidget(QWidget *parent) in PropertiesWidget() function in PropertiesWidget
75 , m_ui(new Ui::PropertiesWidget()) in PropertiesWidget()
170 PropertiesWidget::~PropertiesWidget() in ~PropertiesWidget()
229 void PropertiesWidget::clear() in clear()
352 void PropertiesWidget::readSettings() in readSettings()
372 void PropertiesWidget::saveSettings() in saveSettings()
398 void PropertiesWidget::loadDynamicData() in loadDynamicData()
520 void PropertiesWidget::loadUrlSeeds() in loadUrlSeeds()
718 void PropertiesWidget::configure() in configure()
745 void PropertiesWidget::askWebSeed() in askWebSeed()
[all …]
H A Dpropertieswidget.h53 class PropertiesWidget; variable
56 class PropertiesWidget : public QWidget
59 Q_DISABLE_COPY(PropertiesWidget)
68 explicit PropertiesWidget(QWidget *parent);
69 ~PropertiesWidget() override;
112 Ui::PropertiesWidget *m_ui;
H A Dtrackerlistwidget.h34 class PropertiesWidget; variable
61 explicit TrackerListWidget(PropertiesWidget *properties);
91 PropertiesWidget *m_properties;
H A Dproplistdelegate.h39 class PropertiesWidget; variable
58 explicit PropListDelegate(PropertiesWidget *properties);
72 PropertiesWidget *m_properties;
H A Dpeerlistwidget.h40 class PropertiesWidget; variable
80 explicit PeerListWidget(PropertiesWidget *parent);
105 PropertiesWidget *m_properties = nullptr;
H A Dspeedwidget.h39 class PropertiesWidget; variable
60 explicit SpeedWidget(PropertiesWidget *parent);
/dports/math/rocs/rocs-21.12.3/libgraphtheory/dialogs/
H A Dpropertieswidget.cpp23 PropertiesWidget::PropertiesWidget(QWidget *parent) in PropertiesWidget() function in PropertiesWidget
35 this, &PropertiesWidget::addProperty); in PropertiesWidget()
42 this, &PropertiesWidget::deleteProperty); in PropertiesWidget()
44 this, &PropertiesWidget::renameProperty); in PropertiesWidget()
47 void PropertiesWidget::setType(NodeTypePtr type) in setType()
55 void PropertiesWidget::setType(EdgeTypePtr type) in setType()
63 void PropertiesWidget::addProperty() in addProperty()
89 void PropertiesWidget::deleteProperty(const QModelIndex &index) in deleteProperty()
98 void PropertiesWidget::renameProperty(const QModelIndex& index, const QString& name) in renameProperty()
H A Dpropertieswidget.h21 class PropertiesWidget : public QWidget
25 explicit PropertiesWidget(QWidget *parent = nullptr);
H A Dnodetypeproperties.h22 class PropertiesWidget; variable
42 PropertiesWidget *m_properties;
H A Dedgetypeproperties.h23 class PropertiesWidget; variable
44 PropertiesWidget *m_properties;
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_viewer/
H A Dproperties_widget.cpp32 PropertiesWidget::PropertiesWidget(QWidget * parent, Qt::WindowFlags f) : in PropertiesWidget() function in PropertiesWidget
39 PropertiesWidget::~PropertiesWidget() in ~PropertiesWidget()
43 void PropertiesWidget::updateDisplayedProperties() in updateDisplayedProperties()
100 void PropertiesWidget::applyProperties() in applyProperties()
124 void PropertiesWidget::on_btnApply_clicked() in on_btnApply_clicked()
129 void PropertiesWidget::on_btnOK_clicked() in on_btnOK_clicked()
135 std::string PropertiesWidget::humanReadablePropName(const std::string& propertyName) const in humanReadablePropName()
140 void PropertiesWidget::setProperties(PropertyMap* properties) in setProperties()
H A Dproperties_widget.h36 class G2O_VIEWER_API PropertiesWidget : public QDialog, public Ui::BasePropertiesWidget
40 PropertiesWidget(QWidget * parent = 0, Qt::WindowFlags f = 0);
41 virtual ~PropertiesWidget();
H A Dmain_window.h30 class PropertiesWidget; variable
95 PropertiesWidget* _optimizerPropertiesWidget;
H A Dviewer_properties_widget.cpp71 PropertiesWidget(parent, f), _viewer(nullptr) in ViewerPropertiesWidget()
81 PropertiesWidget::applyProperties(); in applyProperties()
H A Dviewer_properties_widget.h30 class G2O_VIEWER_API ViewerPropertiesWidget : public PropertiesWidget
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/debugger/tools/
H A Dproperties.cpp2 PropertiesWidget *cpuPropertiesTab;
3 PropertiesWidget *ppuPropertiesTab;
6 void PropertiesWidget::refresh() { in refresh()
17 PropertiesWidget::PropertiesWidget(SNES::ChipDebugger &object) : object(object) { in PropertiesWidget() function in PropertiesWidget
71 cpuPropertiesTab = new PropertiesWidget(SNES::cpu); in PropertiesViewer()
74 ppuPropertiesTab = new PropertiesWidget(SNES::ppu); in PropertiesViewer()
H A Dproperties.moc.hpp1 class PropertiesWidget : public QWidget { class
8 PropertiesWidget(SNES::ChipDebugger &object);
35 extern PropertiesWidget *cpuPropertiesTab;
36 extern PropertiesWidget *ppuPropertiesTab;
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dmainwindow.h51 class PropertiesWidget; variable
85 PropertiesWidget *propertiesWidget() const;
234 PropertiesWidget *m_propertiesWidget;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/elements/
H A DBUILD.gn48 "PropertiesWidget.js",

12345