#include <moves.hpp>
|
| navstack_t () |
| ~navstack_t () |
bool | is_history_enabled () const |
bool | init (navstack_entry_t *defpos, const char *stream_name, uint32 _flags) |
nodeidx_t | netcode () const |
void | set_current (const navstack_entry_t &e, bool in_charge) |
bool | get_current (navstack_entry_t *out, const char *widget_id) const |
void | get_all_current (navstack_entry_vec_t *out) const |
void | stack_jump (bool try_to_unhide, const navstack_entry_t &e) |
uint32 | stack_index () const |
bool | stack_seek (navstack_entry_t *out, uint32 index, bool try_to_unhide) |
bool | stack_forward (navstack_entry_t *out, uint32 cnt, bool try_to_unhide) |
bool | stack_back (navstack_entry_t *out, uint32 cnt, bool try_to_unhide) |
bool | stack_nav (navstack_entry_t *out, bool forward, uint32 cnt, bool try_to_unhide) |
void | stack_clear (const navstack_entry_t &new_tip) |
void | set_stack_entry (uint32 index, const navstack_entry_t &e) |
bool | get_stack_entry (navstack_entry_t *out, uint32 index) const |
bool | get_current_stack_entry (navstack_entry_t *out) const |
uint32 | stack_size (void) const |
void | dump () const |
|
static bool | perform_move (const char *stream_name, const char *source_stream_name, const char *widget_id, bool move_stack) |
◆ navstack_t()
navstack_t::navstack_t |
( |
| ) |
|
|
inline |
◆ ~navstack_t()
navstack_t::~navstack_t |
( |
| ) |
|
|
inline |
◆ is_history_enabled()
bool navstack_t::is_history_enabled |
( |
| ) |
const |
|
inline |
◆ init()
◆ perform_move()
bool navstack_t::perform_move |
( |
const char * | stream_name, |
|
|
const char * | source_stream_name, |
|
|
const char * | widget_id, |
|
|
bool | move_stack ) |
|
inlinestatic |
◆ netcode()
◆ set_current()
◆ get_current()
◆ get_all_current()
◆ stack_jump()
◆ stack_index()
uint32 navstack_t::stack_index |
( |
| ) |
const |
|
inline |
◆ stack_seek()
◆ stack_forward()
◆ stack_back()
◆ stack_nav()
◆ stack_clear()
◆ set_stack_entry()
◆ get_stack_entry()
◆ get_current_stack_entry()
◆ stack_size()
◆ dump()
void navstack_t::dump |
( |
| ) |
const |
|
inline |
◆ flags
The documentation for this class was generated from the following file: