BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
messages::Color Class Reference

#include <draw.pb.h>

Inheritance diagram for messages::Color:
Inheritance graph
[legend]
Collaboration diagram for messages::Color:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Color ()
virtual ~Color ()
 Color (const Color &from)
Coloroperator= (const Color &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Color *other)
ColorNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const Color &from)
void MergeFrom (const Color &from)
void Clear ()
bool IsInitialized () const
int ByteSize () const
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_id () const
void clear_id ()
inline::google::protobuf::int32 id () const
void set_id (::google::protobuf::int32 value)
bool has_red () const
void clear_red ()
inline::google::protobuf::int32 red () const
void set_red (::google::protobuf::int32 value)
bool has_green () const
void clear_green ()
inline::google::protobuf::int32 green () const
void set_green (::google::protobuf::int32 value)
bool has_blue () const
void clear_blue ()
inline::google::protobuf::int32 blue () const
void set_blue (::google::protobuf::int32 value)

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const Colordefault_instance ()

Static Public Attributes

static const int kIdFieldNumber = 1
static const int kRedFieldNumber = 2
static const int kGreenFieldNumber = 3
static const int kBlueFieldNumber = 4

Friends

void protobuf_AddDesc_draw_2eproto ()
void protobuf_AssignDesc_draw_2eproto ()
void protobuf_ShutdownFile_draw_2eproto ()

Constructor & Destructor Documentation

virtual messages::Color::~Color ( ) [virtual]
messages::Color::Color ( const Color from)

Member Function Documentation

int messages::Color::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void messages::Color::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void messages::Color::clear_blue ( ) [inline]
void messages::Color::clear_green ( ) [inline]
void messages::Color::clear_id ( ) [inline]
void messages::Color::clear_red ( ) [inline]

Here is the caller graph for this function:

void messages::Color::CopyFrom ( const Color from)
static const Color& messages::Color::default_instance ( ) [static]
int messages::Color::GetCachedSize ( ) const [inline, virtual]
bool messages::Color::has_blue ( ) const [inline]
bool messages::Color::has_green ( ) const [inline]
bool messages::Color::has_id ( ) const [inline]
bool messages::Color::has_red ( ) const [inline]
bool messages::Color::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void messages::Color::MergeFrom ( const Color from)
Color* messages::Color::New ( ) const [virtual]
Color& messages::Color::operator= ( const Color from) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

void messages::Color::Swap ( Color other)

Friends And Related Function Documentation

void protobuf_AddDesc_draw_2eproto ( ) [friend]

Member Data Documentation

const int messages::Color::kBlueFieldNumber = 4 [static]
const int messages::Color::kGreenFieldNumber = 3 [static]
const int messages::Color::kIdFieldNumber = 1 [static]
const int messages::Color::kRedFieldNumber = 2 [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines