void mhr.app.debug.DebugToolSettingsFragment.onActivityCreated |
( |
Bundle |
savedInstanceState | ) |
|
|
inline |
Definition at line 64 of file DebugToolSettingsFragment.java.
{
super.onActivityCreated(savedInstanceState);
activity = (AppMainActivity) getActivity();
root.findViewById(
R.id.DebugToolShowDialogBtn).setOnClickListener(
this);
root.findViewById(
R.id.DebugToolRenderAllBtn).setOnClickListener(
this);
root.findViewById(
R.id.DebugToolTryExceptionFeedbackBtn).setOnClickListener(
this);
root.findViewById(
R.id.DebugToolUndoBtn).setOnClickListener(
this);
root.findViewById(
R.id.DebugToolMergeAllBtn).setOnClickListener(
this);
}
void mhr.app.debug.DebugToolSettingsFragment.onAttach |
( |
Activity |
activity | ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onClick |
( |
View |
v | ) |
|
|
inline |
Definition at line 144 of file DebugToolSettingsFragment.java.
{
int id = v.getId();
switch (id) {
case R.id.DebugToolShowDialogBtn:
break;
case R.id.DebugToolRenderAllBtn:
break;
case R.id.DebugToolTryExceptionFeedbackBtn:
break;
case R.id.DebugToolUndoBtn:
break;
case R.id.DebugToolMergeAllBtn:
default:
break;
}
}
void mhr.app.debug.DebugToolSettingsFragment.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inline |
View mhr.app.debug.DebugToolSettingsFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onDestroy |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onDestroyView |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onDetach |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onPause |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onResume |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onStart |
( |
| ) |
|
|
inline |
void mhr.app.debug.DebugToolSettingsFragment.onStop |
( |
| ) |
|
|
inline |
View mhr.app.debug.DebugToolSettingsFragment.root |
|
protected |
The documentation for this class was generated from the following file: