Home
last modified time | relevance | path

Searched refs:InformationWindow (Results 1 – 25 of 41) sorted by relevance

12

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/sql/drilldown/
H A Dinformationwindow.cpp54 InformationWindow::InformationWindow(int id, QSqlRelationalTableModel *items, in InformationWindow() function in InformationWindow
114 int InformationWindow::id() const in id()
121 void InformationWindow::revert() in revert()
129 void InformationWindow::submit() in submit()
146 void InformationWindow::createButtons() in createButtons()
154 connect(closeButton, &QPushButton::clicked, this, &InformationWindow::close); in createButtons()
155 connect(revertButton, &QPushButton::clicked, this, &InformationWindow::revert); in createButtons()
156 connect(submitButton, &QPushButton::clicked, this, &InformationWindow::submit); in createButtons()
168 void InformationWindow::enableButtons(bool enable) in enableButtons()
H A Dview.h58 class InformationWindow; variable
80 InformationWindow *findWindow(int id) const;
84 QList<InformationWindow *> informationWindows;
H A Dview.cpp133 InformationWindow *window = findWindow(id); in showInformation()
135 window = new InformationWindow(id, itemTable, this); in showInformation()
137 connect(window, QOverload<int,const QString &>::of(&InformationWindow::imageChanged), in showInformation()
173 InformationWindow *View::findWindow(int id) const in findWindow()
H A Dinformationwindow.h58 class InformationWindow : public QDialog
63 InformationWindow(int id, QSqlRelationalTableModel *items,
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DInformationWindow.cpp12 InformationWindow::InformationWindow(MyGUI::Widget* _parent) : in InformationWindow() function in demo::InformationWindow
18 …MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &InformationWindow::notifyFr… in InformationWindow()
28 InformationWindow::~InformationWindow() in ~InformationWindow()
30 …MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &InformationWindow::notifyFr… in ~InformationWindow()
33 int InformationWindow::getRand(int _min, int _max) in getRand()
46 void InformationWindow::notifyFrameStart(float _time) in notifyFrameStart()
H A DDemo_Gui.list8 InformationWindow.h
18 InformationWindow.cpp
28 InformationWindow.h
41 InformationWindow.cpp
H A DInformationWindow.h15 class InformationWindow :
19 InformationWindow(MyGUI::Widget* _parent);
20 virtual ~InformationWindow();
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DInformationWindow.cpp12 InformationWindow::InformationWindow(MyGUI::Widget* _parent) : in InformationWindow() function in demo::InformationWindow
18 …MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &InformationWindow::notifyFr… in InformationWindow()
28 InformationWindow::~InformationWindow() in ~InformationWindow()
30 …MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &InformationWindow::notifyFr… in ~InformationWindow()
33 int InformationWindow::getRand(int _min, int _max) in getRand()
46 void InformationWindow::notifyFrameStart(float _time) in notifyFrameStart()
H A DDemo_Gui.list8 InformationWindow.h
18 InformationWindow.cpp
28 InformationWindow.h
41 InformationWindow.cpp
H A DInformationWindow.h15 class InformationWindow :
19 InformationWindow(MyGUI::Widget* _parent);
20 virtual ~InformationWindow();
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DInformationWindow.cpp12 InformationWindow::InformationWindow(MyGUI::Widget* _parent) : in InformationWindow() function in demo::InformationWindow
18 …MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &InformationWindow::notifyFr… in InformationWindow()
28 InformationWindow::~InformationWindow() in ~InformationWindow()
30 …MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &InformationWindow::notifyFr… in ~InformationWindow()
33 int InformationWindow::getRand(int _min, int _max) in getRand()
46 void InformationWindow::notifyFrameStart(float _time) in notifyFrameStart()
H A DDemo_Gui.list8 InformationWindow.h
18 InformationWindow.cpp
28 InformationWindow.h
41 InformationWindow.cpp
H A DInformationWindow.h15 class InformationWindow :
19 InformationWindow(MyGUI::Widget* _parent);
20 virtual ~InformationWindow();
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Demos/Demo_Gui/
H A DInformationWindow.cpp12 InformationWindow::InformationWindow(MyGUI::Widget* _parent) : in InformationWindow() function in demo::InformationWindow
18 …MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &InformationWindow::notifyFr… in InformationWindow()
28 InformationWindow::~InformationWindow() in ~InformationWindow()
30 …MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &InformationWindow::notifyFr… in ~InformationWindow()
33 int InformationWindow::getRand(int _min, int _max) in getRand()
46 void InformationWindow::notifyFrameStart(float _time) in notifyFrameStart()
H A DDemo_Gui.list8 InformationWindow.h
18 InformationWindow.cpp
28 InformationWindow.h
41 InformationWindow.cpp
H A DInformationWindow.h15 class InformationWindow :
19 InformationWindow(MyGUI::Widget* _parent);
20 virtual ~InformationWindow();
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/sql/drilldown/
H A Dinformationwindow.cpp44 InformationWindow::InformationWindow(int id, QSqlRelationalTableModel *offices, in InformationWindow() function in InformationWindow
110 int InformationWindow::id() in id()
117 void InformationWindow::revert() in revert()
125 void InformationWindow::submit() in submit()
142 void InformationWindow::createButtons() in createButtons()
164 void InformationWindow::enableButtons(bool enable) in enableButtons()
H A Dview.cpp128 InformationWindow *window = findWindow(id); in showInformation()
139 InformationWindow *window; in showInformation()
140 window = new InformationWindow(id, officeTable, this); in showInformation()
176 InformationWindow* View::findWindow(int id) in findWindow()
178 QList<InformationWindow*>::iterator i, beginning, end; in findWindow()
184 InformationWindow *window = (*i); in findWindow()
H A Dview.h48 class InformationWindow; variable
70 InformationWindow* findWindow(int id);
74 QList<InformationWindow *> informationWindows;
H A Dinformationwindow.h48 class InformationWindow : public QDialog
53 InformationWindow(int id, QSqlRelationalTableModel *offices,
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DLogDialog.py12 class InformationWindow: class
235 InformationWindow._init()
240 InformationWindow.newMessage(task, timestamp, message, type)
265 InformationWindow.window.connect("delete-event", _destroy_notify)
269 InformationWindow.show()
273 InformationWindow.hide()
278 InformationWindow.window.connect("delete-event", Gtk.main_quit)
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/visualizer/visualizer/plugins/
H A Dolsr.py10 from visualizer.base import InformationWindow
13 class ShowOlsrRoutingTable(InformationWindow):
37 InformationWindow.__init__(self)
H A Dipv4_routing_table.py7 from visualizer.base import InformationWindow
10 class ShowIpv4RoutingTable(InformationWindow):
35 InformationWindow.__init__(self)
H A Dinterface_statistics.py4 from visualizer.base import InformationWindow
97 class ShowInterfaceStatistics(InformationWindow):
133 InformationWindow.__init__(self)
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/pst/
H A DGUIREC.py82 InformationWindow = None variable
680 global InformationWindow
682 if InformationWindow != None:
685 if InformationWindow:
686 InformationWindow.Unload ()
687 InformationWindow = None
691 InformationWindow = Window = GemRB.LoadWindow (5)
795 InformationWindow.ShowModal (MODAL_SHADOW_GRAY)

12