| DeleteWnd(Wnd *wnd) const | GG::StyleFactory | [virtual] |
| NewButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewColorDlg(int x, int y, const boost::shared_ptr< Font > &font, Clr dialog_color, Clr border_color, Clr text_color=CLR_BLACK) const | GG::StyleFactory | [virtual] |
| NewColorDlg(int x, int y, Clr original_color, const boost::shared_ptr< Font > &font, Clr dialog_color, Clr border_color, Clr text_color=CLR_BLACK) const | GG::StyleFactory | [virtual] |
| NewDoubleSpin(int x, int y, int w, double value, double step, double min, double max, bool edits, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewDropDownList(int x, int y, int w, int h, int drop_ht, Clr color, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewDropDownListListBox(int x, int y, int w, int h, Clr color, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewDynamicGraphic(int x, int y, int w, int h, bool loop, int frame_width, int frame_height, int margin, const std::vector< boost::shared_ptr< Texture > > &textures, Flags< GraphicStyle > style=GRAPHIC_NONE, int frames=-1, Flags< WndFlag > flags=Flags< WndFlag >()) const | GG::StyleFactory | [virtual] |
| NewEdit(int x, int y, int w, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewFileDlg(const std::string &directory, const std::string &filename, bool save, bool multi, const boost::shared_ptr< Font > &font, Clr color, Clr border_color, Clr text_color=CLR_BLACK) const | GG::StyleFactory | [virtual] |
| NewHScrollTabButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewHSliderTabButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewIntSpin(int x, int y, int w, int value, int step, int min, int max, bool edits, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewListBox(int x, int y, int w, int h, Clr color, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewListBoxHScroll(int x, int y, int w, int h, Clr color, Clr interior, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewListBoxVScroll(int x, int y, int w, int h, Clr color, Clr interior, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewMenuBar(int x, int y, int w, const boost::shared_ptr< Font > &font, Clr text_color=CLR_WHITE, Clr color=CLR_BLACK, Clr interior=CLR_SHADOW) const | GG::StyleFactory | [virtual] |
| NewMultiEdit(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Flags< MultiEditStyle > style=MULTI_LINEWRAP, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewMultiEditHScroll(int x, int y, int w, int h, Clr color, Clr interior, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewMultiEditVScroll(int x, int y, int w, int h, Clr color, Clr interior, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewRadioButtonGroup(int x, int y, int w, int h, Orientation orientation) const | GG::StyleFactory | [virtual] |
| NewScroll(int x, int y, int w, int h, Orientation orientation, Clr color, Clr interior, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewScrollDownButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewScrollLeftButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewScrollRightButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewScrollUpButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewSlider(int x, int y, int w, int h, int min, int max, Orientation orientation, SliderLineStyle style, Clr color, int tab_width, int line_width=5, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewSpinDecrButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewSpinEdit(int x, int y, int w, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewSpinIncrButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE|REPEAT_BUTTON_DOWN) const | GG::StyleFactory | [virtual] |
| NewStateButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Flags< TextFormat > format, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, StateButtonStyle style=SBSTYLE_3D_XBOX, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewStaticGraphic(int x, int y, int w, int h, const boost::shared_ptr< Texture > &texture, Flags< GraphicStyle > style=GRAPHIC_NONE, Flags< WndFlag > flags=Flags< WndFlag >()) const | GG::StyleFactory | [virtual] |
| NewTabBar(int x, int y, int w, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, TabBarStyle style=TAB_BAR_ATTACHED, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewTabBarLeftButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewTabBarRightButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewTabBarTab(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Flags< TextFormat > format, Clr color, Clr text_color=CLR_BLACK, Clr interior=CLR_ZERO, StateButtonStyle style=SBSTYLE_3D_TOP_ATTACHED_TAB, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewTabWnd(int x, int y, int w, int h, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, TabBarStyle style=TAB_BAR_ATTACHED, Flags< WndFlag > flags=CLICKABLE|DRAGABLE) const | GG::StyleFactory | [virtual] |
| NewTextControl(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color=CLR_BLACK, Flags< TextFormat > format=FORMAT_NONE, Flags< WndFlag > flags=Flags< WndFlag >()) const | GG::StyleFactory | [virtual] |
| NewTextControl(int x, int y, const std::string &str, const boost::shared_ptr< Font > &font, Clr color=CLR_BLACK, Flags< TextFormat > format=FORMAT_NONE, Flags< WndFlag > flags=Flags< WndFlag >()) const | GG::StyleFactory | [virtual] |
| NewThreeButtonDlg(int x, int y, int w, int h, const std::string &msg, const boost::shared_ptr< Font > &font, Clr color, Clr border_color, Clr button_color, Clr text_color, int buttons, const std::string &zero="", const std::string &one="", const std::string &two="") const | GG::StyleFactory | [virtual] |
| NewThreeButtonDlg(int w, int h, const std::string &msg, const boost::shared_ptr< Font > &font, Clr color, Clr border_color, Clr button_color, Clr text_color, int buttons, const std::string &zero="", const std::string &one="", const std::string &two="") const | GG::StyleFactory | [virtual] |
| NewVScrollTabButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| NewVSliderTabButton(int x, int y, int w, int h, const std::string &str, const boost::shared_ptr< Font > &font, Clr color, Clr text_color=CLR_BLACK, Flags< WndFlag > flags=CLICKABLE) const | GG::StyleFactory | [virtual] |
| serialize(Archive &ar, const unsigned int version) | GG::StyleFactory | [inline] |
| StyleFactory() | GG::StyleFactory | |
| ~StyleFactory() | GG::StyleFactory | [virtual] |