Slouží k nastavení nástroje fitru.
More...
|
View | initView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| Provede inicializaci view.
|
|
Slouží k nastavení nástroje fitru.
Definition at line 24 of file FilterToolSettingsFragment.java.
View mhr.app.fragments.toolbox.FilterToolSettingsFragment.initView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inlineprotected |
Provede inicializaci view.
- Parameters
-
inflater | |
container | |
savedInstanceState | |
- Returns
Definition at line 49 of file FilterToolSettingsFragment.java.
{
root = inflater.inflate(
R.layout.fragment_filter_tool_settings, container,
false);
((Button)
root.findViewById(
R.id.GaussianBlurBtn)).setOnClickListener(
this);
((Button)
root.findViewById(
R.id.LaplaceSharpenBtn)).setOnClickListener(
this);
((Button)
root.findViewById(
R.id.GaussianSharpenBtn)).setOnClickListener(
this);
((Button)
root.findViewById(
R.id.LaplacianOfGaussianSharpenBtn)).setOnClickListener(
this);
((Button)
root.findViewById(
R.id.DifferenceOfGaussianSharpenBtn)).setOnClickListener(
this);
}
void mhr.app.fragments.toolbox.FilterToolSettingsFragment.onAttach |
( |
Activity |
activity | ) |
|
|
inline |
void mhr.app.fragments.toolbox.FilterToolSettingsFragment.onClick |
( |
View |
v | ) |
|
|
inline |
Definition at line 72 of file FilterToolSettingsFragment.java.
{
int id = v.getId();
switch (id) {
case R.id.GaussianBlurBtn:
break;
case R.id.LaplaceSharpenBtn:
break;
case R.id.GaussianSharpenBtn:
break;
case R.id.LaplacianOfGaussianSharpenBtn:
break;
case R.id.DifferenceOfGaussianSharpenBtn:
break;
default:
break;
}
}
View mhr.app.fragments.toolbox.FilterToolSettingsFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
void mhr.app.fragments.toolbox.FilterToolSettingsFragment.onPause |
( |
| ) |
|
|
inline |
void mhr.app.fragments.toolbox.FilterToolSettingsFragment.onResume |
( |
| ) |
|
|
inline |
AppMainActivity mhr.app.fragments.toolbox.FilterToolSettingsFragment.activity |
|
protected |
boolean mhr.app.fragments.toolbox.FilterToolSettingsFragment.firstCreated = true |
|
protected |
View mhr.app.fragments.toolbox.FilterToolSettingsFragment.root |
|
protected |
The documentation for this class was generated from the following file: