#include <G4AttValue.hh>
Public 멤버 함수 | |
G4AttValue (const G4String &name, const G4String &value, const G4String &showLabel) | |
G4AttValue () | |
const G4String & | GetName () const |
const G4String & | GetValue () const |
const G4String & | GetShowLabel () 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 번째 라인에서 정의되었습니다.
|
inline |
G4AttValue.hh 파일의 56 번째 라인에서 정의되었습니다.
|
inline |
G4AttValue.hh 파일의 61 번째 라인에서 정의되었습니다.
G4AttValue.hh 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : m_name.
|
inline |
G4AttValue.hh 파일의 65 번째 라인에서 정의되었습니다.
다음을 참조함 : m_showLabel.
|
inline |
G4AttValue.hh 파일의 64 번째 라인에서 정의되었습니다.
다음을 참조함 : m_value.
다음에 의해서 참조됨 : G4AttValueFilterT< T, ConversionErrorPolicy >::Accept(), G4TrajectoryDrawByAttribute::Draw(), G4AttributeFilterT< T >::Evaluate(), G4AttValueFilterT< T, ConversionErrorPolicy >::GetValidElement().
G4AttValue.hh 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : m_name.
G4AttValue.hh 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : m_showLabel.
G4AttValue.hh 파일의 68 번째 라인에서 정의되었습니다.
다음을 참조함 : m_value.
|
private |
The name of the attribute.
G4AttValue.hh 파일의 69 번째 라인에서 정의되었습니다.
|
private |
The bitmap for the label display.
G4AttValue.hh 파일의 77 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetShowLabel(), SetShowLabel().
|
private |
The value of the attribute.
G4AttValue.hh 파일의 75 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetValue(), SetValue().