• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

antonvw / wex / 15349103000

30 May 2025 02:33PM UTC coverage: 28.052% (-30.9%) from 58.951%
15349103000

push

github

antonvw
fixing the segfault

7896 of 31160 branches covered (25.34%)

Branch coverage included in aggregate %.

6430 of 19909 relevant lines covered (32.3%)

64.4 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/data/notebook.cpp
1
////////////////////////////////////////////////////////////////////////////////
2
// Name:      data/notebook.h
3
// Purpose:   Implementation of wex::data::notebook
4
// Author:    Anton van Wezenbeek
5
// Copyright: (c) 2020-2022 Anton van Wezenbeek
6
////////////////////////////////////////////////////////////////////////////////
7

8
#include <wex/data/notebook.h>
9
#include <wx/window.h>
10

11
wex::data::notebook& wex::data::notebook::bitmap(const wxBitmapBundle& rhs)
×
12
{
13
  m_bitmap = rhs;
×
14

15
  return *this;
×
16
}
17

18
wex::data::notebook& wex::data::notebook::caption(const std::string& rhs)
×
19
{
20
  m_caption = rhs;
×
21

22
  return *this;
×
23
}
24

25
wex::data::notebook& wex::data::notebook::index(size_t rhs)
×
26
{
27
  m_page_index = rhs;
×
28

29
  return *this;
×
30
}
31

32
wex::data::notebook& wex::data::notebook::key(const std::string& rhs)
×
33
{
34
  m_key = rhs;
×
35

36
  return *this;
×
37
}
38

39
wex::data::notebook& wex::data::notebook::page(wxWindow* rhs)
×
40
{
41
  m_page = rhs;
×
42

43
  return *this;
×
44
}
45

46
wex::data::notebook& wex::data::notebook::select()
×
47
{
48
  m_select = true;
×
49

50
  return *this;
×
51
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc