Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Widget Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/xcode/Samples/FrameworkSample/widget.h>

+ Collaboration diagram for Widget:

Public Member Functions

 Widget (int number, const std::string &name)
 
 ~Widget ()
 
float GetFloatValue () const
 
int GetIntValue () const
 
std::string GetStringValue () const
 
void GetCharPtrValue (char *buffer, size_t max_size) const
 

Private Attributes

float number_
 
std::string name_
 

Detailed Description

Definition at line 42 of file widget.h.

View newest version in sPHENIX GitHub at line 42 of file widget.h

Constructor & Destructor Documentation

Widget::Widget ( int  number,
const std::string &  name 
)

Definition at line 40 of file widget.cc.

View newest version in sPHENIX GitHub at line 40 of file widget.cc

Widget::~Widget ( )

Definition at line 44 of file widget.cc.

View newest version in sPHENIX GitHub at line 44 of file widget.cc

Member Function Documentation

void Widget::GetCharPtrValue ( char *  buffer,
size_t  max_size 
) const

Definition at line 58 of file widget.cc.

View newest version in sPHENIX GitHub at line 58 of file widget.cc

References name_.

Referenced by TEST().

+ Here is the caller graph for this function:

float Widget::GetFloatValue ( ) const

Definition at line 46 of file widget.cc.

View newest version in sPHENIX GitHub at line 46 of file widget.cc

References number_.

Referenced by TEST().

+ Here is the caller graph for this function:

int Widget::GetIntValue ( ) const

Definition at line 50 of file widget.cc.

View newest version in sPHENIX GitHub at line 50 of file widget.cc

References number_.

Referenced by TEST().

+ Here is the caller graph for this function:

std::string Widget::GetStringValue ( ) const

Definition at line 54 of file widget.cc.

View newest version in sPHENIX GitHub at line 54 of file widget.cc

References name_.

Referenced by TEST().

+ Here is the caller graph for this function:

Member Data Documentation

std::string Widget::name_
private

Definition at line 58 of file widget.h.

View newest version in sPHENIX GitHub at line 58 of file widget.h

Referenced by GetCharPtrValue(), and GetStringValue().

float Widget::number_
private

Definition at line 57 of file widget.h.

View newest version in sPHENIX GitHub at line 57 of file widget.h

Referenced by GetFloatValue(), and GetIntValue().


The documentation for this class was generated from the following files: