OsmAnd
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
MapRootLevel Class Reference

#include <osmand_odb.pb.h>

Inheritance diagram for MapRootLevel:
google::protobuf::Message google::protobuf::MessageLite

List of all members.

Public Member Functions

 MapRootLevel ()
virtual ~MapRootLevel ()
 MapRootLevel (const MapRootLevel &from)
MapRootLeveloperator= (const MapRootLevel &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MapRootLevel *other)
MapRootLevelNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const MapRootLevel &from)
void MergeFrom (const MapRootLevel &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_maxzoom () const
void clear_maxzoom ()
inline::google::protobuf::int32 maxzoom () const
void set_maxzoom (::google::protobuf::int32 value)
bool has_minzoom () const
void clear_minzoom ()
inline::google::protobuf::int32 minzoom () const
void set_minzoom (::google::protobuf::int32 value)
bool has_left () const
void clear_left ()
inline::google::protobuf::int32 left () const
void set_left (::google::protobuf::int32 value)
bool has_right () const
void clear_right ()
inline::google::protobuf::int32 right () const
void set_right (::google::protobuf::int32 value)
bool has_top () const
void clear_top ()
inline::google::protobuf::int32 top () const
void set_top (::google::protobuf::int32 value)
bool has_bottom () const
void clear_bottom ()
inline::google::protobuf::int32 bottom () const
void set_bottom (::google::protobuf::int32 value)
int root_size () const
void clear_root ()
const ::MapTreeroot (int index) const
inline::MapTree * mutable_root (int index)
inline::MapTree * add_root ()
const
::google::protobuf::RepeatedPtrField
< ::MapTree > & 
root () const
inline::google::protobuf::RepeatedPtrField
< ::MapTree > * 
mutable_root ()

Static Public Member Functions

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

Static Public Attributes

static const int kMaxZoomFieldNumber = 1
static const int kMinZoomFieldNumber = 2
static const int kLeftFieldNumber = 3
static const int kRightFieldNumber = 4
static const int kTopFieldNumber = 5
static const int kBottomFieldNumber = 6
static const int kRootFieldNumber = 7

Friends

void protobuf_AddDesc_osmand_5fodb_2eproto ()
void protobuf_AssignDesc_osmand_5fodb_2eproto ()
void protobuf_ShutdownFile_osmand_5fodb_2eproto ()

Constructor & Destructor Documentation

virtual MapRootLevel::~MapRootLevel ( ) [virtual]

Member Function Documentation

int MapRootLevel::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void MapRootLevel::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void MapRootLevel::CopyFrom ( const MapRootLevel from)
static const MapRootLevel& MapRootLevel::default_instance ( ) [static]
int MapRootLevel::GetCachedSize ( ) const [virtual]
bool MapRootLevel::has_bottom ( ) const
bool MapRootLevel::has_left ( ) const
bool MapRootLevel::has_maxzoom ( ) const
bool MapRootLevel::has_minzoom ( ) const
bool MapRootLevel::has_right ( ) const
bool MapRootLevel::has_top ( ) const
bool MapRootLevel::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void MapRootLevel::MergeFrom ( const MapRootLevel from)
MapRootLevel* MapRootLevel::New ( ) const [virtual]
MapRootLevel& MapRootLevel::operator= ( const MapRootLevel from)
const ::MapTree & MapRootLevel::root ( int  index) const
int MapRootLevel::root_size ( ) const
void MapRootLevel::Swap ( MapRootLevel other)

Friends And Related Function Documentation


Member Data Documentation

const int MapRootLevel::kBottomFieldNumber = 6 [static]
const int MapRootLevel::kLeftFieldNumber = 3 [static]
const int MapRootLevel::kMaxZoomFieldNumber = 1 [static]
const int MapRootLevel::kMinZoomFieldNumber = 2 [static]
const int MapRootLevel::kRightFieldNumber = 4 [static]
const int MapRootLevel::kRootFieldNumber = 7 [static]
const int MapRootLevel::kTopFieldNumber = 5 [static]

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