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

#include <G4UIcommandTree.hh>

Public 멤버 함수

 G4UIcommandTree ()
 
 G4UIcommandTree (const char *thePathName)
 
 ~G4UIcommandTree ()
 
G4int operator== (const G4UIcommandTree &right) const
 
G4int operator!= (const G4UIcommandTree &right) const
 
void AddNewCommand (G4UIcommand *newCommand, G4bool workerThreadOnly=false)
 
void RemoveCommand (G4UIcommand *aCommand, G4bool workerThreadOnly=false)
 
G4UIcommandFindPath (const char *commandPath) const
 
G4UIcommandTreeFindCommandTree (const char *commandPath)
 
G4String CompleteCommandPath (const G4String &commandPath)
 
G4String GetFirstMatchedString (const G4String &, const G4String &) const
 
void List () const
 
void ListCurrent () const
 
void ListCurrentWithNum () const
 
void CreateHTML ()
 
const G4UIcommandGetGuidance () const
 
const G4String GetPathName () const
 
G4int GetTreeEntry () const
 
G4int GetCommandEntry () const
 
G4UIcommandTreeGetTree (G4int i)
 
G4UIcommandTreeGetTree (const char *comNameC)
 
G4UIcommandGetCommand (G4int i)
 
const G4String GetTitle () const
 

Private 멤버 함수

G4String CreateFileName (const char *pName)
 
G4String ModStr (const char *strS)
 

Private 속성

std::vector< G4UIcommand * > command
 
std::vector< G4UIcommandTree * > tree
 
G4UIcommandguidance
 
G4String pathName
 
G4bool broadcastCommands
 

상세한 설명

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

생성자 & 소멸자 문서화

G4UIcommandTree::G4UIcommandTree ( )

G4UIcommandTree.cc 파일의 35 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddNewCommand().

G4UIcommandTree::G4UIcommandTree ( const char *  thePathName)

G4UIcommandTree.cc 파일의 39 번째 라인에서 정의되었습니다.

다음을 참조함 : pathName.

G4UIcommandTree::~G4UIcommandTree ( )

G4UIcommandTree.cc 파일의 45 번째 라인에서 정의되었습니다.

다음을 참조함 : tree.

멤버 함수 문서화

void G4UIcommandTree::AddNewCommand ( G4UIcommand newCommand,
G4bool  workerThreadOnly = false 
)
G4String G4UIcommandTree::CompleteCommandPath ( const G4String commandPath)
G4String G4UIcommandTree::CreateFileName ( const char *  pName)
private

G4UIcommandTree.cc 파일의 405 번째 라인에서 정의되었습니다.

다음을 참조함 : G4String::index().

다음에 의해서 참조됨 : CreateHTML().

void G4UIcommandTree::CreateHTML ( )
G4UIcommandTree * G4UIcommandTree::FindCommandTree ( const char *  commandPath)

Try to match a command or a path with the one given. : command or path to match

반환값
the commandTree found or NULL if not

G4UIcommandTree.cc 파일의 209 번째 라인에서 정의되었습니다.

다음을 참조함 : G4String::append(), G4String::first(), GetPathName(), G4String::index(), pathName, G4String::remove(), tree.

다음에 의해서 참조됨 : CompleteCommandPath().

G4UIcommand * G4UIcommandTree::FindPath ( const char *  commandPath) const
G4UIcommand* G4UIcommandTree::GetCommand ( G4int  i)
inline
G4int G4UIcommandTree::GetCommandEntry ( ) const
inline
G4String G4UIcommandTree::GetFirstMatchedString ( const G4String str1,
const G4String str2 
) const

G4UIcommandTree.cc 파일의 317 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CompleteCommandPath().

const G4UIcommand* G4UIcommandTree::GetGuidance ( ) const
inline

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

다음을 참조함 : guidance.

다음에 의해서 참조됨 : export_G4UIcommandTree(), ListCurrent().

const G4String G4UIcommandTree::GetPathName ( ) const
inline
const G4String G4UIcommandTree::GetTitle ( ) const
inline
G4UIcommandTree* G4UIcommandTree::GetTree ( G4int  i)
inline
G4UIcommandTree* G4UIcommandTree::GetTree ( const char *  comNameC)
inline

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

다음을 참조함 : GetPathName(), tree.

G4int G4UIcommandTree::GetTreeEntry ( ) const
inline
void G4UIcommandTree::List ( ) const

G4UIcommandTree.cc 파일의 390 번째 라인에서 정의되었습니다.

다음을 참조함 : command, ListCurrent(), tree.

다음에 의해서 참조됨 : export_G4UIcommandTree(), G4UImanager::ListCommands().

void G4UIcommandTree::ListCurrent ( ) const
void G4UIcommandTree::ListCurrentWithNum ( ) const

G4UIcommandTree.cc 파일의 367 번째 라인에서 정의되었습니다.

다음을 참조함 : command, G4cout, G4endl, guidance, G4UIcommand::List(), pathName, tree.

다음에 의해서 참조됨 : export_G4UIcommandTree(), G4UIGAG::TerminalHelp(), G4VBasicShell::TerminalHelp(), G4UIGainServer::TerminalHelp().

G4String G4UIcommandTree::ModStr ( const char *  strS)
private

G4UIcommandTree.cc 파일의 415 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CreateHTML().

G4int G4UIcommandTree::operator!= ( const G4UIcommandTree right) const

G4UIcommandTree.cc 파일의 58 번째 라인에서 정의되었습니다.

다음을 참조함 : GetPathName(), pathName.

G4int G4UIcommandTree::operator== ( const G4UIcommandTree right) const

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

다음을 참조함 : GetPathName(), pathName.

void G4UIcommandTree::RemoveCommand ( G4UIcommand aCommand,
G4bool  workerThreadOnly = false 
)

멤버 데이타 문서화

G4bool G4UIcommandTree::broadcastCommands
private

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

다음에 의해서 참조됨 : AddNewCommand().

std::vector<G4UIcommand*> G4UIcommandTree::command
private

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

다음에 의해서 참조됨 : AddNewCommand(), CreateHTML(), FindPath(), GetCommand(), GetCommandEntry(), List(), ListCurrent(), ListCurrentWithNum(), RemoveCommand().

G4UIcommand* G4UIcommandTree::guidance
private

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

다음에 의해서 참조됨 : AddNewCommand(), CreateHTML(), GetGuidance(), GetTitle(), ListCurrent(), ListCurrentWithNum(), RemoveCommand().

G4String G4UIcommandTree::pathName
private
std::vector<G4UIcommandTree*> G4UIcommandTree::tree
private

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