Changeset 137
- Timestamp:
- 02/19/14 12:58:12 (11 years ago)
- Location:
- cpp/frams/canvas
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/canvas/nn_layout.h
r135 r137 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #ifndef _NN_LAYOUT_H_ 2 6 #define _NN_LAYOUT_H_ -
cpp/frams/canvas/nn_layout_model.cpp
r135 r137 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include "nn_layout_model.h" 2 6 -
cpp/frams/canvas/nn_layout_model.h
r135 r137 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #ifndef _NN_LAYOUT_MODEL_H_ 2 6 #define _NN_LAYOUT_MODEL_H_ -
cpp/frams/canvas/nn_simple_layout.cpp
r135 r137 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include "nn_layout.h" 2 6 #include "common/nonstd_math.h" -
cpp/frams/canvas/nn_smart_layout.cpp
r135 r137 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include "nn_layout.h" 2 6 #include <vector>
Note: See TracChangeset
for help on using the changeset viewer.