popup_common_fwd.hpp
Go to the documentation of this file.
00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 or a copy at http://stlab.adobe.com/licenses.html) 00005 */ 00006 00007 /****************************************************************************************************/ 00008 00009 #ifndef ADOBE_POPUP_COMMON_FWD_HPP 00010 #define ADOBE_POPUP_COMMON_FWD_HPP 00011 00012 /****************************************************************************************************/ 00013 00014 #include <boost/function.hpp> 00015 00016 #include <adobe/any_regular.hpp> 00017 #include <adobe/widget_attributes.hpp> 00018 00019 /****************************************************************************************************/ 00020 00021 namespace adobe { 00022 00023 /****************************************************************************************************/ 00024 00025 typedef boost::function<void (const any_regular_t&)> popup_setter_type; 00026 typedef boost::function<void (const any_regular_t&, modifiers_t)> popup_extended_setter_type; 00027 00028 /****************************************************************************************************/ 00029 00030 } // namespace adobe 00031 00032 /****************************************************************************************************/ 00033 00034 // ADOBE_POPUP_COMMON_HPP 00035 #endif 00036 00037 /****************************************************************************************************/ |