Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_ComponentOptions Class Reference

clanGUI="Framework". More...

#include <component_options.h>

List of all members.

Public Methods

bool exists (const std::string &option_name) const
int count (const std::string &option_name) const
const std::string& get_value (const std::string &option_name, int offset=0) const
int get_value_as_int (const std::string &option_name, int offset=0) const
bool get_value_as_bool (const std::string &option_name, int offset=0) const
void add_option (const std::string &option_name, const std::string &option_value)
void add_option_as_int (const std::string &option_name, int option_value)
void add_option_as_bool (const std::string &option_name, bool option_value)
void clear ()

Public Attributes

std::multimap<std::string,
std::string> 
options


Detailed Description

clanGUI="Framework".

Definition at line 20 of file component_options.h.


Member Function Documentation

void CL_ComponentOptions::add_option ( const std::string & option_name,
const std::string & option_value ) [inline]
 

Definition at line 88 of file component_options.h.

Referenced by add_option_as_bool(), and add_option_as_int().

void CL_ComponentOptions::add_option_as_bool ( const std::string & option_name,
bool option_value ) [inline]
 

Definition at line 99 of file component_options.h.

Referenced by cl_min().

void CL_ComponentOptions::add_option_as_int ( const std::string & option_name,
int option_value ) [inline]
 

Definition at line 93 of file component_options.h.

Referenced by cl_min().

void CL_ComponentOptions::clear ( ) [inline]
 

Definition at line 105 of file component_options.h.

int CL_ComponentOptions::count ( const std::string & option_name ) const [inline]
 

Definition at line 29 of file component_options.h.

bool CL_ComponentOptions::exists ( const std::string & option_name ) const [inline]
 

Definition at line 24 of file component_options.h.

Referenced by SELECTIONLIST_DEFAULT_MAX_HEIGHT().

const std::string & CL_ComponentOptions::get_value ( const std::string & option_name,
int offset = 0 ) const [inline]
 

Definition at line 36 of file component_options.h.

Referenced by get_value_as_bool(), and get_value_as_int().

bool CL_ComponentOptions::get_value_as_bool ( const std::string & option_name,
int offset = 0 ) const [inline]
 

Definition at line 64 of file component_options.h.

int CL_ComponentOptions::get_value_as_int ( const std::string & option_name,
int offset = 0 ) const [inline]
 

Definition at line 58 of file component_options.h.

Referenced by SELECTIONLIST_DEFAULT_MAX_HEIGHT().


Member Data Documentation

std::multimap<std::string, std::string> CL_ComponentOptions::options
 

Definition at line 110 of file component_options.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:56:48 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001