CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ContentViewer.h
Go to the documentation of this file.
1 #ifndef _ContentViewer_h_
2 #define _ContentViewer_h_
3 
10 #include "xgi/Method.h"
11 #include "cgicc/HTMLClasses.h"
13 
14 class ContentViewer : public WebElement
15 {
16  private:
17 
18  public:
19 
20  ContentViewer(std::string the_url ,
21  std::string top, std::string left)
22  : WebElement(the_url, top, left)
23  {
24  }
26  {
27  }
28 
29  void printHTML(xgi::Output * out);
30  void printSelectHTML(xgi::Output * out, std::string name, std::string onchange);
31 };
32 
33 
34 #endif
void printSelectHTML(xgi::Output *out, std::string name, std::string onchange)
ContentViewer(std::string the_url, std::string top, std::string left)
position of the widget
Definition: ContentViewer.h:20
void printHTML(xgi::Output *out)
Definition: ContentViewer.cc:4
tuple out
Definition: dbtoconf.py:99
#define Output(cl)
Definition: vmac.h:193