Qwt User's Guide 6.3.0
Loading...
Searching...
No Matches
qwt_axis_id.h
1/******************************************************************************
2 * Qwt Widget Library
3 * Copyright (C) 1997 Josef Wilgen
4 * Copyright (C) 2002 Uwe Rathmann
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the Qwt License, Version 1.0
8 *****************************************************************************/
9
10#ifndef QWT_AXIS_ID_H
11#define QWT_AXIS_ID_H
12
13#include "qwt_global.h"
14#include "qwt_axis.h"
15
26typedef int QwtAxisId;
27
28#endif