include/GUI/UZIMainWindow.hpp

Go to the documentation of this file.
00001 #ifndef hpp_CPP_UZIMainWindow_CPP_hpp
00002 #define hpp_CPP_UZIMainWindow_CPP_hpp
00003 
00004 // We need base stuff
00005 #include "UZIBase.hpp"
00006 
00008 namespace UZI
00009 {
00012     class MainWindow  : public juce::DocumentWindow
00013     {
00014         // Construction and destruction
00015     public:
00016         MainWindow();
00017         ~MainWindow();
00018 
00019         // Interface
00020     public:
00022         void closeButtonPressed();
00023 
00024         // Members
00025     public:
00027         juce::ApplicationCommandManager* commandManager;
00028     };
00029 }
00030 
00031 #endif  

(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is