90 INLINE
ButtonEvent(
const std::wstring &candidate_string,
size_t highlight_start,
91 size_t highlight_end,
size_t cursor_pos);
95 INLINE
bool operator == (
const ButtonEvent &other)
const;
96 INLINE
bool operator != (
const ButtonEvent &other)
const;
97 INLINE
bool operator < (
const ButtonEvent &other)
const;
101 void output(std::ostream &out)
const;
103 void write_datagram(
Datagram &dg)
const;
115 std::wstring _candidate_string;
116 size_t _highlight_start;
117 size_t _highlight_end;
130 INLINE std::ostream &operator << (std::ostream &out,
const ButtonEvent &be) {
static ClockObject * get_global_clock()
Returns a pointer to the global ClockObject.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A class to retrieve the individual data elements previously stored in a Datagram.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...