phones :: p_sanyo3200 :: foldernameentry :: Class foldernameentry
[hide private]
[frames] | no frames]

Class foldernameentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              foldernameentry

Instance Methods [hide private]
 
__delfield_autofile(self) source code
 
__delfield_flag(self) source code
 
__delfield_icon(self) source code
 
__delfield_index(self) source code
 
__delfield_keyword(self) source code
 
__delfield_name(self) source code
 
__delfield_notify(self) source code
 
__delfield_pad(self) source code
 
__getfield_autofile(self) source code
 
__getfield_flag(self) source code
 
__getfield_icon(self) source code
 
__getfield_index(self) source code
 
__getfield_keyword(self) source code
 
__getfield_name(self) source code
 
__getfield_notify(self) source code
 
__getfield_pad(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_autofile(self, value) source code
 
__setfield_flag(self, value) source code
 
__setfield_icon(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_keyword(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_notify(self, value) source code
 
__setfield_pad(self, value) source code
 
_update(self, args, kwargs) source code
 
containerelements(self) source code
 
getfields(self) source code
 
iscontainer(self)
Do we contain fields?
source code
 
readfrombuffer(self, buf, autolog=True, logtitle='<read data>')
Reads this packet from the supplied buffer
source code
 
writetobuffer(self, buf, autolog=True, logtitle='<written data>')
Writes this packet to the supplied buffer
source code

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, getvalue, packetsize, packetspan, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __fields = ['index', 'flag', 'autofile', 'notify', 'icon', 'na...
Properties [hide private]
  autofile
If 1, autofile messages with keyword
  flag
0 if empty, 1 in use
  icon
  index
  keyword
  name
Name of the folder
  notify
  pad

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

iscontainer(self)

source code 

Do we contain fields?

Overrides: prototypes.BaseProtogenClass.iscontainer
(inherited documentation)

readfrombuffer(self, buf, autolog=True, logtitle='<read data>')

source code 

Reads this packet from the supplied buffer

Overrides: prototypes.BaseProtogenClass.readfrombuffer

writetobuffer(self, buf, autolog=True, logtitle='<written data>')

source code 

Writes this packet to the supplied buffer

Overrides: prototypes.BaseProtogenClass.writetobuffer

Class Variable Details [hide private]

__fields

Value:
['index',
 'flag',
 'autofile',
 'notify',
 'icon',
 'name',
 'pad',
 'keyword']

Property Details [hide private]

autofile

If 1, autofile messages with keyword

Get Method:
__getfield_autofile(self)
Set Method:
__setfield_autofile(self, value)
Delete Method:
__delfield_autofile(self)

flag

0 if empty, 1 in use

Get Method:
__getfield_flag(self)
Set Method:
__setfield_flag(self, value)
Delete Method:
__delfield_flag(self)

icon

Get Method:
__getfield_icon(self)
Set Method:
__setfield_icon(self, value)
Delete Method:
__delfield_icon(self)

index

Get Method:
__getfield_index(self)
Set Method:
__setfield_index(self, value)
Delete Method:
__delfield_index(self)

keyword

Get Method:
__getfield_keyword(self)
Set Method:
__setfield_keyword(self, value)
Delete Method:
__delfield_keyword(self)

name

Name of the folder

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

notify

Get Method:
__getfield_notify(self)
Set Method:
__setfield_notify(self, value)
Delete Method:
__delfield_notify(self)

pad

Get Method:
__getfield_pad(self)
Set Method:
__setfield_pad(self, value)
Delete Method:
__delfield_pad(self)