Move PAGE_INFO to kicommon
This commit is contained in:
parent
f53c3f895d
commit
8eb6123985
|
@ -117,6 +117,7 @@ set( KICOMMON_SRCS
|
||||||
lset.cpp
|
lset.cpp
|
||||||
markup_parser.cpp
|
markup_parser.cpp
|
||||||
netclass.cpp
|
netclass.cpp
|
||||||
|
page_info.cpp
|
||||||
paths.cpp
|
paths.cpp
|
||||||
richio.cpp
|
richio.cpp
|
||||||
string_utils.cpp
|
string_utils.cpp
|
||||||
|
@ -490,7 +491,6 @@ set( COMMON_SRCS
|
||||||
marker_base.cpp
|
marker_base.cpp
|
||||||
notifications_manager.cpp
|
notifications_manager.cpp
|
||||||
origin_transforms.cpp
|
origin_transforms.cpp
|
||||||
page_info.cpp
|
|
||||||
printout.cpp
|
printout.cpp
|
||||||
project.cpp
|
project.cpp
|
||||||
ptree.cpp
|
ptree.cpp
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#ifndef PAGE_INFO_H
|
#ifndef PAGE_INFO_H
|
||||||
#define PAGE_INFO_H
|
#define PAGE_INFO_H
|
||||||
|
|
||||||
|
#include <kicommon.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <math/vector2d.h>
|
#include <math/vector2d.h>
|
||||||
|
|
||||||
|
@ -54,7 +55,7 @@ class OUTPUTFORMATTER;
|
||||||
*
|
*
|
||||||
* @author Dick Hollenbeck
|
* @author Dick Hollenbeck
|
||||||
*/
|
*/
|
||||||
class PAGE_INFO
|
class KICOMMON_API PAGE_INFO
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PAGE_INFO( const wxString& aType = PAGE_INFO::A3, bool IsPortrait = false );
|
PAGE_INFO( const wxString& aType = PAGE_INFO::A3, bool IsPortrait = false );
|
||||||
|
|
Loading…
Reference in New Issue