Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
MatrixEditor.hpp
1
#pragma once
2
#include <Gui/RaGui.hpp>
3
4
#include <QDoubleValidator>
5
#include <QWidget>
6
7
#include <
Core/Types.hpp
>
8
#include <stack>
9
10
namespace
Ra
{
11
namespace
Gui {
12
namespace
Widgets {
16
class
RA_GUI_API
MatrixEditor
:
public
QWidget
17
{
18
Q_OBJECT
19
20
public
:
24
explicit
MatrixEditor
(
const
Ra::Core::MatrixN& matrix,
int
dec, QWidget* parent =
nullptr
);
25
MatrixEditor
(
const
MatrixEditor
& ) =
delete
;
26
MatrixEditor
& operator=(
const
MatrixEditor
& ) =
delete
;
27
MatrixEditor
(
MatrixEditor
&& ) =
delete
;
28
MatrixEditor
&& operator=(
MatrixEditor
&& ) =
delete
;
32
const
Ra::Core::MatrixN& matrix()
const
;
33
37
int
decimals
()
const
;
38
43
void
setDecimals
(
int
prec );
44
45
signals:
46
void
valueChanged(
const
Ra::Core::MatrixN& );
47
48
private
:
49
Ra::Core::MatrixN m_matrix;
50
};
51
}
// namespace Widgets
52
}
// namespace Gui
53
}
// namespace Ra
Types.hpp
Ra::Gui::Widgets::MatrixEditor
Definition:
MatrixEditor.hpp:17
Ra::Gui::Widgets::MatrixEditor::decimals
int decimals() const
Ra::Gui::Widgets::MatrixEditor::setDecimals
void setDecimals(int prec)
Ra
Definition:
Cage.cpp:3
src
Gui
Widgets
MatrixEditor.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1