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

#include <G4UIGainServer.hh>

G4UIGainServer에 대한 상속 다이어그램 :
G4VBasicShell G4UIsession G4coutDestination

Public 타입

using Transformer = std::function< G4bool(G4String &)>
 

Public 멤버 함수

G4UIsessionSessionStart ()
 
virtual void PauseSessionStart (const G4String &msg)
 
virtual G4int ReceiveG4cout (const G4String &coutString)
 
virtual G4int ReceiveG4cerr (const G4String &cerrString)
 
 G4UIGainServer ()
 
 ~G4UIGainServer ()
 
void SessionTerminate ()
 
void Prompt (G4String)
 
G4String GetCommand ()
 
void AddCoutTransformer (const Transformer &t)
 
void AddCoutTransformer (Transformer &&t)
 
void AddCerrTransformer (const Transformer &t)
 
void AddCerrTransformer (Transformer &&t)
 
virtual void ResetTransformers ()
 
G4int ReceiveG4cout_ (const G4String &msg)
 
G4int ReceiveG4cerr_ (const G4String &msg)
 

정적 Public 멤버 함수

static G4int InSession ()
 

Protected 멤버 함수

G4String ModifyToFullPathCommand (const char *aCommandLine) const
 
G4String GetCurrentWorkingDirectory () const
 
G4bool ChangeDirectory (const char *newDir)
 
G4UIcommandTreeFindDirectory (const char *dirName) const
 
G4UIcommandFindCommand (const char *commandName) const
 
G4String Complete (const G4String &)
 
G4String FindMatchingPath (G4UIcommandTree *, const G4String &)
 
void ApplyShellCommand (const G4String &, G4bool &, G4bool &)
 
void ShowCurrent (const G4String &) const
 
void ChangeDirectoryCommand (const G4String &)
 
void ListDirectory (const G4String &) const
 
void TerminalHelp (const G4String &)
 

Protected 속성

G4int ifBatch
 
std::vector< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 

정적 Protected 속성

static G4ICOMS_DLL G4int inSession = 0
 
static G4coutDestinationmasterG4coutDestination = 0
 

Private 멤버 함수

void GetNewTreeStructure (G4UIcommandTree *, int recursiveLevel)
 
void GetNewTreeValues (G4UIcommandTree *, int recursiveLevel)
 
virtual void ExecuteCommand (const G4String &aCommand)
 
virtual G4bool GetHelpChoice (G4int &aInt)
 
virtual void ExitHelp () const
 
bool SetUPServer ()
 
void WaitingConnection ()
 
void CloseConnection ()
 
void ChangeDirectory (G4String)
 
void ListDirectory (G4String)
 
void TerminalHelp (G4String)
 
G4String ModifyPrefix (G4String)
 
G4UIcommandTreeFindDirPath (G4String)
 
void ShowCurrent (G4String)
 
G4String GetFullPath (G4String)
 
void SendCommandProperties (G4UIcommandTree *)
 
void SendParameterProperties (G4UIcommandTree *)
 
void SendAParamProperty (G4UIcommand *)
 
void SendATclParamProperty (G4UIcommand *)
 
void CodeGenJavaTree (G4UIcommandTree *, int recursiveLevel)
 
void CodeGenJavaParams (G4UIcommandTree *, int recursiveLevel)
 
void CodeGenTclTree (G4UIcommandTree *, int recursiveLevel)
 
void CodeGenTclParams (G4UIcommandTree *, int recursiveLevel)
 
void SendDisableList (G4UIcommandTree *, int recursiveLevel)
 
void NotifyStateChange (void)
 
void NotifyCommandUpdate (void)
 
void NotifyParameterUpdate (G4UIcommand *)
 
int CommandUpdated (void)
 
void UpdateState (void)
 
void UpdateParamVal (void)
 

Private 속성

G4String prefix
 
G4String promptCharacter
 
G4UImanagerUI
 
UImode uiMode
 
G4String JVersion
 
G4String TVersion
 
G4bool iExit
 
G4bool iCont
 
int socketD [3]
 
int port
 
struct sockaddr_in saddr
 
struct sockaddr_in caddr
 
int len
 
int ret
 
char buf [1024]
 
std::vector< G4StringpreviousTreeCommands
 
std::vector< G4StringnewTreeCommands
 
std::vector< G4StringpreviousTreeParams
 
std::vector< G4StringnewTreeParams
 
