Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Alexandre Leroux
- Wed, 05 Jul 2017 12:15:07
Show More
0
core/include/Variable/VariableController.h
core/include/Variable/VariableController.h
0
-2
@@
-53,8
+53,6
public:
53
53
signals :
54
54
/// Signal emitted when a variable is about to be deleted from the controller
55
55
void variableAboutToBeDeleted ( std :: shared_ptr < Variable > variable );
56
/// Signal emitted when a variable has been created
57
void variableCreated ( std :: shared_ptr < Variable > variable );
58
56
59
57
public slots :
60
58
/// Request the data loading of the variable whithin dateTime
0
core/include/Visualization/VisualizationController.h
core/include/Visualization/VisualizationController.h
0
-2
@@
-28,8
+28,6
public:
28
28
signals :
29
29
/// Signal emitted when a variable is about to be deleted from SciQlop
30
30
void variableAboutToBeDeleted ( std :: shared_ptr < Variable > variable );
31
/// Signal emitted when a variable has been created in SciQlop
32
void variableCreated ( std :: shared_ptr < Variable > variable );
33
31
34
32
public slots :
35
33
/// Manage init/end of the controller
0
core/src/Variable/VariableController.cpp
core/src/Variable/VariableController.cpp
0
-3
@@
-146,9
+146,6
void VariableController::createVariable(const QString &name,
146
146
147
147
connect ( provider . get (), & IDataProvider :: dataProvided , addDateTimeAcquired );
148
148
this -> onRequestDataLoading ( newVariable , dateTime );
149
150
// notify the creation
151
emit variableCreated ( newVariable );
152
149
}
153
150
}
154
151
0
gui/src/SqpApplication.cpp
gui/src/SqpApplication.cpp
0
-3
@@
-29,9
+29,6
public:
29
29
SLOT ( createVariable ( const QString & , std :: shared_ptr < IDataProvider > )));
30
30
31
31
// VariableController <-> VisualizationController
32
connect ( m_VariableController . get (), SIGNAL ( variableCreated ( std :: shared_ptr < Variable > )),
33
m_VisualizationController . get (),
34
SIGNAL ( variableCreated ( std :: shared_ptr < Variable > )));
35
32
connect ( m_VariableController . get (),
36
33
SIGNAL ( variableAboutToBeDeleted ( std :: shared_ptr < Variable > )),
37
34
m_VisualizationController . get (),
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages