Searched defs:UITextTable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsTextPane.h28 typedef QList<UITextTableLine> UITextTable; typedef
29 Q_DECLARE_METATYPE(UITextTable); variable
54 const UITextTable& text() const { return m_text; }
56 void setText(const UITextTable &text);
117 UITextTable m_text;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.h38 typedef QList<UITextTableLine> UITextTable; typedef
130 const UITextTable& text() const;
131 void setText(const UITextTable &text);

Completed in 43 milliseconds