ManaPlus
Public Member Functions | Data Fields
BrowserLink Struct Reference

#include <browserlink.h>

Public Member Functions

 BrowserLink ()
 

Data Fields

int x1
 
int x2
 
int y1
 
int y2
 
std::string link
 
std::string caption
 

Detailed Description

Definition at line 32 of file browserlink.h.

Constructor & Destructor Documentation

◆ BrowserLink()

BrowserLink::BrowserLink ( )
inline

Definition at line 34 of file browserlink.h.

34  :
35  x1(0),
36  x2(0),
37  y1(0),
38  y2(0),
39  link(),
40  caption()
41  {
42  }

Field Documentation

◆ caption

std::string BrowserLink::caption

Definition at line 51 of file browserlink.h.

Referenced by BrowserBox::addRow(), and StaticBrowserBox::addRow().

◆ link

std::string BrowserLink::link

Definition at line 50 of file browserlink.h.

Referenced by BrowserBox::addRow(), and StaticBrowserBox::addRow().

◆ x1

int BrowserLink::x1

◆ x2

int BrowserLink::x2

◆ y1

int BrowserLink::y1

◆ y2

int BrowserLink::y2

The documentation for this struct was generated from the following file: