Changeset 286 for cpp/frams/canvas
- Timestamp:
- 01/05/15 21:37:33 (10 years ago)
- Location:
- cpp/frams/canvas
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/canvas/canvasutil.cpp
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "canvasutil.h" -
cpp/frams/canvas/neurodiagram.cpp
r272 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "neurodiagram.h" -
cpp/frams/canvas/nn_layout.h
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #ifndef _NN_LAYOUT_H_ -
cpp/frams/canvas/nn_layout_model.cpp
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "nn_layout_model.h" -
cpp/frams/canvas/nn_layout_model.h
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #ifndef _NN_LAYOUT_MODEL_H_ -
cpp/frams/canvas/nn_simple_layout.cpp
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "nn_layout.h" -
cpp/frams/canvas/nn_smart_layout.cpp
r285 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "nn_layout.h"
Note: See TracChangeset
for help on using the changeset viewer.