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

#include <draw.pb.h>

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

List of all members.

Public Member Functions

 DrawCommand ()
virtual ~DrawCommand ()
 DrawCommand (const DrawCommand &from)
DrawCommandoperator= (const DrawCommand &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (DrawCommand *other)
DrawCommandNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const DrawCommand &from)
void MergeFrom (const DrawCommand &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_shape () const
void clear_shape ()
messages::ShapeType shape () const
void set_shape (messages::ShapeType value)
bool has_coordinatetype () const
void clear_coordinatetype ()
messages::CoordinateType coordinatetype () const
void set_coordinatetype (messages::CoordinateType value)
int coordinates_size () const
void clear_coordinates ()
inline::google::protobuf::int32 coordinates (int index) const
void set_coordinates (int index,::google::protobuf::int32 value)
void add_coordinates (::google::protobuf::int32 value)
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & 
coordinates () const
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * 
mutable_coordinates ()
bool has_color () const
void clear_color ()
const ::messages::Colorcolor () const
inline::messages::Color * mutable_color ()
bool has_issolid () const
void clear_issolid ()
bool issolid () const
void set_issolid (bool value)
bool has_text () const
void clear_text ()
const ::std::string & text () const
void set_text (const ::std::string &value)
void set_text (const char *value)
void set_text (const char *value, size_t size)
inline::std::string * mutable_text ()

Static Public Member Functions

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

Static Public Attributes

static const int kShapeFieldNumber = 1
static const int kCoordinateTypeFieldNumber = 2
static const int kCoordinatesFieldNumber = 3
static const int kColorFieldNumber = 4
static const int kIsSolidFieldNumber = 5
static const int kTextFieldNumber = 6

Friends

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

Constructor & Destructor Documentation

virtual messages::DrawCommand::~DrawCommand ( ) [virtual]

Member Function Documentation

Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

const ::messages::Color & messages::DrawCommand::color ( ) const [inline]

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

int messages::DrawCommand::GetCachedSize ( ) const [inline, virtual]
bool messages::DrawCommand::has_color ( ) const [inline]
bool messages::DrawCommand::has_issolid ( ) const [inline]
bool messages::DrawCommand::has_shape ( ) const [inline]
bool messages::DrawCommand::has_text ( ) const [inline]
bool messages::DrawCommand::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

bool messages::DrawCommand::issolid ( ) const [inline]
std::string * messages::DrawCommand::mutable_text ( ) [inline]
DrawCommand& messages::DrawCommand::operator= ( const DrawCommand from) [inline]

Here is the call graph for this function:

void messages::DrawCommand::set_coordinates ( int  index,
::google::protobuf::int32  value 
) [inline]

Here is the call graph for this function:

Here is the call graph for this function:

void messages::DrawCommand::set_issolid ( bool  value) [inline]

Here is the call graph for this function:

void messages::DrawCommand::set_text ( const ::std::string &  value) [inline]
void messages::DrawCommand::set_text ( const char *  value) [inline]
void messages::DrawCommand::set_text ( const char *  value,
size_t  size 
) [inline]
const ::std::string & messages::DrawCommand::text ( ) const [inline]

Friends And Related Function Documentation

void protobuf_AddDesc_draw_2eproto ( ) [friend]

Member Data Documentation


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