Commit 67751733 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rename data_frame.{h,cc} -> data_model.{h,cc}

parent 6d7b23e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ add_library(plotfxlib STATIC
    elements/plot_points.cc
    elements/legend.cc
    common/config_helpers.cc
    common/data_frame.cc
    common/data_model.cc
    common/dimension.cc
    common/domain.cc
    common/document.cc
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include <graphics/measure.h>
#include <graphics/color.h>
#include "utils/return_code.h"
#include "common/data_frame.h"
#include "common/data_model.h"
#include "common/dimension.h"

namespace plotfx {
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
#include "data_frame.h"
#include "data_model.h"
#include <iostream>

namespace plotfx {
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include <string>
#include <unordered_map>
#include "common/domain.h"
#include "common/data_frame.h"
#include "common/data_model.h"

namespace plotfx {

Loading