|
wex v25.10.0
|
Offers a text window. More...
#include <wex/factory/text-window.h>

Public Member Functions | |
| virtual | ~text_window ()=default |
| Destructor. | |
| virtual bool | find (const std::string &text, int find_flags=-1, bool find_next=true)=0 |
| Pure virtual interface. | |
| virtual int | get_current_line () const =0 |
| Returns current line no. | |
| virtual int | get_line_count () const =0 |
| Returns number of lines. | |
| virtual int | get_line_count_request ()=0 |
| Request for number of lines. | |
| virtual void | goto_line (int line)=0 |
| Goes to specified line. | |
Offers a text window.
|
pure virtual |
Pure virtual interface.
Finds next or previous.
| text | text to find |
| find_flags | search flags to be used:
|
| find_next | finds next or previous |
Implemented in wex::ex_stream, wex::factory::stc, and wex::stc.