Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Private 속성 | 모든 멤버 목록
G4AttValue 클래스 참조

#include <G4AttValue.hh>

Public 멤버 함수

 G4AttValue (const G4String &name, const G4String &value, const G4String &showLabel)
 
 G4AttValue ()
 
const G4StringGetName () const
 
const G4StringGetValue () const
 
const G4StringGetShowLabel () const
 
void SetName (const G4String &name)
 
void SetValue (const G4String &val)
 
void SetShowLabel (const G4String &lab)
 

Private 속성

G4String m_name
 The name of the attribute. 더 자세히 ...
 
G4String m_value
 The value of the attribute. 더 자세히 ...
 
G4String m_showLabel
 The bitmap for the label display. 더 자세히 ...
 

상세한 설명

G4AttValue.hh 파일의 53 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4AttValue::G4AttValue ( const G4String name,
const G4String value,
const G4String showLabel 
)
inline

G4AttValue.hh 파일의 56 번째 라인에서 정의되었습니다.

G4AttValue::G4AttValue ( )
inline

G4AttValue.hh 파일의 61 번째 라인에서 정의되었습니다.

멤버 함수 문서화

const G4String& G4AttValue::GetName ( void  ) const
inline

G4AttValue.hh 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : m_name.

const G4String& G4AttValue::GetShowLabel ( ) const
inline

G4AttValue.hh 파일의 65 번째 라인에서 정의되었습니다.

다음을 참조함 : m_showLabel.

const G4String& G4AttValue::GetValue ( ) const
inline
void G4AttValue::SetName ( const G4String name)
inline

G4AttValue.hh 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : m_name.

void G4AttValue::SetShowLabel ( const G4String lab)
inline

G4AttValue.hh 파일의 69 번째 라인에서 정의되었습니다.

다음을 참조함 : m_showLabel.

void G4AttValue::SetValue ( const G4String val)
inline

G4AttValue.hh 파일의 68 번째 라인에서 정의되었습니다.

다음을 참조함 : m_value.

멤버 데이타 문서화

G4String G4AttValue::m_name
private

The name of the attribute.

G4AttValue.hh 파일의 69 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetName(), SetName().

G4String G4AttValue::m_showLabel
private

The bitmap for the label display.

G4AttValue.hh 파일의 77 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetShowLabel(), SetShowLabel().

G4String G4AttValue::m_value
private

The value of the attribute.

G4AttValue.hh 파일의 75 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetValue(), SetValue().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: