mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
*** empty log message ***
This commit is contained in:
parent
c11ab984ae
commit
9d9f137a2c
@ -58,18 +58,16 @@ PUBLISHED:
|
|||||||
|
|
||||||
INLINE const string &get_string() const;
|
INLINE const string &get_string() const;
|
||||||
|
|
||||||
|
void append(const string &str);
|
||||||
|
bool append_character(char ch);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// From parent class DataNode
|
// From parent class DataNode
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
public:
|
public:
|
||||||
virtual void
|
virtual void
|
||||||
transmit_data(NodeAttributes &data);
|
transmit_data(NodeAttributes &data);
|
||||||
|
|
||||||
void append(const string &str);
|
|
||||||
bool append_character(char ch);
|
|
||||||
|
|
||||||
NodeAttributes _attrib;
|
NodeAttributes _attrib;
|
||||||
|
|
||||||
// inputs
|
// inputs
|
||||||
static TypeHandle _button_events_type;
|
static TypeHandle _button_events_type;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user