Home
last modified time | relevance | path

Searched refs:InfoWindow (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/editors/micro/micro-2.0.10/internal/display/
H A Dinfowindow.go13 type InfoWindow struct { struct
20 func (i *InfoWindow) errStyle() tcell.Style { argument
43 iw := new(InfoWindow)
53 func (i *InfoWindow) Resize(w, h int) { argument
64 func (i *InfoWindow) SetView(v *View) {} argument
65 func (i *InfoWindow) SetActive(b bool) {} argument
75 func (i *InfoWindow) BufView() View { argument
92 func (i *InfoWindow) Clear() { argument
98 func (i *InfoWindow) displayBuffer() { argument
197 func (i *InfoWindow) totalSize() int { argument
[all …]
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dinfo_window.cpp22 InfoWindow::InfoWindow(QWidget *parent) : in InfoWindow() function in InfoWindow
24 ui(new Ui::InfoWindow) in InfoWindow()
32 InfoWindow::~InfoWindow() in ~InfoWindow()
37 void InfoWindow::RetranslateUi() in RetranslateUi()
43 void InfoWindow::SetMoreInfoText(QString str) in SetMoreInfoText()
48 void InfoWindow::SetEmu64VersionText(QString str) in SetEmu64VersionText()
H A Dinfo_window.h22 class InfoWindow; variable
25 class InfoWindow : public QDialog
30 explicit InfoWindow(QWidget *parent = 0);
31 ~InfoWindow();
37 Ui::InfoWindow *ui;
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dinfowindow.cpp25 InfoWindow::InfoWindow( QWidget* parent ) in InfoWindow() function in InfoWindow
36 InfoWindow::~InfoWindow() { in ~InfoWindow()
39 void InfoWindow::setHtml(QString text) { in setHtml()
43 QString InfoWindow::html() { in html()
47 void InfoWindow::clear() { in clear()
H A Dinfowindow.h24 class InfoWindow : public QWidget, public Ui::InfoWindow
29 InfoWindow(QWidget* parent = 0);
30 ~InfoWindow();
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dinfowindow.cpp28 BEGIN_EVENT_TABLE(InfoWindow, wxInfoWindowBase)
29 EVT_TIMER(-1, InfoWindow::OnTimer)
30 EVT_MOTION(InfoWindow::OnMove)
31 EVT_LEFT_DOWN(InfoWindow::OnClick)
32 EVT_RIGHT_DOWN(InfoWindow::OnClick)
159 InfoWindow::InfoWindow(const wxString& title, const wxString& message, unsigned int delay, unsigned… in BEGIN_EVENT_TABLE()
238 InfoWindow::~InfoWindow() in ~InfoWindow()
246 void InfoWindow::OnTimer(cb_unused wxTimerEvent& e) in OnTimer()
281 void InfoWindow::OnMove(cb_unused wxMouseEvent& e) in OnMove()
287 void InfoWindow::OnClick(cb_unused wxMouseEvent& e) in OnClick()
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dinfowindow.cpp31 InfoWindow::InfoWindow(std::string const & URI, Main::Settings const & settings, Ui::Screen & scree… in InfoWindow() function in InfoWindow
38 InfoWindow::~InfoWindow() in ~InfoWindow()
42 void InfoWindow::Print(uint32_t line) const in Print()
122 void InfoWindow::AddLine(uint32_t line, uint32_t count, bool scroll) in AddLine()
127 void InfoWindow::DeleteLine(uint32_t line, uint32_t count, bool scroll) in DeleteLine()
132 void InfoWindow::Save(std::string const & name) in Save()
137 void InfoWindow::Edit() in Edit()
143 void InfoWindow::Redraw() in Redraw()
H A Dinfowindow.hpp31 class InfoWindow : public SongWindow class
34InfoWindow(std::string const & URI, Main::Settings const & settings, Ui::Screen & screen, Mpc::Cli…
35 virtual ~InfoWindow();
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dfunctions_identify.c216 if(Scr->InfoWindow.mapped) { in Identify()
217 XUnmapWindow(dpy, Scr->InfoWindow.win); in Identify()
219 Scr->InfoWindow.mapped = false; in Identify()
223 Scr->InfoWindow.lines = n; in Identify()
248 XMapRaised(dpy, Scr->InfoWindow.win); in Identify()
249 Scr->InfoWindow.mapped = true; in Identify()
250 Scr->InfoWindow.width = width; in Identify()
251 Scr->InfoWindow.height = height; in Identify()
265 Draw3DBorder(Scr->InfoWindow.win, 0, 0, in draw_info_window()
266 Scr->InfoWindow.width, Scr->InfoWindow.height, in draw_info_window()
[all …]
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dinfo.cc37 InfoWindow *_w;
53 InfoWindow::update(GtkWidget *w, InfoWindow *self) in update()
69 InfoWindow::do_update_cpu(void) in do_update_cpu()
127 InfoWindow::do_update_pio(void) in do_update_pio()
160 InfoWindow::do_update_ctc(void) in do_update_ctc()
177 InfoWindow::do_update(int page) in do_update()
193 InfoWindow::InfoWindow(void) in InfoWindow() function in InfoWindow
198 InfoWindow::~InfoWindow(void) in ~InfoWindow()
384 InfoWindow::create_page_pio() in create_page_pio()
457 InfoWindow::create_page_ctc() in create_page_ctc()
[all …]
/dports/multimedia/audacious/audacious-4.1/src/libaudqt/
H A Dinfowin-qt.cc99 class InfoWindow : public QDialog class
102 InfoWindow(QWidget * parent = nullptr);
115 const HookReceiver<InfoWindow, const char *> art_hook{
116 "art ready", this, &InfoWindow::displayImage};
119 InfoWindow::InfoWindow(QWidget * parent) : QDialog(parent) in InfoWindow() function in audqt::InfoWindow
176 void InfoWindow::fillInfo(Index<PlaylistAddItem> && items, in fillInfo()
200 void InfoWindow::displayImage(const char * filename) in displayImage()
207 static QPointer<InfoWindow> s_infowin;
213 s_infowin = new InfoWindow; in show_infowin()
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Dinfo.h27 class InfoWindow : public UI_Gtk_Window
90 static void update(GtkWidget *w, InfoWindow *self);
92 gint page_num, InfoWindow *self);
99 InfoWindow(void);
100 virtual ~InfoWindow(void);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCParameterTooltip.h89 auto frameCol = skin->getColor(Colors::InfoWindow::Border); in draw()
90 auto bgCol = skin->getColor(Colors::InfoWindow::Background); in draw()
92 auto txtCol = skin->getColor(Colors::InfoWindow::Text); in draw()
93 auto mpCol = skin->getColor(Colors::InfoWindow::Modulation::Positive); in draw()
94 auto mnCol = skin->getColor(Colors::InfoWindow::Modulation::Negative); in draw()
95 auto mpValCol = skin->getColor(Colors::InfoWindow::Modulation::ValuePositive); in draw()
96 auto mnValCol = skin->getColor(Colors::InfoWindow::Modulation::ValueNegative); in draw()
/dports/deskutils/flameshot/flameshot-0.10.2/src/widgets/
H A Dinfowindow.cpp19 InfoWindow::InfoWindow(QWidget* parent) in InfoWindow() function in InfoWindow
39 void InfoWindow::initLabels() in initLabels()
67 void InfoWindow::keyPressEvent(QKeyEvent* e) in keyPressEvent()
H A Dinfowindow.h10 class InfoWindow : public QWidget
14 explicit InfoWindow(QWidget* parent = nullptr);
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dinfowindow.h39 class DLLIMPORT InfoWindow : public wxInfoWindowBase
41InfoWindow(const wxString& title, const wxString& message, unsigned int delay, unsigned int hyster…
42 ~InfoWindow() override;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java42 public abstract class InfoWindow extends Window { class
46 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
128 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
130 InfoWindow.super.hide(); in doClose()
149 public static class Tooltip extends InfoWindow {
151 public interface LiveArguments extends InfoWindow.LiveArguments {
242 public static class Balloon extends InfoWindow {
244 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java42 public abstract class InfoWindow extends Window { class
46 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
128 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
130 InfoWindow.super.hide(); in doClose()
149 public static class Tooltip extends InfoWindow {
151 public interface LiveArguments extends InfoWindow.LiveArguments {
242 public static class Balloon extends InfoWindow {
244 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayerview.h69 class KDE_NO_EXPORT InfoWindow : public QTextEdit {
71 InfoWindow (QWidget * parent, View * view);
116 KDE_NO_EXPORT InfoWindow * infoPanel () const { return m_infopanel; } in infoPanel()
171 InfoWindow * m_infopanel;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java62 public abstract class InfoWindow extends Window { class
66 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
149 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
151 InfoWindow.super.hide(); in doClose()
171 public static class Tooltip extends InfoWindow {
173 public interface LiveArguments extends InfoWindow.LiveArguments {
266 public static class Balloon extends InfoWindow {
268 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java62 public abstract class InfoWindow extends Window { class
66 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
149 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
151 InfoWindow.super.hide(); in doClose()
171 public static class Tooltip extends InfoWindow {
173 public interface LiveArguments extends InfoWindow.LiveArguments {
266 public static class Balloon extends InfoWindow {
268 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java61 public abstract class InfoWindow extends Window { class
65 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
148 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
150 InfoWindow.super.hide(); in doClose()
170 public static class Tooltip extends InfoWindow {
172 public interface LiveArguments extends InfoWindow.LiveArguments {
265 public static class Balloon extends InfoWindow {
267 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java62 public abstract class InfoWindow extends Window { class
66 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
149 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
151 InfoWindow.super.hide(); in doClose()
171 public static class Tooltip extends InfoWindow {
173 public interface LiveArguments extends InfoWindow.LiveArguments {
266 public static class Balloon extends InfoWindow {
268 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java62 public abstract class InfoWindow extends Window { class
66 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
149 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
151 InfoWindow.super.hide(); in doClose()
171 public static class Tooltip extends InfoWindow {
173 public interface LiveArguments extends InfoWindow.LiveArguments {
267 public static class Balloon extends InfoWindow {
269 public interface LiveArguments extends InfoWindow.LiveArguments {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java62 public abstract class InfoWindow extends Window { class
66 protected InfoWindow(Frame parent, Color borderColor) { in InfoWindow() method in InfoWindow
149 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { in doClose()
151 InfoWindow.super.hide(); in doClose()
171 public static class Tooltip extends InfoWindow {
173 public interface LiveArguments extends InfoWindow.LiveArguments {
266 public static class Balloon extends InfoWindow {
268 public interface LiveArguments extends InfoWindow.LiveArguments {

12345678