std::vector< G4UIcommand * > previousTreePCP
 
std::vector< G4UIcommand * > newTreePCP
 

상세한 설명

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

멤버 타입정의 문서화

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

생성자 & 소멸자 문서화

G4UIGainServer::G4UIGainServer ( )
G4UIGainServer::~G4UIGainServer ( )

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

다음을 참조함 : G4UImanager::GetUIpointer(), G4UImanager::SetCoutDestination(), G4UImanager::SetSession(), UI.

멤버 함수 문서화

void G4coutDestination::AddCerrTransformer ( const Transformer t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCerr.

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

void G4coutDestination::AddCerrTransformer ( Transformer &&  t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCerr.

void G4coutDestination::AddCoutTransformer ( const Transformer t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCout.

다음에 의해서 참조됨 : G4MTcoutDestination::AddMasterOutput(), G4MTcoutDestination::HandleFileCout(), G4MTcoutDestination::SetDefaultOutput().

void G4coutDestination::AddCoutTransformer ( Transformer &&  t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCout.

void G4VBasicShell::ApplyShellCommand ( const G4String a_string,
G4bool exitSession,
G4bool exitPause 
)
protectedinherited
G4bool G4VBasicShell::ChangeDirectory ( const char *  newDir)
protectedinherited

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

다음을 참조함 : G4String::both, G4VBasicShell::currentDirectory, G4VBasicShell::FindDirectory(), G4VBasicShell::ModifyPath(), G4String::strip().

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

void G4UIGainServer::ChangeDirectory ( G4String  newCommand)
private

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

다음을 참조함 : G4String::both, FindDirPath(), G4cout, G4endl, ModifyPrefix(), prefix, G4String::strip().

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

void G4VBasicShell::ChangeDirectoryCommand ( const G4String newCommand)
protectedinherited
void G4UIGainServer::CloseConnection ( )
private
void G4UIGainServer::CodeGenJavaParams ( G4UIcommandTree tree,
int  recursiveLevel 
)
private
void G4UIGainServer::CodeGenJavaTree ( G4UIcommandTree tree,
int  recursiveLevel 
)
private
void G4UIGainServer::CodeGenTclParams ( G4UIcommandTree ,
int  recursiveLevel 
)
private
void G4UIGainServer::CodeGenTclTree ( G4UIcommandTree ,
int  recursiveLevel 
)
private
int G4UIGainServer::CommandUpdated ( void  )
private

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

다음을 참조함 : added, addedAndDeleted, deleted, G4cout, G4endl, newTreeCommands, notChanged, previousTreeCommands.

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

G4String G4VBasicShell::Complete ( const G4String commandName)
protectedinherited
void G4UIGainServer::ExecuteCommand ( const G4String aCommand)
privatevirtual
void G4UIGainServer::ExitHelp ( ) const
privatevirtual

G4VBasicShell를 구현.

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

다음을 참조함 : G4cin.

G4UIcommand * G4VBasicShell::FindCommand ( const char *  commandName) const
protectedinherited
G4UIcommandTree * G4VBasicShell::FindDirectory ( const char *  dirName) const
protectedinherited
G4UIcommandTree * G4UIGainServer::FindDirPath ( G4String  newCommand)
private

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

다음을 참조함 : G4UIcommandTree::GetTree(), G4UImanager::GetTree(), G4String::index(), UI.

다음에 의해서 참조됨 : ChangeDirectory(), ListDirectory().

G4String G4VBasicShell::FindMatchingPath ( G4UIcommandTree aTree,
const G4String aCommandPath 
)
protectedinherited

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

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

G4String G4UIGainServer::GetCommand ( )
G4String G4VBasicShell::GetCurrentWorkingDirectory ( ) const
protectedinherited
G4String G4UIGainServer::GetFullPath ( G4String  aNewCommand)
private

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

다음을 참조함 : G4String::append(), G4String::both, ModifyPrefix(), prefix, G4String::strip().

다음에 의해서 참조됨 : GetCommand(), ShowCurrent().

G4bool G4UIGainServer::GetHelpChoice ( G4int aInt)
privatevirtual

G4VBasicShell를 구현.

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

다음을 참조함 : FALSE, G4cin, TRUE.

void G4UIGainServer::GetNewTreeStructure ( G4UIcommandTree tree,
int  recursiveLevel 
)
private
void G4UIGainServer::GetNewTreeValues ( G4UIcommandTree tree,
int  recursiveLevel 
)
private
static G4int G4UIsession::InSession ( )
inlinestaticinherited

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

다음을 참조함 : G4UIsession::inSession.

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

void G4VBasicShell::ListDirectory ( const G4String newCommand) const
protectedinherited
void G4UIGainServer::ListDirectory ( G4String  newCommand)
private

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

다음을 참조함 : G4String::both, FindDirPath(), G4cout, G4endl, G4UIcommandTree::ListCurrent(), ModifyPrefix(), prefix, G4String::strip().

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

G4String G4UIGainServer::ModifyPrefix ( G4String  newCommand)
private

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

다음을 참조함 : G4String::last(), prefix.

다음에 의해서 참조됨 : ChangeDirectory(), GetFullPath(), ListDirectory().

G4String G4VBasicShell::ModifyToFullPathCommand ( const char *  aCommandLine) const
protectedinherited
void G4UIGainServer::NotifyCommandUpdate ( void  )
private

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

다음을 참조함 : G4UImanager::GetTree(), SendCommandProperties(), UI.

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

void G4UIGainServer::NotifyParameterUpdate ( G4UIcommand com)
private

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

다음을 참조함 : SendAParamProperty().

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

void G4UIGainServer::NotifyStateChange ( void  )
private
void G4UIGainServer::PauseSessionStart ( const G4String msg)
virtual

G4VBasicShell를 구현.

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

다음을 참조함 : buf, ExecuteCommand(), G4cout, G4endl, GetCommand(), iCont, promptCharacter, socketD, TRUE.

void G4UIGainServer::Prompt ( G4String  )
G4int G4UIGainServer::ReceiveG4cerr ( const G4String cerrString)
virtual

G4UIsession(으)로부터 재구현되었습니다.

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

다음을 참조함 : socketD.

G4int G4coutDestination::ReceiveG4cerr_ ( const G4String msg)
inherited

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

다음을 참조함 : m, G4coutDestination::ReceiveG4cerr(), G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

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

G4int G4UIGainServer::ReceiveG4cout ( const G4String coutString)
virtual

G4UIsession(으)로부터 재구현되었습니다.

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

다음을 참조함 : socketD.

G4int G4coutDestination::ReceiveG4cout_ ( const G4String msg)
inherited

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

다음을 참조함 : m, G4coutDestination::ReceiveG4cout(), result, G4coutDestination::transformersCout.

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

void G4coutDestination::ResetTransformers ( )
virtualinherited

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

다음을 참조함 : G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

void G4UIGainServer::SendAParamProperty ( G4UIcommand Comp)
private
void G4UIGainServer::SendATclParamProperty ( G4UIcommand )
private
void G4UIGainServer::SendCommandProperties ( G4UIcommandTree tree)
private

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

다음을 참조함 : CodeGenJavaParams(), CodeGenJavaTree(), G4cerr, G4cout, G4endl, java_mode, uiMode.

다음에 의해서 참조됨 : GetCommand(), NotifyCommandUpdate().

void G4UIGainServer::SendDisableList ( G4UIcommandTree tree,
int  recursiveLevel 
)
private
void G4UIGainServer::SendParameterProperties ( G4UIcommandTree tree)
private

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

다음을 참조함 : CodeGenJavaParams(), G4cerr, G4endl, java_mode, uiMode.

G4UIsession * G4UIGainServer::SessionStart ( )
virtual
void G4UIGainServer::SessionTerminate ( )

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

다음을 참조함 : G4cout, G4endl.

bool G4UIGainServer::SetUPServer ( )
private

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

다음을 참조함 : G4cout, G4endl, port, saddr, SOCK_NAME, socketD.

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

void G4VBasicShell::ShowCurrent ( const G4String newCommand) const
protectedinherited
void G4UIGainServer::ShowCurrent ( G4String  newCommand)
private

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

다음을 참조함 : G4cout, G4endl, G4UImanager::GetCurrentValues(), GetFullPath(), G4String::isNull(), terminal_mode, UI, uiMode.

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

void G4VBasicShell::TerminalHelp ( const G4String newCommand)
protectedinherited
void G4UIGainServer::TerminalHelp ( G4String  newCommand)
private
void G4UIGainServer::UpdateParamVal ( void  )
private

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

다음을 참조함 : G4cout, G4endl, G4UIcommand::GetCommandPath(), newTreeParams, newTreePCP, NotifyParameterUpdate(), previousTreeParams.

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

void G4UIGainServer::UpdateState ( void  )
private

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

다음을 참조함 : G4State_PreInit, G4ThreadLocal, G4StateManager::GetCurrentState(), G4StateManager::GetStateManager(), NotifyStateChange().

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

void G4UIGainServer::WaitingConnection ( )
private

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

다음을 참조함 : caddr, close(), FatalException, G4cerr, G4endl, G4Exception(), socketD.

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

멤버 데이타 문서화

char G4UIGainServer::buf[1024]
private

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

다음에 의해서 참조됨 : GetCommand(), PauseSessionStart().

struct sockaddr_in G4UIGainServer::caddr
private

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

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

G4bool G4UIGainServer::iCont
private

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

다음에 의해서 참조됨 : G4UIGainServer(), GetCommand(), PauseSessionStart().

G4bool G4UIGainServer::iExit
private

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

다음에 의해서 참조됨 : G4UIGainServer(), GetCommand(), SessionStart().

G4int G4UIsession::ifBatch
protectedinherited

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

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

G4int G4UIsession::inSession = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4UIsession::G4UIsession(), G4UIsession::InSession(), G4UIsession::~G4UIsession().

G4String G4UIGainServer::JVersion
private

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

다음에 의해서 참조됨 : G4UIGainServer(), GetCommand().

int G4UIGainServer::len
private

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

G4coutDestination * G4coutDestination::masterG4coutDestination = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4MasterForwardcoutDestination::ReceiveG4cerr(), G4MasterForwardcoutDestination::ReceiveG4cout().

std::vector<G4String> G4UIGainServer::newTreeCommands
private

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

다음에 의해서 참조됨 : CommandUpdated(), ExecuteCommand(), G4UIGainServer(), GetNewTreeStructure().

std::vector<G4String> G4UIGainServer::newTreeParams
private

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

다음에 의해서 참조됨 : ExecuteCommand(), G4UIGainServer(), GetNewTreeValues(), UpdateParamVal().

std::vector<G4UIcommand*> G4UIGainServer::newTreePCP
private

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

다음에 의해서 참조됨 : ExecuteCommand(), G4UIGainServer(), GetNewTreeValues(), UpdateParamVal().

int G4UIGainServer::port
private

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

다음에 의해서 참조됨 : G4UIGainServer(), SetUPServer().

G4String G4UIGainServer::prefix
private

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

다음에 의해서 참조됨 : ChangeDirectory(), GetFullPath(), ListDirectory(), ModifyPrefix(), TerminalHelp().

std::vector<G4String> G4UIGainServer::previousTreeCommands
private

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

다음에 의해서 참조됨 : CommandUpdated(), ExecuteCommand(), G4UIGainServer().

std::vector<G4String> G4UIGainServer::previousTreeParams
private

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

다음에 의해서 참조됨 : ExecuteCommand(), G4UIGainServer(), UpdateParamVal().

std::vector<G4UIcommand*> G4UIGainServer::previousTreePCP
private

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

다음에 의해서 참조됨 : ExecuteCommand(), G4UIGainServer().

G4String G4UIGainServer::promptCharacter
private

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

다음에 의해서 참조됨 : G4UIGainServer(), GetCommand(), PauseSessionStart(), SessionStart().

int G4UIGainServer::ret
private

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

struct sockaddr_in G4UIGainServer::saddr
private

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

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

int G4UIGainServer::socketD[3]
private

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

다음에 의해서 참조됨 : GetCommand(), PauseSessionStart(), ReceiveG4cerr(), ReceiveG4cout(), SetUPServer(), WaitingConnection().

std::vector<Transformer> G4coutDestination::transformersCerr
protectedinherited

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

다음에 의해서 참조됨 : G4coutDestination::AddCerrTransformer(), G4coutDestination::ReceiveG4cerr_(), G4coutDestination::ResetTransformers().

std::vector<Transformer> G4coutDestination::transformersCout
protectedinherited
G4String G4UIGainServer::TVersion
private

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

다음에 의해서 참조됨 : G4UIGainServer(), GetCommand().

G4UImanager* G4UIGainServer::UI
private
UImode G4UIGainServer::uiMode
private

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

다음에 의해서 참조됨 : ExecuteCommand(), G4UIGainServer(), GetCommand(), NotifyStateChange(), SendCommandProperties(), SendParameterProperties(), ShowCurrent().


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