|
blip
0.1
|
This is the complete list of members for Intent, including all inherited members.
| getAction() const | Intent | |
| getBooleanExtra(const ccxx::String &name, bool defaultValue=false) const | Intent | |
| getData() const | Intent | |
| getDoubleExtra(const ccxx::String &name, const double &defaultValue=0.0) const | Intent | |
| getFlags() const | Intent | |
| getFloatExtra(const ccxx::String &name, float defaultValue=0.0f) const | Intent | |
| getIntExtra(const ccxx::String &name, int32_t defaultValue=0) const | Intent | |
| getIntExtra(const char *name, int32_t defaultValue=0) const | Intent | |
| getLongExtra(const ccxx::String &name, const int64_t &defaultValue=0) const | Intent | |
| getStringExtra(const ccxx::String &name) const | Intent | |
| getStringExtra(const char *name) const | Intent | |
| hasExtra(const ccxx::String &name) const | Intent | |
| putExtra(const ccxx::String &name, bool value) | Intent | |
| putExtra(const ccxx::String &name, int32_t value) | Intent | |
| putExtra(const ccxx::String &name, const int64_t &value) | Intent | |
| putExtra(const ccxx::String &name, float value) | Intent | |
| putExtra(const ccxx::String &name, const double &value) | Intent | |
| putExtra(const ccxx::String &name, const ccxx::String &value) | Intent | |
| removeExtra(const ccxx::String &name) | Intent | |
| setAction(const ccxx::String &action) | Intent | |
| setData(const ccxx::String &data) | Intent | |
| setFlags(const ccxx::Flags< int32_t > &flags) | Intent | |
| ~Intent() | Intent | virtual |