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

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp3 * VBox Qt GUI - UIMedium class implementation.
24 # include "UIMedium.h"
35 QString UIMedium::m_sstrNullID = QUuid().toString().remove('{').remove('}');
36 QString UIMedium::m_sstrTable = QString("<table>%1</table>");
37 QString UIMedium::m_sstrRow = QString("<tr><td>%1</td></tr>");
39 UIMedium::UIMedium() function in class:UIMedium
47 UIMedium::UIMedium(const CMedium &medium, UIMediumType type) function in class:UIMedium
55 UIMedium function in class:UIMedium
63 UIMedium::UIMedium(const UIMedium &other) function in class:UIMedium
[all...]
H A DUIMedium.h2 * VBox Qt GUI - UIMedium class declaration.
35 * override some UIMedium attributes in the
80 class UIMedium class
85 * Creates NULL UIMedium which is not associated with any CMedium. */
86 UIMedium();
89 * Creates the UIMedium associated with the given @a medium of the given @a type. */
90 UIMedium(const CMedium &medium, UIMediumType type);
93 * Similarly to the previous one it creates the UIMedium associated with the
94 * given @a medium of the given @a type but sets the UIMedium @a state to passed one.
96 UIMedium(cons
366 Q_DECLARE_METATYPE(UIMedium); variable
[all...]

Completed in 43 milliseconds