omgui::api::Notebook Class Reference

#include <omgui/api/notebook.h>

Inherits omgui::api::Panel.

Inherited by omgui::common::Notebook [virtual].

List of all members.

Public Types

typedef
omgui::initializer::NotebookData 
data_type
 Initialization data used for Notebook.
typedef omgui::Notebook wrapper_type

Public Member Functions

virtual void add_child (const Pointer< omgui::Widget > &)=0
virtual void append_page (NotebookPage page, const string &name)=0
virtual void create (const data_type &init_params)=0
virtual void destroy ()=0
virtual void enable (bool e)=0
virtual const ChildListget_child_list () const =0
virtual void * get_handle () const =0
virtual omgui::Size get_max_size () const =0
virtual omgui::Size get_min_size () const =0
virtual omgui::Size get_natural_size () const =0
virtual NotebookPage get_page (int index) const =0
virtual int get_page_count () const =0
virtual int get_page_index (NotebookPage page) const =0
virtual string get_page_name (NotebookPage page) const =0
virtual Pointer< omgui::Panelget_parent () const =0
virtual Pointer< omgui::Windowget_parent_window () const =0
virtual omgui::Point get_position () const =0
virtual omgui::Rect get_rect () const =0
virtual NotebookPage get_selected_page () const =0
virtual omgui::Size get_size () const =0
virtual void insert_page (int where, NotebookPage page, const string &name)=0
virtual void invalidate_cached_child_values ()=0
virtual bool is_enabled () const =0
virtual bool is_hidden () const =0
virtual bool is_orphaned () const =0
virtual bool is_shown () const =0
virtual void remove_child (const Pointer< omgui::Widget > &)=0
virtual NotebookPage remove_page (NotebookPage page)=0
virtual bool select_next_page ()=0
virtual bool select_previous_page ()=0
virtual void set_max_size (const omgui::Size &)=0
virtual void set_min_size (const omgui::Size &)=0
virtual void set_natural_size (const omgui::Size &)=0
virtual void set_page_name (NotebookPage page, const string &name)=0
virtual void set_position (const omgui::Point &)=0
virtual void set_rect (const omgui::Rect &)=0
virtual bool set_selected_page (NotebookPage page)=0
virtual void set_size (const omgui::Size &)=0
virtual void show (bool show, bool focus)=0
virtual void update_layout ()=0


Member Typedef Documentation

Initialization data used for Notebook.

Reimplemented from omgui::api::Panel.

Reimplemented from omgui::api::Panel.


Member Function Documentation

virtual void omgui::api::Panel::add_child ( const Pointer< omgui::Widget > &   )  [pure virtual, inherited]

Implemented in omgui::common::Panel.

virtual void omgui::api::Notebook::append_page ( NotebookPage  page,
const string name 
) [pure virtual]

virtual void omgui::api::Notebook::create ( const data_type init_params  )  [pure virtual]

virtual void omgui::api::Widget::destroy (  )  [pure virtual, inherited]

virtual void omgui::api::Widget::enable ( bool  e  )  [pure virtual, inherited]

virtual const ChildList& omgui::api::Panel::get_child_list (  )  const [pure virtual, inherited]

Implemented in omgui::common::Panel.

virtual void* omgui::api::Widget::get_handle (  )  const [pure virtual, inherited]

virtual omgui::Size omgui::api::Widget::get_max_size (  )  const [pure virtual, inherited]

virtual omgui::Size omgui::api::Widget::get_min_size (  )  const [pure virtual, inherited]

virtual omgui::Size omgui::api::Widget::get_natural_size (  )  const [pure virtual, inherited]

virtual NotebookPage omgui::api::Notebook::get_page ( int  index  )  const [pure virtual]

virtual int omgui::api::Notebook::get_page_count (  )  const [pure virtual]

virtual int omgui::api::Notebook::get_page_index ( NotebookPage  page  )  const [pure virtual]

virtual string omgui::api::Notebook::get_page_name ( NotebookPage  page  )  const [pure virtual]

virtual Pointer<omgui::Panel> omgui::api::Widget::get_parent (  )  const [pure virtual, inherited]

virtual Pointer<omgui::Window> omgui::api::Widget::get_parent_window (  )  const [pure virtual, inherited]

virtual omgui::Point omgui::api::Widget::get_position (  )  const [pure virtual, inherited]

virtual omgui::Rect omgui::api::Widget::get_rect (  )  const [pure virtual, inherited]

virtual NotebookPage omgui::api::Notebook::get_selected_page (  )  const [pure virtual]

virtual omgui::Size omgui::api::Widget::get_size (  )  const [pure virtual, inherited]

virtual void omgui::api::Notebook::insert_page ( int  where,
NotebookPage  page,
const string name 
) [pure virtual]

virtual void omgui::api::Panel::invalidate_cached_child_values (  )  [pure virtual, inherited]

virtual bool omgui::api::Widget::is_enabled (  )  const [pure virtual, inherited]

virtual bool omgui::api::Widget::is_hidden (  )  const [pure virtual, inherited]

virtual bool omgui::api::Panel::is_orphaned (  )  const [pure virtual, inherited]

Implemented in omgui::common::Panel.

virtual bool omgui::api::Widget::is_shown (  )  const [pure virtual, inherited]

virtual void omgui::api::Panel::remove_child ( const Pointer< omgui::Widget > &   )  [pure virtual, inherited]

virtual NotebookPage omgui::api::Notebook::remove_page ( NotebookPage  page  )  [pure virtual]

virtual bool omgui::api::Notebook::select_next_page (  )  [pure virtual]

virtual bool omgui::api::Notebook::select_previous_page (  )  [pure virtual]

virtual void omgui::api::Widget::set_max_size ( const omgui::Size  )  [pure virtual, inherited]

virtual void omgui::api::Widget::set_min_size ( const omgui::Size  )  [pure virtual, inherited]

virtual void omgui::api::Widget::set_natural_size ( const omgui::Size  )  [pure virtual, inherited]

virtual void omgui::api::Notebook::set_page_name ( NotebookPage  page,
const string name 
) [pure virtual]

virtual void omgui::api::Widget::set_position ( const omgui::Point  )  [pure virtual, inherited]

virtual void omgui::api::Widget::set_rect ( const omgui::Rect  )  [pure virtual, inherited]

virtual bool omgui::api::Notebook::set_selected_page ( NotebookPage  page  )  [pure virtual]

virtual void omgui::api::Widget::set_size ( const omgui::Size  )  [pure virtual, inherited]

virtual void omgui::api::Widget::show ( bool  show,
bool  focus 
) [pure virtual, inherited]

virtual void omgui::api::Panel::update_layout (  )  [pure virtual, inherited]


doxygen SourceForge.net Logo