Commit e5e10759 by Jessica Hawkwell

moving to new standard format

1 parent 2a9c35ed
Showing with 119 additions and 577 deletions
......@@ -24,15 +24,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
/*
* File: NitroSVG.h
* Author: jlhawkwell
*
* Created on March 16, 2020 02:49 AM
*/
#ifndef NITROSVG_H
#define NITROSVG_H
#ifndef NitroSVG_h
#define NitroSVG_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
......@@ -53,5 +53,5 @@
#include <iosfwd>
#include <string>
#endif /* NITROSVG_H */
#endif /* NitroSVG_h */
......@@ -24,13 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: BoundingBox.h
* Author: jlhawkwell
*/
#ifndef BoundingBox_h
#define BoundingBox_h
#ifndef nitrogen_svg_BoundingBox_h
#define nitrogen_svg_BoundingBox_h
#include <NitroSVG.h>
......@@ -430,5 +425,5 @@ namespace nitrogen {
}
}
#endif /* BoundingBox_h */
#endif /* nitrogen_svg_BoundingBox_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NUtils.cpp
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#include "NUtils.h"
#include <unordered_map>
......
......@@ -26,15 +26,8 @@
*
*/
/*
* File: NUtils.h
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#ifndef NUTILS_H
#define NUTILS_H
#ifndef NUtils_h
#define NUtils_h
#include "NitroWin.h"
......@@ -55,4 +48,4 @@ public:
static Window checkNitroWin(Window w);
};
#endif // NUTILS_H
#endif // NUtils_h
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWMAction.cpp
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#include "NWMAction.h"
#include "NUtils.h"
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWMAction.h
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#ifndef NWMACTION_H
#define NWMACTION_H
#ifndef NWMAction_h
#define NWMAction_h
#include "NitroWin.h"
......@@ -106,5 +99,5 @@ public:
static void onDefaultEvent(XAnyEvent e);
};
#endif /* NWMACTION_H */
#endif /* NWMAction_h */
......@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NWMANAGER_H
#define NWMANAGER_H
#ifndef NWManager_h
#define NWManager_h
#include "NitroWin.h"
#include <unordered_map>
......@@ -53,5 +53,5 @@ private:
static void onLoop(XEvent e);
};
#endif /* NWMANAGER_H */
#endif /* NWManager_h */
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NitroWin.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NITROWIN_H
#define NITROWIN_H
#ifndef NitroWin_h
#define NitroWin_h
#define NITROWIN_NAME "@PROJECT_NAME@"
#define NITROWIN_VERSION_MAJOR @Nitrogen_VERSION_MAJOR@
......@@ -52,5 +45,5 @@
#include <gc/gc_backptr.h>
#endif
#endif /* NITROWIN_H */
#endif /* NitroWin_h */
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: nde.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NDE_H
#define NDE_H
#ifndef nde_h
#define nde_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
......@@ -60,5 +53,5 @@ namespace nitrogen {
}
}
#endif /* NDE_H */
#endif /* nde_h */
......@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NPOSITION_H
#define NPOSITION_H
#ifndef nitrogen_NPosition_h
#define nitrogen_NPosition_h
#include <nde.h>
......@@ -103,4 +103,4 @@ namespace nitrogen {
};
}
#endif // NPOSITION_H
#endif /* nitrogen_NPosition_h */
......@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NSIZE_H
#define NSIZE_H
#ifndef nitrogen_NSize_h
#define nitrogen_NSize_h
#include <nde.h>
......@@ -84,4 +84,4 @@ namespace nitrogen {
};
}
#endif // NSIZE_H
#endif /* nitrogen_NSize_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NComponent.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 5:36 PM
*/
#include "NComponent.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NComponent.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 5:36 PM
*/
#ifndef NCOMPONENT_H
#define NCOMPONENT_H
#ifndef NComponent_h
#define NComponent_h
#include <ntk.h>
......@@ -46,5 +39,5 @@ namespace nitrogen {
private:
};
}
#endif /* NCOMPONENT_H */
#endif /* NComponent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Object.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:12 AM
*/
#include "Object.h"
#include <ostream>
......
......@@ -24,14 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Object.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:12 AM
*/
#ifndef OBJECT_H
#define OBJECT_H
#ifndef Object_h
#define Object_h
#include <ntk.h>
......@@ -51,4 +45,4 @@ namespace nitrogen {
};
}
#endif /* OBJECT_H */
#endif /* Object_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionEvent.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:24 AM
*/
#include "ActionEvent.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionEvent.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:24 AM
*/
#ifndef ACTIONEVENT_H
#define ACTIONEVENT_H
#ifndef nitrogen_nwt_ActionEvent_h
#define nitrogen_nwt_ActionEvent_h
#include <ntk.h>
#include <nitrogen/nwt/NWTEvent.h>
......@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif /* ACTIONEVENT_H */
#endif /* nitrogen_nwt_ActionEvent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionListener.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:43 AM
*/
#include "ActionListener.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionListener.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:43 AM
*/
#ifndef ACTIONLISTENER_H
#define ACTIONLISTENER_H
#ifndef nitrogen_nwt_ActionListener_h
#define nitrogen_nwt_ActionListener_h
#include <ntk.h>
#include <nitrogen/nwt/EventListener.h>
......@@ -52,5 +45,5 @@ namespace nitrogen {
}
}
#endif /* ACTIONLISTENER_H */
#endif /* nitrogen_nwt_ActionListener_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Border.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:44 PM
*/
#include "nitrogen/nwt/Border.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Border.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:44 PM
*/
#ifndef BORDER_H
#define BORDER_H
#ifndef nitrogen_nwt_Border_h
#define nitrogen_nwt_Border_h
#include <ntk.h>
......@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif /* BORDER_H */
#endif /* nitrogen_nwt_Border_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Color.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 7:19 PM
*/
#include "Color.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Color.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 7:19 PM
*/
#ifndef COLOR_H
#define COLOR_H
#ifndef nitrogen_nwt_Color_h
#define nitrogen_nwt_Color_h
#include <ntk.h>
......@@ -91,5 +84,5 @@ namespace nitrogen {
}
}
#endif /* COLOR_H */
#endif /* nitrogen_nwt_Color_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Component.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 6:04 PM
*/
#include "Component.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Component.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 6:04 PM
*/
#ifndef COMPONENT_H
#define COMPONENT_H
#ifndef nitrogen_nwt_Component_h
#define nitrogen_nwt_Component_h
#include <ntk.h>
......@@ -121,5 +114,5 @@ namespace nitrogen {
};
}
}
#endif /* COMPONENT_H */
#endif /* nitrogen_nwt_Component_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:20 PM
*/
#include "ComponentEvent.h"
#include <nitrogen/nwt/Component.h>
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:20 PM
*/
#ifndef COMPONENTEVENT_H
#define COMPONENTEVENT_H
#ifndef nitrogen_nwt_ComponentEvent_h
#define nitrogen_nwt_ComponentEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
......@@ -54,5 +47,5 @@ namespace nitrogen {
}
}
#endif /* COMPONENTEVENT_H */
#endif /* nitrogen_nwt_ComponentEvent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Container.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:30 AM
*/
#include "Container.h"
#include "Insets.h"
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Container.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:30 AM
*/
#ifndef CONTAINER_H
#define CONTAINER_H
#ifndef nitrogen_nwt_Container_h
#define nitrogen_nwt_Container_h
#include <ntk.h>
......@@ -70,5 +63,5 @@ namespace nitrogen {
}
}
#endif /* CONTAINER_H */
#endif /* nitrogen_nwt_Container_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Dimension.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:30 AM
*/
#include "Dimension.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Dimension.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:30 AM
*/
#ifndef DIMENSION_H
#define DIMENSION_H
#ifndef nitrogen_nwt_Dimension_h
#define nitrogen_nwt_Dimension_h
#include <ntk.h>
......@@ -65,5 +58,5 @@ namespace nitrogen {
}
}
#endif /* DIMENSION_H */
#endif /* nitrogen_nwt_Dimension_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EmptyBorder.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:49 PM
*/
#include "EmptyBorder.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EmptyBorder.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:49 PM
*/
#ifndef EMPTYBORDER_H
#define EMPTYBORDER_H
#ifndef nitrogen_nwt_EmptyBorder_h
#define nitrogen_nwt_EmptyBorder_h
#include <ntk.h>
#include <nitrogen/nwt/Border.h>
......@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif /* EMPTYBORDER_H */
#endif /* nitrogen_nwt_EmptyBorder_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventListener.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 7:58 PM
*/
#include "EventListener.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventListener.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 7:58 PM
*/
#ifndef EVENTLISTENER_H
#define EVENTLISTENER_H
#ifndef nitrogen_nwt_EventListener_h
#define nitrogen_nwt_EventListener_h
#include <ntk.h>
......@@ -50,5 +43,5 @@ namespace nitrogen {
}
}
#endif /* EVENTLISTENER_H */
#endif /* nitrogen_nwt_EventListener_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventObject.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:36 PM
*/
#include "EventObject.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventObject.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:36 PM
*/
#ifndef EVENTOBJECT_H
#define EVENTOBJECT_H
#ifndef nitrogen_nwt_EventObject_h
#define nitrogen_nwt_EventObject_h
#include <ntk.h>
......@@ -57,5 +50,5 @@ namespace nitrogen {
}
}
#endif /* EVENTOBJECT_H */
#endif /* nitrogen_nwt_EventObject_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FlowLayout.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 8:53 PM
*/
#include "FlowLayout.h"
#include "Insets.h"
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FlowLayout.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 8:53 PM
*/
#ifndef FLOWLAYOUT_H
#define FLOWLAYOUT_H
#ifndef nitrogen_nwt_FlowLayout_h
#define nitrogen_nwt_FlowLayout_h
#include <ntk.h>
......@@ -79,5 +72,5 @@ namespace nitrogen {
}
}
#endif /* FLOWLAYOUT_H */
#endif /* nitrogen_nwt_FlowLayout_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Font.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:02 PM
*/
#include "Font.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Font.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:02 PM
*/
#ifndef FONT_H
#define FONT_H
#ifndef nitrogen_nwt_Font_h
#define nitrogen_nwt_Font_h
#include <ntk.h>
......@@ -64,5 +57,5 @@ namespace nitrogen {
};
}
}
#endif /* FONT_H */
#endif /* nitrogen_nwt_Font_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FontMetrics.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:46 PM
*/
#include "FontMetrics.h"
#include <ntk.h>
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FontMetrics.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:46 PM
*/
#ifndef FONTMETRICS_H
#define FONTMETRICS_H
#ifndef nitrogen_nwt_FontMetrics_h
#define nitrogen_nwt_FontMetrics_h
#include <ntk.h>
......@@ -64,5 +57,5 @@ namespace nitrogen {
}
}
#endif /* FONTMETRICS_H */
#endif /* nitrogen_nwt_FontMetrics_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Graphics.cpp
* Author: jlhawkwell
*
* Created on March 17, 2018, 2:16 PM
*/
#include "Graphics.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Graphics.h
* Author: jlhawkwell
*
* Created on March 17, 2018, 2:16 PM
*/
#ifndef GRAPHICS_H
#define GRAPHICS_H
#ifndef nitrogen_nwt_Graphics_h
#define nitrogen_nwt_Graphics_h
#include <ntk.h>
......@@ -80,5 +73,5 @@ namespace nitrogen {
};
}
}
#endif /* GRAPHICS_H */
#endif /* nitrogen_nwt_Graphics_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: GridLayout.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:46 PM
*/
#include "GridLayout.h"
#include "Insets.h"
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: GridLayout.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:46 PM
*/
#ifndef GRIDLAYOUT_H
#define GRIDLAYOUT_H
#ifndef nitrogen_nwt_GridLayout_h
#define nitrogen_nwt_GridLayout_h
#include <ntk.h>
......@@ -71,5 +64,5 @@ namespace nitrogen {
}
}
#endif /* GRIDLAYOUT_H */
#endif /* nitrogen_nwt_GridLayout_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: InputEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:41 PM
*/
#include "InputEvent.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: InputEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:41 PM
*/
#ifndef INPUTEVENT_H
#define INPUTEVENT_H
#ifndef nitrogen_nwt_InputEvent_h
#define nitrogen_nwt_InputEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
......@@ -60,5 +53,5 @@ namespace nitrogen {
}
}
#endif /* INPUTEVENT_H */
#endif /* nitrogen_nwt_InputEvent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Insets.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:53 PM
*/
#include "Insets.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Insets.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:53 PM
*/
#ifndef INSETS_H
#define INSETS_H
#ifndef nitrogen_nwt_Insets_h
#define nitrogen_nwt_Insets_h
#include <ntk.h>
......@@ -65,5 +58,5 @@ namespace nitrogen {
}
}
#endif /* INSETS_H */
#endif /* nitrogen_nwt_Insets_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: LayoutManager.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:40 AM
*/
#include "LayoutManager.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: LayoutManager.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:40 AM
*/
#ifndef LAYOUTMANAGER_H
#define LAYOUTMANAGER_H
#ifndef nitrogen_nwt_LayoutManager_h
#define nitrogen_nwt_LayoutManager_h
#include <ntk.h>
......@@ -57,5 +50,5 @@ namespace nitrogen {
}
}
#endif /* LAYOUTMANAGER_H */
#endif /* nitrogen_nwt_LayoutManager_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseAdapter.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:22 PM
*/
#include "MouseAdapter.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseAdapter.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:22 PM
*/
#ifndef MOUSEADAPTER_H
#define MOUSEADAPTER_H
#ifndef nitrogen_nwt_MouseAdapter_h
#define nitrogen_nwt_MouseAdapter_h
#include <ntk.h>
......@@ -56,4 +49,4 @@ namespace nitrogen {
}
}
#endif /* MOUSEADAPTER_H */
#endif /* nitrogen_nwt_MouseAdapter_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:10 PM
*/
#include "MouseEvent.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:10 PM
*/
#ifndef MOUSEEVENT_H
#define MOUSEEVENT_H
#ifndef nitrogen_nwt_MouseEvent_h
#define nitrogen_nwt_MouseEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
......@@ -80,5 +73,5 @@ namespace nitrogen {
}
}
#endif /* MOUSEEVENT_H */
#endif /* nitrogen_nwt_MouseEvent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseListener.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:37 PM
*/
#include "MouseListener.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseListener.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:37 PM
*/
#ifndef MOUSELISTENER_H
#define MOUSELISTENER_H
#ifndef nitrogen_nwt_MouseListener_h
#define nitrogen_nwt_MouseListener_h
#include <ntk.h>
......@@ -56,4 +49,4 @@ namespace nitrogen {
}
}
#endif /* MOUSELISTENER_H */
#endif /* nitrogen_nwt_MouseListener_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWTEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:35 PM
*/
#include "NWTEvent.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWTEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:35 PM
*/
#ifndef NWTEVENT_H
#define NWTEVENT_H
#ifndef nitrogen_nwt_NWTEvent_h
#define nitrogen_nwt_NWTEvent_h
#include <ntk.h>
#include <nitrogen/nwt/EventObject.h>
......@@ -61,5 +54,5 @@ namespace nitrogen {
}
}
#endif /* NWTEVENT_H */
#endif /* nitrogen_nwt_NWTEvent_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NativeGraphics.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:16 PM
*/
#include "NativeGraphics.h"
#include <X11/Xlib.h>
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NativeGraphics.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:16 PM
*/
#ifndef NATIVEGRAPHICS_H
#define NATIVEGRAPHICS_H
#ifndef nitrogen_nwt_NativeGraphics_h
#define nitrogen_nwt_NativeGraphics_h
#include <ntk.h>
......@@ -104,5 +97,5 @@ namespace nitrogen {
}
}
#endif /* NATIVEGRAPHICS_H */
#endif /* nitrogen_nwt_NativeGraphics_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Point.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:44 AM
*/
#include "Point.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Point.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:44 AM
*/
#ifndef POINT_H
#define POINT_H
#ifndef nitrogen_nwt_Point_h
#define nitrogen_nwt_Point_h
#include <ntk.h>
......@@ -66,5 +59,5 @@ namespace nitrogen {
}
}
#endif /* POINT_H */
#endif /* nitrogen_nwt_Point_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Rectangle.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 11:24 AM
*/
#include "Rectangle.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Rectangle.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 11:24 AM
*/
#ifndef RECTANGLE_H
#define RECTANGLE_H
#ifndef nitrogen_nwt_Rectangle_h
#define nitrogen_nwt_Rectangle_h
#include <ntk.h>
......@@ -66,5 +59,5 @@ namespace nitrogen {
}
}
#endif /* RECTANGLE_H */
#endif /* nitrogen_nwt_Rectangle_h */
......@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentRenderer.cpp
* Author: jlhawkwell
*
* Created on March 25, 2018, 3:21 PM
*/
#include "ComponentRenderer.h"
namespace nitrogen {
......
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentRenderer.h
* Author: jlhawkwell
*
* Created on March 25, 2018, 3:21 PM
*/
#ifndef COMPONENTRENDERER_H
#define COMPONENTRENDERER_H
#ifndef nitrogen_util_ComponentRenderer_h
#define nitrogen_util_ComponentRenderer_h
#include <ntk.h>
......@@ -73,4 +66,4 @@ namespace nitrogen {
}
}
#endif /* COMPONENTRENDERER_H */
#endif /* nitrogen_util_ComponentRenderer_h */
......@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ntk.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NTK_H
#define NTK_H
#ifndef ntk_h
#define ntk_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
......@@ -64,5 +57,5 @@ namespace nitrogen {
void init();
}
#endif /* NTK_H */
#endif /* ntk_h */
......@@ -23,6 +23,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <ntk.h>
#include <X11/Xlib.h>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!