KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gui_viewer_modes.h
Go to the documentation of this file.
1 /* $Id: gui_viewer_modes.h 18301 2014-11-26 19:17:13Z ksimek $ */
2 /* {{{=========================================================================== *
3  |
4  | Copyright (c) 1994-2012 by Kobus Barnard (author)
5  |
6  | Personal and educational use of this code is granted, provided that this
7  | header is kept intact, and that the authorship is not misrepresented, that
8  | its use is acknowledged in publications, and relevant papers are cited.
9  |
10  | For other use contact the author (kobus AT cs DOT arizona DOT edu).
11  |
12  | Please note that the code in this file has not necessarily been adequately
13  | tested. Naturally, there is no guarantee of performance, support, or fitness
14  | for any particular task. Nonetheless, I am interested in hearing about
15  | problems that you encounter.
16  |
17  | Author: Kyle Simek
18  * =========================================================================== }}}*/
19 
20 // vim: tabstop=4 shiftwidth=4 foldmethod=marker
21 
22 
23 #ifdef KJB_HAVE_OPENGL
24 #ifndef KJB_CPP_GUI_VIEWER_MODES_H
25 #define KJB_CPP_GUI_VIEWER_MODES_H
26 
27 #include <gui_cpp/gui_viewer.h>
28 #include <l_cpp/l_index.h>
29 
30 namespace kjb
31 {
32 namespace gui
33 {
34 
41 void enable_exclusive_display_mode(kjb::gui::Viewer& viewer, const kjb::Index_range& items);
42 
43 } // namespace kjb
44 } // namespace gui
45 
46 #endif
47 #endif /* KJB_HAVE_OPENGL */
Definition: l_index.h:65