Home
last modified time | relevance | path

Searched refs:OutputWindow (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkOutputWindow.cxx33 OutputWindow::Pointer OutputWindow:: m_Instance = nullptr;
38 OutputWindow
39 ::OutputWindow() in OutputWindow() function in itk::OutputWindow
44 OutputWindow
78 OutputWindow
93 OutputWindow
113 OutputWindow::Pointer
114 OutputWindow
124 OutputWindow::m_Instance = new OutputWindow; in GetInstance()
136 OutputWindow
[all …]
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DOutputWindow.cpp30 OutputWindow::OutputWindow( QWidget * parent ): in OutputWindow() function in OutputWindow
32 _ui( new Ui::OutputWindow ), in OutputWindow()
55 OutputWindow::~OutputWindow() in ~OutputWindow()
149 void OutputWindow::clearOutput() in clearOutput()
177 void OutputWindow::readStdout() in readStdout()
186 void OutputWindow::readStderr() in readStderr()
302 void OutputWindow::closeIfDone() in closeIfDone()
351 void OutputWindow::zoomIn() in zoomIn()
357 void OutputWindow::zoomOut() in zoomOut()
363 void OutputWindow::resetZoom() in resetZoom()
[all …]
H A DOutputWindow.h37 class OutputWindow: public QDialog
46 OutputWindow( QWidget * parent );
51 virtual ~OutputWindow();
338 Ui::OutputWindow * _ui;
359 stream << OutputWindow::command( process );
H A DCleanup.h18 class OutputWindow; variable
325 void execute( FileInfo * item, OutputWindow * outputWindow );
333 void executeRecursive( FileInfo *item, OutputWindow * outputWindow );
344 QString chooseShell( OutputWindow * outputWindow ) const;
411 OutputWindow * outputWindow) const;
/dports/graphics/radiance/radiance-baf2c40/src/
H A DOutputWindow.cpp9 OutputWindow::OutputWindow(QSharedPointer<OutputNode> videoNode) in OutputWindow() function in OutputWindow
32 void OutputWindow::putOnScreen() { in putOnScreen()
37 QString OutputWindow::screenName() { in screenName()
41 QSize OutputWindow::screenSize() { in screenSize()
64 void OutputWindow::reload() { in reload()
87 bool OutputWindow::found() { in found()
91 bool OutputWindow::shown() { in shown()
95 void OutputWindow::setShown(bool shown) { in setShown()
106 void OutputWindow::initializeGL() in initializeGL()
136 void OutputWindow::paintGL() { in paintGL()
[all …]
H A DScreenOutputNode.cpp13 auto ow = new OutputWindow(qSharedPointerCast<OutputNode>(sharedFromThis())); in init()
14 m_outputWindow = QSharedPointer<OutputWindow>(ow, &QObject::deleteLater); in init()
15 …connect(m_outputWindow.data(), &OutputWindow::screenNameChanged, this, &ScreenOutputNode::screenNa… in init()
16 …connect(m_outputWindow.data(), &OutputWindow::screenSizeChanged, this, &ScreenOutputNode::onScreen… in init()
17 …connect(m_outputWindow.data(), &OutputWindow::shownChanged, this, &ScreenOutputNode::shownChanged); in init()
18 …connect(m_outputWindow.data(), &OutputWindow::foundChanged, this, &ScreenOutputNode::foundChanged); in init()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/
H A Doutputwindow.cpp5 OutputWindow::OutputWindow(QWindow* parent) in OutputWindow() function in OutputWindow
14 void OutputWindow::ShowFullScreenCursor() in ShowFullScreenCursor()
21 void OutputWindow::DismissFullScreenCursor() in DismissFullScreenCursor()
28 void OutputWindow::keyPressEvent(QKeyEvent* ev) in keyPressEvent()
33 void OutputWindow::keyReleaseEvent(QKeyEvent* ev) in keyReleaseEvent()
38 void OutputWindow::exposeEvent(QExposeEvent* ev) in exposeEvent()
47 void OutputWindow::focusOutEvent(QFocusEvent* event) in focusOutEvent()
51 void OutputWindow::focusInEvent(QFocusEvent* event) in focusInEvent()
56 void OutputWindow::activeStateChanged() in activeStateChanged()
68 void OutputWindow::mouseMoveEvent(QMouseEvent* ev) in mouseMoveEvent()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/test/
H A DitkThresholdImageFilterTest.cxx29 itk::OutputWindow::SetInstance(itk::TextOutput::New()); in itkThresholdImageFilterTest()
77 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
81 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
101 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
105 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
126 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
130 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
178 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
193 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
210 itk::OutputWindow::GetInstance()->DisplayText( os->str().c_str() ); in itkThresholdImageFilterTest()
[all …]
/dports/x11-fm/xdiskusage/xdiskusage-1.54/
H A Dxdiskusage.C372 OutputWindow* d = (OutputWindow*)o; in close_cb()
1031 OutputWindow* d = (OutputWindow*)(o->window()); in copy_cb()
1043 OutputWindow::~OutputWindow() { in ~OutputWindow()
1048 OutputWindow* d = (OutputWindow*)(o->window()); in setroot_cb()
1053 OutputWindow* d = (OutputWindow*)(o->window()); in root_cb()
1059 OutputWindow* d = (OutputWindow*)(o->window()); in out_cb()
1065 OutputWindow* d = (OutputWindow*)(o->window()); in in_cb()
1075 OutputWindow* d = (OutputWindow*)(o->window()); in next_cb()
1084 OutputWindow* d = (OutputWindow*)(o->window()); in previous_cb()
1097 OutputWindow* d = (OutputWindow*)(o->window()); in hide_cb()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Doutputwindow.cpp86 OutputWindow::FilterModeFlags filterMode = OutputWindow::FilterModeFlag::Default;
95 OutputWindow::OutputWindow(Context context, const QString &settingsKey, QWidget *parent) in OutputWindow() function in Core::OutputWindow
181 OutputWindow::~OutputWindow() in ~OutputWindow()
293 float OutputWindow::fontZoom() const in fontZoom()
354 void OutputWindow::filterNewContent() in filterNewContent()
453 void OutputWindow::updateAutoScroll() in updateAutoScroll()
506 void OutputWindow::clear() in clear()
512 void OutputWindow::flush() in flush()
527 void OutputWindow::reset() in reset()
541 void OutputWindow::scrollToBottom() in scrollToBottom()
[all …]
H A Dmessageoutputwindow.cpp46 m_widget = new OutputWindow(Context(Constants::C_GENERAL_OUTPUT_PANE), zoomSettingsKey); in MessageOutputWindow()
57 connect(this, &IOutputPane::zoomInRequested, m_widget, &Core::OutputWindow::zoomIn); in MessageOutputWindow()
58 connect(this, &IOutputPane::zoomOutRequested, m_widget, &Core::OutputWindow::zoomOut); in MessageOutputWindow()
59 connect(this, &IOutputPane::resetZoomRequested, m_widget, &Core::OutputWindow::resetZoom); in MessageOutputWindow()
60 connect(this, &IOutputPane::fontChanged, m_widget, &OutputWindow::setBaseFont); in MessageOutputWindow()
61 …connect(this, &IOutputPane::wheelZoomEnabledChanged, m_widget, &OutputWindow::setWheelZoomEnabled); in MessageOutputWindow()
/dports/multimedia/zart/gmic-2.8.1/zart/src/
H A DOutputWindow.cpp56 OutputWindow::OutputWindow(MainWindow * mainwindow) : QWidget(0), _ui(new Ui::OutputWindow), _mainW… in OutputWindow() function in OutputWindow
82 OutputWindow::~OutputWindow() in ~OutputWindow()
87 void OutputWindow::keyPressEvent(QKeyEvent * e) in keyPressEvent()
100 void OutputWindow::closeEvent(QCloseEvent * e) in closeEvent()
106 void OutputWindow::onCloseClicked() in onCloseClicked()
111 void OutputWindow::onShowFullscreen(bool on) in onShowFullscreen()
130 void OutputWindow::toggleFullScreen() in toggleFullScreen()
135 ImageView * OutputWindow::imageView() in imageView()
140 void OutputWindow::showEvent(QShowEvent *) in showEvent()
/dports/multimedia/zart/zart-099554f/src/
H A DOutputWindow.cpp56 OutputWindow::OutputWindow(MainWindow * mainwindow) : QWidget(0), _ui(new Ui::OutputWindow), _mainW… in OutputWindow() function in OutputWindow
82 OutputWindow::~OutputWindow() in ~OutputWindow()
87 void OutputWindow::keyPressEvent(QKeyEvent * e) in keyPressEvent()
100 void OutputWindow::closeEvent(QCloseEvent * e) in closeEvent()
106 void OutputWindow::onCloseClicked() in onCloseClicked()
111 void OutputWindow::onShowFullscreen(bool on) in onShowFullscreen()
130 void OutputWindow::toggleFullScreen() in toggleFullScreen()
135 ImageView * OutputWindow::imageView() in imageView()
140 void OutputWindow::showEvent(QShowEvent *) in showEvent()
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Doutputwindow.cpp33 OutputWindow::OutputWindow(Main::Settings const & settings, Ui::Screen & screen, Mpc::Outputs & out… in OutputWindow() function in OutputWindow
44 OutputWindow::~OutputWindow() in ~OutputWindow()
50 void OutputWindow::Redraw() in Redraw()
59 void OutputWindow::SoftRedraw() in SoftRedraw()
72 void OutputWindow::SetOutput(uint32_t line, bool enable, uint32_t count, bool scroll) in SetOutput()
84 int32_t OutputWindow::DetermineColour(uint32_t line) const in DetermineColour()
106 void OutputWindow::AdjustScroll(Mpc::Output * output) in AdjustScroll()
112 void OutputWindow::Clear() in Clear()
H A Doutputwindow.hpp44 class OutputWindow : public Ui::SelectWindow
47OutputWindow(Main::Settings const & settings, Ui::Screen & screen, Mpc::Outputs & outputs, Mpc::Cl…
48 ~OutputWindow();
51 OutputWindow(OutputWindow & window);
52 OutputWindow & operator=(OutputWindow & window);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkOutputWindow.h44 class ITKCommon_EXPORT OutputWindow:public Object
47 ITK_DISALLOW_COPY_AND_ASSIGN(OutputWindow);
50 using Self = OutputWindow;
56 itkTypeMacro(OutputWindow, Object);
70 static void SetInstance(OutputWindow *instance);
103 OutputWindow();
104 ~OutputWindow() override;
H A DitkLoggerOutput.h50 class ITKCommon_EXPORT LoggerOutput:public OutputWindow
55 using Superclass = OutputWindow;
60 itkTypeMacro(LoggerOutput, OutputWindow);
95 itk::OutputWindow::SetInstance(this); in OverrideITKWindow()
H A DitkWin32OutputWindow.h53 class ITKCommon_EXPORT Win32OutputWindow:public OutputWindow
60 using Superclass = OutputWindow;
68 itkTypeMacro(Win32OutputWindow, OutputWindow);
H A DitkFileOutputWindow.h38 class ITKCommon_EXPORT FileOutputWindow:public OutputWindow
45 using Superclass = OutputWindow;
53 itkTypeMacro(FileOutputWindow, OutputWindow);
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/
H A Doutput_window.cpp5 OutputWindow *OutputWindow::create() in create()
7 OutputWindow *w; in create()
15 OutputWindow::OutputWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x) : Gtk::Win… in OutputWindow() function in horizon::OutputWindow
70 Gtk::TextView *OutputWindow::get_view() in get_view()
80 void OutputWindow::handle_output(const std::string &line, bool err) in handle_output()
91 void OutputWindow::clear_all() in clear_all()
H A Doutput_window.hpp8 class OutputWindow : public Gtk::Window { class
10 OutputWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x);
11 static OutputWindow *create();
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/ImageProcessing/ITK/Core/
H A DctkITKErrorLogMessageHandler.cpp47 class ctkITKOutputWindow : public OutputWindow
52 typedef OutputWindow Superclass;
60 itkTypeMacro(ctkITKOutputWindow, OutputWindow);
171 itk::OutputWindow::Pointer SavedITKOutputWindow;
225 d->SavedITKOutputWindow = itk::OutputWindow::GetInstance(); in setEnabledInternal()
226 itk::OutputWindow::SetInstance(d->CTKITKOutputWindow); in setEnabledInternal()
231 itk::OutputWindow::SetInstance(d->SavedITKOutputWindow); in setEnabledInternal()
/dports/multimedia/zart/zart-099554f/include/
H A DOutputWindow.h58 class OutputWindow : public QWidget {
61 OutputWindow(MainWindow *);
62 ~OutputWindow();
79 Ui::OutputWindow * _ui;
/dports/multimedia/zart/gmic-2.8.1/zart/include/
H A DOutputWindow.h58 class OutputWindow : public QWidget {
61 OutputWindow(MainWindow *);
62 ~OutputWindow();
79 Ui::OutputWindow * _ui;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkLoggerOutputTest.cxx69 itk::OutputWindow::GetInstance()->DisplayText("** This is from ITK OutputWindow **\n"); in itkLoggerOutputTest()
70 itk::OutputWindow::GetInstance()->DisplayDebugText("** This is from ITK OutputWindow **\n"); in itkLoggerOutputTest()
71 itk::OutputWindow::GetInstance()->DisplayWarningText("** This is from ITK OutputWindow **\n"); in itkLoggerOutputTest()
72 itk::OutputWindow::GetInstance()->DisplayErrorText("** This is from ITK OutputWindow **\n"); in itkLoggerOutputTest()
73 …itk::OutputWindow::GetInstance()->DisplayGenericOutputText("** This is from ITK OutputWindow **\n"… in itkLoggerOutputTest()

12345678910>>...27