#include <FButton.h>
Inheritance diagram for FlashTagDefineButton2::
Public Methods | |
FlashTagDefineButton2 (bool _menu) | |
~FlashTagDefineButton2 () | |
void | AddButtonRecord (FlashButtonRecord *r) |
void | AddActionRecords (std::vector< FlashActionRecord *> &r, UWORD conditionflags) |
Private Attributes | |
bool | menu |
std::vector< FlashButtonRecord *> | buttonrecords |
std::vector< flash_pair< std::vector< FlashActionRecord *>, UWORD > > | actionrecords |
gc_vector< FlashButtonRecord *> | gcbuttonrecords |
gc_vector< FlashActionRecord *> | gcactionrecords |
Friends | |
std::ostream & | operator<< (std::ostream &out, FlashTagDefineButton2 &data) |
std::istream & | operator>> (std::istream &in, FlashTagDefineButton2 &data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|