Fragment pro nastavení vrstvy křivek.
More...
Fragment pro nastavení vrstvy křivek.
Definition at line 25 of file CurvesLayerSettingsFragment.java.
View mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.initView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inlineprotectedvirtual |
Zde odvozená třída provede inicializaci svého obsahu.
- Parameters
-
inflater | |
container | |
savedInstanceState | |
- Returns
Implements mhr.app.fragments.layers.LayerSettingsFragment.
Definition at line 52 of file CurvesLayerSettingsFragment.java.
{
root =
inflater.inflate(
R.layout.fragment_curves_layer_settings, container,
false);
ChSp = (Spinner)
root.findViewById(
R.id.ChannelSp);
ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(
activity,
R.array.CurvesChannelNames, android.R.layout.simple_spinner_item);
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
ChSp.setAdapter(adapter);
ChSp.setOnItemSelectedListener(
new OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView<?>
parent, View view,
int position,
long id) {
switch (position) {
case 0:
break;
case 1:
break;
case 2:
break;
case 3:
break;
case 4:
break;
}
}
@Override
public void onNothingSelected(AdapterView<?> parent) {
}
});
MV = (CurvesView)
root.findViewById(
R.id.CurvesMaster);
RV = (CurvesView)
root.findViewById(
R.id.CurvesRed);
GV = (CurvesView)
root.findViewById(
R.id.CurvesGreen);
BV = (CurvesView)
root.findViewById(
R.id.CurvesBlue);
AV = (CurvesView)
root.findViewById(
R.id.CurvesAplha);
root.findViewById(
R.id.CurvesCancelBtn).setOnClickListener(
new OnClickListener() {
@Override
}
});
root.findViewById(
R.id.CurvesSelectBtn).setOnClickListener(
new OnClickListener() {
@Override
}
});
}
void mhr.app.fragments.layers.LayerSettingsFragment.onAttach |
( |
Activity |
activity | ) |
|
|
inlineinherited |
void mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.onClick |
( |
View |
v | ) |
|
|
inline |
View mhr.app.fragments.layers.LayerSettingsFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inlineinherited |
void mhr.app.fragments.layers.LayerSettingsFragment.onResume |
( |
| ) |
|
|
inlineinherited |
void mhr.app.fragments.layers.LayerSettingsFragment.onSelectBtnClicked |
( |
| ) |
|
|
inlineprotectedinherited |
Slouží k potvrzení výběru parametrů
Definition at line 70 of file LayerSettingsFragment.java.
{
if (pres != null) {
synchronized (pres) {
}
}
}
void mhr.app.fragments.layers.LayerSettingsFragment.setAssociatedLayerId |
( |
int |
id | ) |
|
|
inlineinherited |
Nastaví id vrstvy, se kterým je fragment asociován, pokud je vytvořeno view, aktualizuje view dle vrstvy.
- Parameters
-
Definition at line 92 of file LayerSettingsFragment.java.
{
return;
}
if (pres != null) {
synchronized (pres) {
}
}
}
void mhr.app.fragments.layers.LayerSettingsFragment.setParent |
( |
LayersPaneFragment |
parent | ) |
|
|
inlineinherited |
int mhr.app.fragments.layers.LayerSettingsFragment.associatedLayerId = -1 |
|
protectedinherited |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.AV |
|
protected |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.BV |
|
protected |
Spinner mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.ChSp |
|
protected |
float [][] mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.defVals |
|
protected |
boolean mhr.app.fragments.layers.LayerSettingsFragment.firstCreated = true |
|
protectedinherited |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.GV |
|
protected |
LayoutInflater mhr.app.fragments.layers.LayerSettingsFragment.inflater |
|
protectedinherited |
boolean mhr.app.fragments.layers.LayerSettingsFragment.initialized = false |
|
protectedinherited |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.MV |
|
protected |
View mhr.app.fragments.layers.LayerSettingsFragment.root |
|
protectedinherited |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.RV |
|
protected |
Button mhr.app.fragments.layers.LayerSettingsFragment.selectBtn |
|
protectedinherited |
CurvesView mhr.app.fragments.layers.lut.CurvesLayerSettingsFragment.selected |
|
protected |
boolean mhr.app.fragments.layers.LayerSettingsFragment.updatePending = false |
|
protectedinherited |
The documentation for this class was generated from the following file: