Home
last modified time | relevance | path

Searched refs:TextRootWidget (Results 1 – 11 of 11) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dtextrootwidget.cpp24 TextRootWidget::TextRootWidget(TextCanvas *cv) : RootWidget(), _canvas(cv), _drawRequest(false) in TextRootWidget() function in de::shell::TextRootWidget
30 TextRootWidget::~TextRootWidget() in ~TextRootWidget()
35 TextCanvas &TextRootWidget::rootCanvas() in rootCanvas()
40 void TextRootWidget::setViewSize(Size const &viewSize) in setViewSize()
48 TextWidget *TextRootWidget::focus() const in focus()
53 void TextRootWidget::requestDraw() in requestDraw()
58 bool TextRootWidget::drawWasRequested() const in drawWasRequested()
63 void TextRootWidget::draw() in draw()
H A Dtextwidget.cpp62 bool navigateFocus(TextRootWidget &root, String const &name) in DENG2_PIMPL_NOREF()
80 TextRootWidget &TextWidget::root() const in root()
82 TextRootWidget *r = dynamic_cast<TextRootWidget *>(&Widget::root()); in root()
H A Ddialogwidget.cpp51 int DialogWidget::exec(TextRootWidget &root) in exec()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/include/de/shell/
H A Dtextrootwidget.h39 class LIBSHELL_PUBLIC TextRootWidget : public RootWidget
48 TextRootWidget(TextCanvas *cv);
49 ~TextRootWidget();
H A Dtextwidget.h31 class TextRootWidget; variable
57 TextRootWidget &root() const;
H A Ddialogwidget.h47 int exec(TextRootWidget &root);
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell-text/src/
H A Dcursesapp.cpp86 TextRootWidget *rootWidget; in DENG2_PIMPL()
100 rootWidget = new TextRootWidget(new CursesTextCanvas(rootSize, rootWin)); in DENG2_PIMPL()
418 TextRootWidget &CursesApp::rootWidget() in rootWidget()
H A Dcursesapp.h34 de::shell::TextRootWidget &rootWidget();
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell/src/
H A Dqtrootwidget.h40 de::shell::TextRootWidget &rootWidget();
H A Dqtrootwidget.cpp50 TextRootWidget root; in DENG2_PIMPL()
122 TextRootWidget &QtRootWidget::rootWidget() in rootWidget()
H A Dconsolepage.cpp36 TextRootWidget &root = _root->rootWidget(); in ConsolePage()